パブリック最終クラスDebuggedSourceFile
Protobuf 型tensorflow.DebuggedSourceFile
ネストされたクラス
クラス | DebuggedSourceFile.Builder | Protobuf 型tensorflow.DebuggedSourceFile |
定数
整数 | BYTES_FIELD_NUMBER | |
整数 | FILE_PATH_FIELD_NUMBER | |
整数 | HOST_FIELD_NUMBER | |
整数 | LAST_MODIFIED_FIELD_NUMBER | |
整数 | LINES_FIELD_NUMBER |
パブリックメソッド
ブール値 | 等しい(オブジェクトオブジェクト) |
長さ | getBytes () Byte size of the file. |
静的なDebuggedSourceFile | |
デバッグされたソースファイル | |
最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
弦 | getファイルパス() Path to the source code file. |
com.google.protobuf.ByteString | getFilePathBytes () Path to the source code file. |
弦 | getホスト() The host name on which a source code file is located. |
com.google.protobuf.ByteString | getHostBytes () The host name on which a source code file is located. |
長さ | getLastModified () The timestamp at which the source code file is last modified. |
弦 | getLines (int インデックス) Line-by-line content of the source code file. |
com.google.protobuf.ByteString | getLinesBytes (int インデックス) Line-by-line content of the source code file. |
整数 | getLinesCount () Line-by-line content of the source code file. |
com.google.protobuf.ProtocolStringList | getLinesList () Line-by-line content of the source code file. |
整数 | |
最終的な com.google.protobuf.UnknownFieldSet | |
整数 | ハッシュコード() |
最終ブール値 | |
静的DebuggedSourceFile.Builder | newBuilder ( DebuggedSourceFileプロトタイプ) |
静的DebuggedSourceFile.Builder | newBuilder () |
DebuggedSourceFile.Builder | |
静的なDebuggedSourceFile | parseDelimitedFrom (InputStream 入力) |
静的なDebuggedSourceFile | parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的なDebuggedSourceFile | parseFrom (ByteBuffer データ) |
静的なDebuggedSourceFile | parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的なDebuggedSourceFile | parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的なDebuggedSourceFile | parseFrom (com.google.protobuf.CodedInputStream 入力) |
静的なDebuggedSourceFile | parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的なDebuggedSourceFile | parseFrom (com.google.protobuf.ByteString データ) |
静的なDebuggedSourceFile | parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的なDebuggedSourceFile | parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的 | パーサー() |
DebuggedSourceFile.Builder | toビルダー() |
空所 | writeTo (com.google.protobuf.CodedOutputStream 出力) |
継承されたメソッド
定数
パブリック静的最終整数BYTES_FIELD_NUMBER
定数値: 4
パブリック静的最終整数FILE_PATH_FIELD_NUMBER
定数値: 2
パブリック静的最終整数HOST_FIELD_NUMBER
定数値: 1
パブリック静的最終整数LAST_MODIFIED_FIELD_NUMBER
定数値: 3
パブリック静的最終整数LINES_FIELD_NUMBER
定数値: 5
パブリックメソッド
public booleanに等しい(オブジェクト obj)
public long getBytes ()
Byte size of the file.
int64 bytes = 4;
public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
パブリック String getFilePath ()
Path to the source code file.
string file_path = 2;
public com.google.protobuf.ByteString getFilePathBytes ()
Path to the source code file.
string file_path = 2;
パブリック文字列getHost ()
The host name on which a source code file is located.
string host = 1;
public com.google.protobuf.ByteString getHostBytes ()
The host name on which a source code file is located.
string host = 1;
public long getLastModified ()
The timestamp at which the source code file is last modified.
int64 last_modified = 3;
public String getLines (int インデックス)
Line-by-line content of the source code file.
repeated string lines = 5;
public com.google.protobuf.ByteString getLinesBytes (int インデックス)
Line-by-line content of the source code file.
repeated string lines = 5;
public int getLinesCount ()
Line-by-line content of the source code file.
repeated string lines = 5;
public com.google.protobuf.ProtocolStringList getLinesList ()
Line-by-line content of the source code file.
repeated string lines = 5;
公共 getParserForType ()
public int getSerializedSize ()
public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
パブリック最終ブール値isInitialized ()
public static DebuggedSourceFile parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static DebuggedSourceFile parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static DebuggedSourceFile parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static DebuggedSourceFile parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static DebuggedSourceFile parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static DebuggedSourceFile parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
パブリック静的 パーサー()
public void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
IO例外 |
---|