classe final estática pública 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 tipo tensorflow.CodeLocation Métodos Públicos
| CodeLocation.Builder | addAllStackFrameIds (valores 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, valor do objeto) |
| CodeLocation.Builder | addStackFrameIds (String value) ID to a stack frame, each of which is pointed to by a unique ID. |
| CodeLocation.Builder | addStackFrameIdsBytes (com.google.protobuf.ByteString value) ID to a stack frame, each of which is pointed to by a unique ID. |
| CodeLocation | build () |
| CodeLocation | buildPartial () |
| CodeLocation.Builder | limpar () |
| 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 | |
| final static com.google.protobuf.Descriptors.Descriptor | |
| com.google.protobuf.Descriptors.Descriptor | |
| Fragmento | getHostName () Host name on which the source files are located. |
| com.google.protobuf.ByteString | getHostNameBytes () Host name on which the source files are located. |
| Fragmento | getStackFrameIds (int index) 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. |
| 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. |
| final booleano | |
| CodeLocation.Builder | mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| CodeLocation.Builder | mergeFrom (com.google.protobuf.Message other) |
| CodeLocation.Builder final | mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
| CodeLocation.Builder | setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto) |
| CodeLocation.Builder | setHostName (valor String) Host name on which the source files are located. |
| CodeLocation.Builder | setHostNameBytes (com.google.protobuf.ByteString value) Host name on which the source files are located. |
| CodeLocation.Builder | setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto) |
| CodeLocation.Builder | setStackFrameIds (int index, String value) 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 herdados
Métodos Públicos
public CodeLocation.Builder addAllStackFrameIds (Iterable <String> values)
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 do objeto)
public CodeLocation.Builder addStackFrameIds (String value)
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 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 (int index)
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 (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public final CodeLocation.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public CodeLocation.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor Object)
public CodeLocation.Builder setHostName (valor String)
Host name on which the source files are located.
string host_name = 1;public CodeLocation.Builder setHostNameBytes (com.google.protobuf.ByteString value)
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 do objeto)
public CodeLocation.Builder setStackFrameIds (int index, String value)
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;