CodeLocation

public final class 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 type tensorflow.CodeLocation

Nested Classes

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

Constants

int HOST_NAME_FIELD_NUMBER
int STACK_FRAME_IDS_FIELD_NUMBER

Public Methods

boolean
equals(Object obj)
static CodeLocation
CodeLocation
final static com.google.protobuf.Descriptors.Descriptor
String
getHostName()
 Host name on which the source files are located.
com.google.protobuf.ByteString
getHostNameBytes()
 Host name on which the source files are located.
int
String
getStackFrameIds(int index)
 ID to a stack frame, each of which is pointed to
 by a unique ID.
com.google.protobuf.ByteString
getStackFrameIdsBytes(int index)
 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 com.google.protobuf.UnknownFieldSet
int
final boolean
static CodeLocation.Builder
static CodeLocation.Builder
CodeLocation.Builder
static CodeLocation
parseDelimitedFrom(InputStream input)
static CodeLocation
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CodeLocation
parseFrom(ByteBuffer data)
static CodeLocation
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CodeLocation
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CodeLocation
parseFrom(com.google.protobuf.CodedInputStream input)
static CodeLocation
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CodeLocation
parseFrom(com.google.protobuf.ByteString data)
static CodeLocation
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CodeLocation
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static
parser()
CodeLocation.Builder
void
writeTo(com.google.protobuf.CodedOutputStream output)

Inherited Methods

Constants

public static final int HOST_NAME_FIELD_NUMBER

Constant Value: 1

public static final int STACK_FRAME_IDS_FIELD_NUMBER

Constant Value: 2

Public Methods

public boolean equals (Object obj)

public static CodeLocation getDefaultInstance ()

public CodeLocation getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

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

public int getSerializedSize ()

public String getStackFrameIds (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 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 com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

public final boolean isInitialized ()

public static CodeLocation.Builder newBuilder (CodeLocation prototype)

public static CodeLocation.Builder newBuilder ()

public CodeLocation.Builder newBuilderForType ()

public static CodeLocation parseDelimitedFrom (InputStream input)

Throws
IOException

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

Throws
IOException

public static CodeLocation parseFrom (ByteBuffer data)

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

public static CodeLocation parseFrom (com.google.protobuf.CodedInputStream input)

Throws
IOException

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

Throws
InvalidProtocolBufferException

public static CodeLocation parseFrom (com.google.protobuf.ByteString data)

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

public static parser ()

public CodeLocation.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream output)

Throws
IOException