SourceFile

パブリック最終クラス

 Content of a source file involved in the execution of the debugged TensorFlow
 program.
 
Protobuf 型tensorflow.SourceFile

ネストされたクラス

クラスソースファイル.ビルダー
 Content of a source file involved in the execution of the debugged TensorFlow
 program. 

定数

整数FILE_PATH_FIELD_NUMBER
整数HOST_NAME_FIELD_NUMBER
整数LINES_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
静的ソースファイル
ソースファイル
最終的な静的 com.google.protobuf.Descriptors.Descriptor
getファイルパス()
 Path to the file.
com.google.protobuf.ByteString
getFilePathBytes ()
 Path to the file.
getホスト名()
 Name of the host on which the file is located.
com.google.protobuf.ByteString
getHostNameBytes ()
 Name of the host on which the file is located.
getLines (int インデックス)
 Line-by-line content of the file.
com.google.protobuf.ByteString
getLinesBytes (int インデックス)
 Line-by-line content of the file.
整数
getLinesCount ()
 Line-by-line content of the file.
com.google.protobuf.ProtocolStringList
getLinesList ()
 Line-by-line content of the file.
整数
最終的な com.google.protobuf.UnknownFieldSet
整数
最終ブール値
静的SourceFile.Builder
newBuilder ( SourceFileプロトタイプ)
静的SourceFile.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 出力)

継承されたメソッド

定数

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

定数値: 1

public static Final int HOST_NAME_FIELD_NUMBER

定数値: 2

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

定数値: 3

パブリックメソッド

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

public static SourceFile getDefaultInstance ()

public SourceFile getDefaultInstanceForType ()

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

パブリック String getFilePath ()

 Path to the file.
 
string file_path = 1;

public com.google.protobuf.ByteString getFilePathBytes ()

 Path to the file.
 
string file_path = 1;

パブリック String getHostName ()

 Name of the host on which the file is located.
 
string host_name = 2;

public com.google.protobuf.ByteString getHostNameBytes ()

 Name of the host on which the file is located.
 
string host_name = 2;

public String getLines (int インデックス)

 Line-by-line content of the file.
 
repeated string lines = 3;

public com.google.protobuf.ByteString getLinesBytes (int インデックス)

 Line-by-line content of the file.
 
repeated string lines = 3;

public int getLinesCount ()

 Line-by-line content of the file.
 
repeated string lines = 3;

public com.google.protobuf.ProtocolStringList getLinesList ()

 Line-by-line content of the file.
 
repeated string lines = 3;

公共getParserForType ()

public int getSerializedSize ()

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

public int hashCode ()

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

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

public static SourceFile.Builder newBuilder ()

public SourceFile.Builder newBuilderForType ()

public static SourceFile parseDelimitedFrom (InputStream 入力)

投げる
IO例外

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

投げる
IO例外

public static SourceFile parseFrom (ByteBuffer データ)

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

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

投げる
IO例外

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

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

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

投げる
IO例外

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

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

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

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

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

投げる
IO例外

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

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

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

public SourceFile.Builder toBuilder ()

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

投げる
IO例外