パブリック最終クラスCommitId
Protobuf 型tensorflow.CommitId
ネストされたクラス
クラス | CommitId.Builder | Protobuf 型tensorflow.CommitId | |
列挙型 | CommitId.KindCase |
定数
整数 | CHANGELIST_FIELD_NUMBER | |
整数 | HASH_FIELD_NUMBER | |
整数 | PENDING_CHANGELIST_FIELD_NUMBER | |
整数 | SNAPSHOT_FIELD_NUMBER |
パブリックメソッド
ブール値 | 等しい(オブジェクトオブジェクト) |
長さ | getChangelist () Submitted changelist. |
静的コミットID | |
コミットID | |
最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
弦 | getHash () string hash = 2; |
com.google.protobuf.ByteString | getHashBytes () string hash = 2; |
CommitId.KindCase | getKindCase () |
長さ | getPendingChangelist () Changelist tested if the change list is not already submitted. |
整数 | |
弦 | getスナップショット() Hash of intermediate change between hash/changelist and what was tested. |
com.google.protobuf.ByteString | getSnapshotBytes () Hash of intermediate change between hash/changelist and what was tested. |
最終的な com.google.protobuf.UnknownFieldSet | |
整数 | ハッシュコード() |
最終ブール値 | |
静的CommitId.Builder | newBuilder ( CommitIdプロトタイプ) |
静的CommitId.Builder | newBuilder () |
CommitId.Builder | |
静的コミットID | parseDelimitedFrom (InputStream 入力) |
静的コミットID | parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的コミットID | parseFrom (ByteBuffer データ) |
静的コミットID | parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的コミットID | parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的コミットID | parseFrom (com.google.protobuf.CodedInputStream 入力) |
静的コミットID | parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的コミットID | parseFrom (com.google.protobuf.ByteString データ) |
静的コミットID | parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的コミットID | parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的 | パーサー() |
CommitId.Builder | toビルダー() |
空所 | writeTo (com.google.protobuf.CodedOutputStream 出力) |
継承されたメソッド
定数
パブリック静的最終整数CHANGELIST_FIELD_NUMBER
定数値: 1
パブリック静的最終整数HASH_FIELD_NUMBER
定数値: 2
パブリック静的最終整数PENDING_CHANGELIST_FIELD_NUMBER
定数値: 4
パブリック静的最終整数SNAPSHOT_FIELD_NUMBER
定数値: 3
パブリックメソッド
public booleanに等しい(オブジェクト obj)
public long getChangelist ()
Submitted changelist.
int64 changelist = 1;
public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
パブリック文字列getHash ()
string hash = 2;
public com.google.protobuf.ByteString getHashBytes ()
string hash = 2;
公共 getParserForType ()
public long getPendingChangelist ()
Changelist tested if the change list is not already submitted.
int64 pending_changelist = 4;
public int getSerializedSize ()
パブリック String getSnapshot ()
Hash of intermediate change between hash/changelist and what was tested. Not used if the build is from a commit without modifications.
string snapshot = 3;
public com.google.protobuf.ByteString getSnapshotBytes ()
Hash of intermediate change between hash/changelist and what was tested. Not used if the build is from a commit without modifications.
string snapshot = 3;
public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
パブリック最終ブール値isInitialized ()
public static CommitId parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static CommitId parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static CommitId parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static CommitId parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static CommitId parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static CommitId parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
パブリック静的 パーサー()
public void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
IO例外 |
---|