CodeLocation

パブリック最終クラス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 型tensorflow.CodeLocation

ネストされたクラス

クラスコードロケーションビルダー
 Code location information: A stack trace with host-name information. 

定数

整数HOST_NAME_FIELD_NUMBER
整数STACK_FRAME_IDS_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
静的コードの場所
コードの場所
最終的な静的 com.google.protobuf.Descriptors.Descriptor
getホスト名()
 Host name on which the source files are located.
com.google.protobuf.ByteString
getHostNameBytes ()
 Host name on which the source files are located.
整数
getStackFrameIds (int インデックス)
 ID to a stack frame, each of which is pointed to
 by a unique ID.
com.google.protobuf.ByteString
getStackFrameIdsBytes (int インデックス)
 ID to a stack frame, each of which is pointed to
 by a unique ID.
整数
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.
最終的な com.google.protobuf.UnknownFieldSet
整数
最終ブール値
静的CodeLocation.Builder
newBuilder ( CodeLocationプロトタイプ)
静的CodeLocation.Builder
コードロケーションビルダー
静的コードの場所
parseDelimitedFrom (InputStream 入力)
静的コードの場所
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的コードの場所
parseFrom (ByteBuffer データ)
静的コードの場所
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的コードの場所
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的コードの場所
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的コードの場所
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的コードの場所
parseFrom (com.google.protobuf.ByteString データ)
静的コードの場所
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的コードの場所
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
コードロケーションビルダー
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

public static Final int HOST_NAME_FIELD_NUMBER

定数値: 1

パブリック静的最終整数STACK_FRAME_IDS_FIELD_NUMBER

定数値: 2

パブリックメソッド

public booleanに等しい(オブジェクト obj)

public static CodeLocation getDefaultInstance ()

public CodeLocation getDefaultInstanceForType ()

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

パブリック 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;

公共getParserForType ()

public int getSerializedSize ()

public String getStackFrameIds (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 インデックス)

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

パブリック最終ブール値isInitialized ()

public static CodeLocation.Builder newBuilder ( CodeLocationプロトタイプ)

public static CodeLocation.Builder newBuilder ()

public CodeLocation.Builder newBuilderForType ()

public static CodeLocation parseDelimitedFrom (InputStream 入力)

投げる
IO例外

public static CodeLocation parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static CodeLocation parseFrom (ByteBuffer データ)

投げる
無効なプロトコルバッファ例外

public static CodeLocation parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static CodeLocation parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static CodeLocation parseFrom (com.google.protobuf.CodedInputStream 入力)

投げる
IO例外

public static CodeLocation parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static CodeLocation parseFrom (com.google.protobuf.ByteString データ)

投げる
無効なプロトコルバッファ例外

public static CodeLocation parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static CodeLocation parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

パブリック静的パーサー()

public CodeLocation.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream 出力)

投げる
IO例外