CommitId

パブリック最終クラス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
長さ
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
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
空所
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 CommitId getDefaultInstance ()

public CommitId getDefaultInstanceForType ()

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

パブリック文字列getHash ()

string hash = 2;

public com.google.protobuf.ByteString getHashBytes ()

string hash = 2;

public CommitId.KindCase getKindCase ()

公共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.Builder newBuilder ( CommitIdプロトタイプ)

public static CommitId.Builder newBuilder ()

public CommitId.Builder newBuilderForType ()

public static CommitId parseDelimitedFrom (InputStream 入力)

投げる
IO例外

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

投げる
IO例外

public static CommitId parseFrom (ByteBuffer データ)

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

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 (com.google.protobuf.CodedInputStream 入力)

投げる
IO例外

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

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

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

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

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 CommitId.Builder toBuilder ()

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

投げる
IO例外