CodeLocation.Builder de clase final estática pública
Code location information: A stack trace with host-name information. Instead of encoding the detailed stack trace, this proto refers to IDs of stack frames stored as `StackFrameWithId` protos.Tipo de
tensorflow.CodeLocation
Métodos públicos
CodeLocation.Builder | addAllStackFrameIds (valores <String> iterables ) ID to a stack frame, each of which is pointed to by a unique ID. |
CodeLocation.Builder | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto) |
CodeLocation.Builder | addStackFrameIds (valor de cadena) ID to a stack frame, each of which is pointed to by a unique ID. |
CodeLocation.Builder | addStackFrameIdsBytes (valor de com.google.protobuf.ByteString) ID to a stack frame, each of which is pointed to by a unique ID. |
CodeLocation | construir () |
CodeLocation | buildPartial () |
CodeLocation.Builder | claro () |
CodeLocation.Builder | clearField (campo com.google.protobuf.Descriptors.FieldDescriptor) |
CodeLocation.Builder | clearHostName () Host name on which the source files are located. |
CodeLocation.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
CodeLocation.Builder | clearStackFrameIds () ID to a stack frame, each of which is pointed to by a unique ID. |
CodeLocation.Builder | clon () |
CodeLocation | |
com.google.protobuf.Descriptors.Descriptor estático final | |
com.google.protobuf.Descriptors.Descriptor | |
Cuerda | getHostName () Host name on which the source files are located. |
com.google.protobuf.ByteString | getHostNameBytes () Host name on which the source files are located. |
Cuerda | getStackFrameIds (índice int) ID to a stack frame, each of which is pointed to by a unique ID. |
com.google.protobuf.ByteString | getStackFrameIdsBytes (índice int) ID to a stack frame, each of which is pointed to by a unique ID. |
En t | getStackFrameIdsCount () ID to a stack frame, each of which is pointed to by a unique ID. |
com.google.protobuf.ProtocolStringList | getStackFrameIdsList () ID to a stack frame, each of which is pointed to by a unique ID. |
booleano final | |
CodeLocation.Builder | mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CodeLocation.Builder | mergeFrom (com.google.protobuf.Message otro) |
CodeLocation.Builder final | mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
CodeLocation.Builder | setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto) |
CodeLocation.Builder | setHostName (valor de cadena) Host name on which the source files are located. |
CodeLocation.Builder | setHostNameBytes (valor de com.google.protobuf.ByteString) Host name on which the source files are located. |
CodeLocation.Builder | setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto) |
CodeLocation.Builder | setStackFrameIds (índice int, valor de cadena) ID to a stack frame, each of which is pointed to by a unique ID. |
CodeLocation.Builder final | setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
Métodos heredados
Métodos públicos
public CodeLocation.Builder addAllStackFrameIds (valores <String> iterables )
ID to a stack frame, each of which is pointed to by a unique ID. The ordering of the frames is consistent with Python's `traceback.extract_tb()`.
repeated string stack_frame_ids = 2;
public CodeLocation.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
public CodeLocation.Builder addStackFrameIds (valor de cadena)
ID to a stack frame, each of which is pointed to by a unique ID. The ordering of the frames is consistent with Python's `traceback.extract_tb()`.
repeated string stack_frame_ids = 2;
public CodeLocation.Builder addStackFrameIdsBytes (valor de com.google.protobuf.ByteString)
ID to a stack frame, each of which is pointed to by a unique ID. The ordering of the frames is consistent with Python's `traceback.extract_tb()`.
repeated string stack_frame_ids = 2;
public CodeLocation.Builder clearHostName ()
Host name on which the source files are located.
string host_name = 1;
public CodeLocation.Builder clearStackFrameIds ()
ID to a stack frame, each of which is pointed to by a unique ID. The ordering of the frames is consistent with Python's `traceback.extract_tb()`.
repeated string stack_frame_ids = 2;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
public String getHostName ()
Host name on which the source files are located.
string host_name = 1;
public com.google.protobuf.ByteString getHostNameBytes ()
Host name on which the source files are located.
string host_name = 1;
public String getStackFrameIds (índice int)
ID to a stack frame, each of which is pointed to by a unique ID. The ordering of the frames is consistent with Python's `traceback.extract_tb()`.
repeated string stack_frame_ids = 2;
public com.google.protobuf.ByteString getStackFrameIdsBytes (índice int)
ID to a stack frame, each of which is pointed to by a unique ID. The ordering of the frames is consistent with Python's `traceback.extract_tb()`.
repeated string stack_frame_ids = 2;
public int getStackFrameIdsCount ()
ID to a stack frame, each of which is pointed to by a unique ID. The ordering of the frames is consistent with Python's `traceback.extract_tb()`.
repeated string stack_frame_ids = 2;
public com.google.protobuf.ProtocolStringList getStackFrameIdsList ()
ID to a stack frame, each of which is pointed to by a unique ID. The ordering of the frames is consistent with Python's `traceback.extract_tb()`.
repeated string stack_frame_ids = 2;
public final boolean isInitialized ()
public CodeLocation.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOException |
---|
CodeLocation.Builder final público mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public CodeLocation.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
public CodeLocation.Builder setHostName (valor de cadena)
Host name on which the source files are located.
string host_name = 1;
public CodeLocation.Builder setHostNameBytes (valor de com.google.protobuf.ByteString)
Host name on which the source files are located.
string host_name = 1;
public CodeLocation.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)
public CodeLocation.Builder setStackFrameIds (índice int, valor de cadena)
ID to a stack frame, each of which is pointed to by a unique ID. The ordering of the frames is consistent with Python's `traceback.extract_tb()`.
repeated string stack_frame_ids = 2;