classe finale statique publique CodeLocation.Builder
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.
tensorflow.CodeLocation
de type Protobuf.CodeLocation Méthodes publiques
CodeLocation.Builder | addAllStackFrameIds (valeurs Iterable<String>) ID to a stack frame, each of which is pointed to by a unique ID. |
CodeLocation.Builder | addRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet) |
CodeLocation.Builder | addStackFrameIds (valeur de chaîne) ID to a stack frame, each of which is pointed to by a unique ID. |
CodeLocation.Builder | addStackFrameIdsBytes (valeur com.google.protobuf.ByteString) ID to a stack frame, each of which is pointed to by a unique ID. |
CodeEmplacement | construire () |
CodeEmplacement | buildPartial () |
CodeLocation.Builder | clair () |
CodeLocation.Builder | clearField (champ 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 | cloner () |
CodeEmplacement | |
final statique com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
Chaîne | getNomHôte () Host name on which the source files are located. |
com.google.protobuf.ByteString | getHostNameBytes () Host name on which the source files are located. |
Chaîne | getStackFrameIds (index entier) ID to a stack frame, each of which is pointed to by a unique ID. |
com.google.protobuf.ByteString | getStackFrameIdsBytes (index int) ID to a stack frame, each of which is pointed to by a unique ID. |
int | 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. |
booléen final | |
CodeLocation.Builder | mergeFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CodeLocation.Builder | mergeFrom (com.google.protobuf.Message autre) |
CodeLocation.Builder final | mergeUnknownFields (com.google.protobuf.UnknownFieldSet inconnuFields) |
CodeLocation.Builder | setField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet) |
CodeLocation.Builder | setHostName (valeur de chaîne) Host name on which the source files are located. |
CodeLocation.Builder | setHostNameBytes (valeur com.google.protobuf.ByteString) Host name on which the source files are located. |
CodeLocation.Builder | setRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, index int, valeur de l'objet) |
CodeLocation.Builder | setStackFrameIds (index int, valeur de chaîne) ID to a stack frame, each of which is pointed to by a unique ID. |
CodeLocation.Builder final | setUnknownFields (com.google.protobuf.UnknownFieldSet inconnuFields) |
Méthodes héritées
Méthodes publiques
public CodeLocation.Builder addAllStackFrameIds (valeurs Iterable<String>)
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 (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)
public CodeLocation.Builder addStackFrameIds (valeur de chaîne)
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 (valeur 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 statique final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
chaîne publique 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;
chaîne publique getStackFrameIds (index 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 (index 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 booléen isInitialized ()
public CodeLocation.Builder mergeFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
IOException |
---|
public final CodeLocation.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public CodeLocation.Builder setField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)
public CodeLocation.Builder setHostName (valeur de chaîne)
Host name on which the source files are located.
string host_name = 1;
public CodeLocation.Builder setHostNameBytes (valeur com.google.protobuf.ByteString)
Host name on which the source files are located.
string host_name = 1;
public CodeLocation.Builder setRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, index int, valeur de l'objet)
public CodeLocation.Builder setStackFrameIds (index int, valeur de chaîne)
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;