パブリック最終クラス
Content of a source file involved in the execution of the debugged TensorFlow program.
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 | newBuilder () |
ソースファイル.ビルダー | |
静的ソースファイル | 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) |
静的 | パーサー() |
ソースファイル.ビルダー | toビルダー() |
空所 | 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 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 parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
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 (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
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 void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
IO例外 |
---|