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
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 (valor da string) ID to a stack frame, each of which is pointed to by a unique ID. |
CodeLocation.Builder | addStackFrameIdsBytes (valor com.google.protobuf.ByteString) ID to a stack frame, each of which is pointed to by a unique ID. |
Localização do código | construir () |
Localização do código | |
CodeLocation.Builder | claro () |
CodeLocation.Builder | clearField (campo com.google.protobuf.Descriptors.FieldDescriptor) |
CodeLocation.Builder | limparNomeHost () Host name on which the source files are located. |
CodeLocation.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor umof) |
CodeLocation.Builder | clearStackFrameIds () ID to a stack frame, each of which is pointed to by a unique ID. |
CodeLocation.Builder | clonar () |
Localização do código | |
final estático com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
Corda | getHostName () Host name on which the source files are located. |
com.google.protobuf.ByteString | getHostNameBytes () Host name on which the source files are located. |
Corda | getStackFrameIds (índice interno) ID to a stack frame, each of which is pointed to by a unique ID. |
com.google.protobuf.ByteString | getStackFrameIdsBytes (índice interno) ID to a stack frame, each of which is pointed to by a unique ID. |
interno | 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 outro) |
CodeLocation.Builder final | mesclarUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields) |
CodeLocation.Builder | setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto) |
CodeLocation.Builder | setHostName (valor da string) Host name on which the source files are located. |
CodeLocation.Builder | setHostNameBytes (valor 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 do objeto) |
CodeLocation.Builder | setStackFrameIds (índice int, valor String) ID to a stack frame, each of which is pointed to by a unique ID. |
CodeLocation.Builder final | setUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields) |
Métodos herdados
Métodos Públicos
public CodeLocation.Builder addAllStackFrameIds (valores 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, valor do objeto)
público CodeLocation.Builder addStackFrameIds (valor da 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;
público 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;
CodeLocation.Builder público clearHostName ()
Host name on which the source files are located.
string host_name = 1;
CodeLocation.Builder público 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;
final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
público com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
String pública getHostName ()
Host name on which the source files are located.
string host_name = 1;
público com.google.protobuf.ByteString getHostNameBytes ()
Host name on which the source files are located.
string host_name = 1;
String pública getStackFrameIds (índice interno)
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;
público 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;
público intgetStackFrameIdsCount ()
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;
público 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;
público final booleano isInitialized ()
public CodeLocation.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
público final CodeLocation.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)
public CodeLocation.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
público CodeLocation.Builder setHostName (valor da string)
Host name on which the source files are located.
string host_name = 1;
público CodeLocation.Builder setHostNameBytes (valor 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 do objeto)
público CodeLocation.Builder setStackFrameIds (índice int, valor 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;