public final class
CommitId
Protobuf type tensorflow.CommitId
Nested Classes
| class | CommitId.Builder | Protobuf type tensorflow.CommitId
|
|
| enum | CommitId.KindCase | ||
Constants
| int | CHANGELIST_FIELD_NUMBER | |
| int | HASH_FIELD_NUMBER | |
| int | PENDING_CHANGELIST_FIELD_NUMBER | |
| int | SNAPSHOT_FIELD_NUMBER |
Public Methods
| boolean |
equals(Object obj)
|
| long |
getChangelist()
Submitted changelist. |
| static CommitId | |
| CommitId | |
| final static com.google.protobuf.Descriptors.Descriptor | |
| String |
getHash()
string hash = 2;
|
| com.google.protobuf.ByteString |
getHashBytes()
string hash = 2;
|
| CommitId.KindCase | |
|
|
|
| long |
getPendingChangelist()
Changelist tested if the change list is not already submitted. |
| int | |
| String |
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 |
hashCode()
|
| final boolean | |
| static CommitId.Builder |
newBuilder(CommitId prototype)
|
| static CommitId.Builder | |
| CommitId.Builder | |
| static CommitId |
parseDelimitedFrom(InputStream input)
|
| static CommitId |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
| static CommitId |
parseFrom(ByteBuffer data)
|
| static CommitId |
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
| static CommitId |
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
| static CommitId |
parseFrom(com.google.protobuf.CodedInputStream input)
|
| static CommitId |
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
| static CommitId |
parseFrom(com.google.protobuf.ByteString data)
|
| static CommitId |
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
| static CommitId |
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
static
|
parser()
|
| CommitId.Builder | |
| void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Inherited Methods
Constants
public static final int CHANGELIST_FIELD_NUMBER
Constant Value:
1
public static final int HASH_FIELD_NUMBER
Constant Value:
2
public static final int PENDING_CHANGELIST_FIELD_NUMBER
Constant Value:
4
public static final int SNAPSHOT_FIELD_NUMBER
Constant Value:
3
Public Methods
public boolean equals (Object obj)
public long getChangelist ()
Submitted changelist.
int64 changelist = 1;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public String getHash ()
string hash = 2;
public com.google.protobuf.ByteString getHashBytes ()
string hash = 2;
public
getParserForType
()
public long getPendingChangelist ()
Changelist tested if the change list is not already submitted.
int64 pending_changelist = 4;
public int getSerializedSize ()
public 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 ()
public final boolean isInitialized ()
public static CommitId parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| IOException |
|---|
public static CommitId parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| IOException |
|---|
public static CommitId parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| InvalidProtocolBufferException |
|---|
public static CommitId parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| InvalidProtocolBufferException |
|---|
public static CommitId parseFrom (com.google.protobuf.ByteString data)
Throws
| InvalidProtocolBufferException |
|---|
public static CommitId parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| IOException |
|---|
public static CommitId parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| InvalidProtocolBufferException |
|---|
public
static
parser
()
public void writeTo (com.google.protobuf.CodedOutputStream output)
Throws
| IOException |
|---|