StackFrameWithId

パブリック最終クラスStackFrameWithId

 A stack frame with ID.
 
Protobuf 型tensorflow.StackFrameWithId

ネストされたクラス

クラスStackFrameWithId.Builder
 A stack frame with ID. 

定数

整数FILE_LINE_COL_FIELD_NUMBER
整数ID_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
静的StackFrameWithId
StackFrameWithId
最終的な静的 com.google.protobuf.Descriptors.Descriptor
GraphDebugInfo.FileLineCol
getFileLineCol ()
 Stack frame, i.e., a frame of a stack trace, containing information
 regarding the file name, line number, function name, code content
 of the line, and column number (if available).
GraphDebugInfo.FileLineColOrBuilder
getFileLineColOrBuilder ()
 Stack frame, i.e., a frame of a stack trace, containing information
 regarding the file name, line number, function name, code content
 of the line, and column number (if available).
getId ()
 A unique ID for the stack frame: A UUID-like string.
com.google.protobuf.ByteString
getIdBytes ()
 A unique ID for the stack frame: A UUID-like string.
整数
最終的な com.google.protobuf.UnknownFieldSet
ブール値
hasFileLineCol ()
 Stack frame, i.e., a frame of a stack trace, containing information
 regarding the file name, line number, function name, code content
 of the line, and column number (if available).
整数
最終ブール値
静的StackFrameWithId.Builder
newBuilder ( StackFrameWithIdプロトタイプ)
静的StackFrameWithId.Builder
StackFrameWithId.Builder
静的StackFrameWithId
parseDelimitedFrom (InputStream 入力)
静的StackFrameWithId
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的StackFrameWithId
parseFrom (ByteBuffer データ)
静的StackFrameWithId
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的StackFrameWithId
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的StackFrameWithId
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的StackFrameWithId
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的StackFrameWithId
parseFrom (com.google.protobuf.ByteString データ)
静的StackFrameWithId
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的StackFrameWithId
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
StackFrameWithId.Builder
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

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

定数値: 2

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

定数値: 1

パブリックメソッド

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

public static StackFrameWithId getDefaultInstance ()

public StackFrameWithId getDefaultInstanceForType ()

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

public GraphDebugInfo.FileLineCol getFileLineCol ()

 Stack frame, i.e., a frame of a stack trace, containing information
 regarding the file name, line number, function name, code content
 of the line, and column number (if available).
 
.tensorflow.GraphDebugInfo.FileLineCol file_line_col = 2;

public GraphDebugInfo.FileLineColOrBuilder getFileLineColOrBuilder ()

 Stack frame, i.e., a frame of a stack trace, containing information
 regarding the file name, line number, function name, code content
 of the line, and column number (if available).
 
.tensorflow.GraphDebugInfo.FileLineCol file_line_col = 2;

パブリック String getId ()

 A unique ID for the stack frame: A UUID-like string.
 
string id = 1;

public com.google.protobuf.ByteString getIdBytes ()

 A unique ID for the stack frame: A UUID-like string.
 
string id = 1;

公共getParserForType ()

public int getSerializedSize ()

public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public boolean hasFileLineCol ()

 Stack frame, i.e., a frame of a stack trace, containing information
 regarding the file name, line number, function name, code content
 of the line, and column number (if available).
 
.tensorflow.GraphDebugInfo.FileLineCol file_line_col = 2;

public int hashCode ()

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

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

public static StackFrameWithId.Builder newBuilder ()

public StackFrameWithId.Builder newBuilderForType ()

public static StackFrameWithId parseDelimitedFrom (InputStream 入力)

投げる
IO例外

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

投げる
IO例外

public static StackFrameWithId parseFrom (ByteBuffer データ)

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

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

投げる
IO例外

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

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

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

投げる
IO例外

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

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

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

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

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

投げる
IO例外

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

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

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

public StackFrameWithId.Builder toBuilder ()

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

投げる
IO例外