classe finale statica pubblica 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
Metodi pubblici
CodeLocation.Builder | addAllStackFrameIds (valori Iterable<String>) ID to a stack frame, each of which is pointed to by a unique ID. |
CodeLocation.Builder | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto) |
CodeLocation.Builder | addStackFrameIds (valore stringa) ID to a stack frame, each of which is pointed to by a unique ID. |
CodeLocation.Builder | addStackFrameIdsBytes (valore com.google.protobuf.ByteString) ID to a stack frame, each of which is pointed to by a unique ID. |
CodeLocation | costruire () |
CodeLocation | buildPartial () |
CodeLocation.Builder | chiaro () |
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 | clone () |
CodeLocation | |
com.google.protobuf.Descriptors.Descriptor statico finale | |
com.google.protobuf.Descriptors.Descriptor | |
Corda | getNomeHost () Host name on which the source files are located. |
com.google.protobuf.ByteString | getNomeHostBytes () Host name on which the source files are located. |
Corda | getStackFrameIds (indice int) ID to a stack frame, each of which is pointed to by a unique ID. |
com.google.protobuf.ByteString | getStackFrameIdsBytes (indice 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. |
booleano finale | |
CodeLocation.Builder | mergeFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry) |
CodeLocation.Builder | mergeFrom (com.google.protobuf.Message altro) |
finale CodeLocation.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
CodeLocation.Builder | setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto) |
CodeLocation.Builder | setHostName (valore stringa) Host name on which the source files are located. |
CodeLocation.Builder | setHostNameBytes (valore com.google.protobuf.ByteString) Host name on which the source files are located. |
CodeLocation.Builder | setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, indice int, valore oggetto) |
CodeLocation.Builder | setStackFrameIds (indice int, valore stringa) ID to a stack frame, each of which is pointed to by a unique ID. |
finale CodeLocation.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
Metodi ereditati
Metodi pubblici
public CodeLocation.Builder addAllStackFrameIds (valori 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 (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
public CodeLocation.Builder addStackFrameIds (valore stringa)
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 (valore 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 ()
pubblico com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
stringa pubblica getHostName ()
Host name on which the source files are located.
string host_name = 1;
pubblico com.google.protobuf.ByteString getHostNameBytes ()
Host name on which the source files are located.
string host_name = 1;
public String getStackFrameIds (indice 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;
pubblico com.google.protobuf.ByteString getStackFrameIdsBytes (indice 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;
pubblico 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 booleano isInitialized ()
public CodeLocation.Builder mergeFrom (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
IOException |
---|
finale pubblico CodeLocation.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
public CodeLocation.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
public CodeLocation.Builder setHostName (valore stringa)
Host name on which the source files are located.
string host_name = 1;
pubblico CodeLocation.Builder setHostNameBytes (valore 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, indice int, valore oggetto)
public CodeLocation.Builder setStackFrameIds (indice int, valore stringa)
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;