CodeLocation

classe final pública CodeLocation

 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

Classes aninhadas

aula CodeLocation.Builder
 Code location information: A stack trace with host-name information. 

Constantes

interno HOST_NAME_FIELD_NUMBER
interno STACK_FRAME_IDS_FIELD_NUMBER

Métodos Públicos

boleano
é igual (objeto obj)
CodeLocation estático
Localização do código
final estático 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.
interno
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.
final com.google.protobuf.UnknownFieldSet
interno
booleano final
CodeLocation.Builder estático
newBuilder (protótipo CodeLocation )
CodeLocation.Builder estático
CodeLocation.Builder
CodeLocation estático
parseDelimitedFrom (entrada InputStream)
CodeLocation estático
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CodeLocation estático
parseFrom (dados de ByteBuffer)
CodeLocation estático
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CodeLocation estático
parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CodeLocation estático
parseFrom (entrada com.google.protobuf.CodedInputStream)
CodeLocation estático
parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CodeLocation estático
parseFrom (dados com.google.protobuf.ByteString)
CodeLocation estático
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CodeLocation estático
parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
CodeLocation.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

int final estático público HOST_NAME_FIELD_NUMBER

Valor Constante: 1

int final estático público STACK_FRAME_IDS_FIELD_NUMBER

Valor Constante: 2

Métodos Públicos

booleano público é igual (Object obj)

CodeLocation estático público getDefaultInstance ()

CodeLocation público getDefaultInstanceForType ()

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

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;

público getParserForType ()

público int getSerializedSize ()

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;

final público com.google.protobuf.UnknownFieldSet getUnknownFields ()

hashCode int público ()

público final booleano isInitialized ()

public static CodeLocation.Builder newBuilder (protótipo CodeLocation )

público estático CodeLocation.Builder newBuilder ()

CodeLocation.Builder público newBuilderForType ()

public static CodeLocation parseDelimitedFrom (entrada InputStream)

Lança
IOException

public static CodeLocation parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

CodeLocation estático público parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

public static CodeLocation parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static CodeLocation parseFrom (dados ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

CodeLocation estático público parseFrom (entrada com.google.protobuf.CodedInputStream)

Lança
IOException

public static CodeLocation parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

CodeLocation estático público parseFrom (dados com.google.protobuf.ByteString)

Lança
InvalidProtocolBufferException

public static CodeLocation parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static CodeLocation parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

estática pública analisador ()

CodeLocation.Builder público paraBuilder ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException