public interface CommitIdOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getChangelist()
Submitted changelist.
|
String |
getHash()
string hash = 2; |
com.google.protobuf.ByteString |
getHashBytes()
string hash = 2; |
CommitId.KindCase |
getKindCase() |
long |
getPendingChangelist()
Changelist tested if the change list is not already submitted.
|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getChangelist()
Submitted changelist.
int64 changelist = 1;String getHash()
string hash = 2;com.google.protobuf.ByteString getHashBytes()
string hash = 2;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;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;long getPendingChangelist()
Changelist tested if the change list is not already submitted.
int64 pending_changelist = 4;CommitId.KindCase getKindCase()
Copyright © 2015–2019. All rights reserved.