CodeLocation.Builder

clase 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.
 
Protobuf tipo tensorflow.CodeLocation

Métodos públicos

CódigoUbicación.Constructor
addAllStackFrameIds (valores Iterable<String>)
 ID to a stack frame, each of which is pointed to
 by a unique ID.
CódigoUbicación.Constructor
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
CódigoUbicación.Constructor
addStackFrameIds (valor de cadena)
 ID to a stack frame, each of which is pointed to
 by a unique ID.
CódigoUbicación.Constructor
addStackFrameIdsBytes (valor com.google.protobuf.ByteString)
 ID to a stack frame, each of which is pointed to
 by a unique ID.
CódigoUbicación
CódigoUbicación
CódigoUbicación.Constructor
claro ()
CódigoUbicación.Constructor
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
CódigoUbicación.Constructor
borrar nombre de host ()
 Host name on which the source files are located.
CódigoUbicación.Constructor
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor uno de)
CódigoUbicación.Constructor
borrarStackFrameIds ()
 ID to a stack frame, each of which is pointed to
 by a unique ID.
CódigoUbicación.Constructor
clonar ()
CódigoUbicación
com.google.protobuf.Descriptors.Descriptor estático final
com.google.protobuf.Descriptors.Descriptor
Cadena
obtener nombre de host ()
 Host name on which the source files are located.
com.google.protobuf.ByteString
getHostNameBytes ()
 Host name on which the source files are located.
Cadena
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
CódigoUbicación.Constructor
mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
CódigoUbicación.Constructor
mergeFrom (com.google.protobuf.Message otro)
CodeLocation.Builder final
mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)
CódigoUbicación.Constructor
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
CódigoUbicación.Constructor
setHostName (valor de cadena)
 Host name on which the source files are located.
CódigoUbicación.Constructor
setHostNameBytes (valor com.google.protobuf.ByteString)
 Host name on which the source files are located.
CódigoUbicación.Constructor
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)
CódigoUbicación.Constructor
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 desconocidoFields)

Métodos heredados

Métodos públicos

CodeLocation.Builder público 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;

público CodeLocation.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

CodeLocation.Builder público 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;

CodeLocation.Builder público 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;

compilación pública de ubicación de código ()

ubicación de código pública buildPartial ()

CodeLocation.Builder público claro ()

público CodeLocation.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)

ubicación de código pública.Builder clearHostName ()

 Host name on which the source files are located.
 
string host_name = 1;

CodeLocation.Builder público clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

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;

clon público de CodeLocation.Builder ()

ubicación de código pública getDefaultInstanceForType ()

público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

público com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

cadena 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;

Cadena pública 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;

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 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;

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 ()

CodeLocation.Builder público mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)

Lanza
IOExcepción

CodeLocation.Builder público mergeFrom (com.google.protobuf.Message otro)

CodeLocation.Builder final público mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)

público CodeLocation.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

CodeLocation.Builder público setHostName (valor de cadena)

 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;

público CodeLocation.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)

CodeLocation.Builder público 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;

CodeLocation.Builder final público setUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)