CommitId

מחלקה סופית ציבורית CommitId

סוג Protobuf tensorflow.CommitId

כיתות מקוננות

מעמד CommitId.Builder סוג Protobuf tensorflow.CommitId
enum CommitId.KindCase

קבועים

int CHANGELIST_FIELD_NUMBER
int HASH_FIELD_NUMBER
int PENDING_CHANGELIST_FIELD_NUMBER
int SNAPSHOT_FIELD_NUMBER

שיטות ציבוריות

בוליאני
שווה (Object obj)
ארוך
getChangelist ()
 Submitted changelist.
סטטי CommitId
CommitId
final static 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.
int
חוּט
getSnapshot ()
 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.
final com.google.protobuf.UnknownFieldSet
int
בוליאנית סופית
סטטי CommitId.Builder
newBuilder (אב-טיפוס CommitId )
סטטי CommitId.Builder
CommitId.Builder
סטטי CommitId
parseDelimitedFrom (קלט InputStream)
סטטי CommitId
parseDelimitedFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
סטטי CommitId
parseFrom (נתוני ByteBuffer)
סטטי CommitId
parseFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
סטטי CommitId
parseFrom (נתוני ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
סטטי CommitId
parseFrom (קלט com.google.protobuf.CodedInputStream)
סטטי CommitId
parseFrom (נתוני byte[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
סטטי CommitId
parseFrom (נתוני com.google.protobuf.ByteString)
סטטי CommitId
parseFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
סטטי CommitId
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

שיטות ציבוריות

שווה ערך בוליאני ציבורי (Object 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 ()

מחרוזת ציבורית 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 ()

בוליאני הסופי הציבורי הוא אתחול ()

public static CommitId.Builder newBuilder (אב-טיפוס CommitId )

public static CommitId.Builder newBuilder ()

public CommitId.Builder newBuilderForType ()

public static CommitId parseDelimitedFrom (קלט InputStream)

זורק
IOException

public static CommitId parseDelimitedFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
IOException

public static CommitId parseFrom (נתוני ByteBuffer)

זורק
InvalidProtocolBufferException

public static CommitId parseFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
IOException

public static CommitId parseFrom (נתוני ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
InvalidProtocolBufferException

public static CommitId parseFrom (קלט com.google.protobuf.CodedInputStream)

זורק
IOException

public static CommitId parseFrom (נתוני byte[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
InvalidProtocolBufferException

public static CommitId parseFrom (נתוני com.google.protobuf.ByteString)

זורק
InvalidProtocolBufferException

public static CommitId parseFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
IOException

public static CommitId parseFrom (נתוני com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
InvalidProtocolBufferException

סטטי ציבורי מנתח ()

public CommitId.Builder toBuilder ()

public void writeTo (פלט com.google.protobuf.CodedOutputStream)

זורק
IOException