อินเทอร์เฟซสาธารณะ CommitIdOrBuilder
คลาสย่อยทางอ้อมที่รู้จัก |
วิธีการสาธารณะ
ยาวเป็นนามธรรม | รับรายการเปลี่ยนแปลง () Submitted changelist. |
สตริงที่เป็นนามธรรม | รับแฮช () string hash = 2; |
นามธรรม com.google.protobuf.ByteString | รับแฮชไบต์ () string hash = 2; |
นามธรรม CommitId.KindCase | getKindCase () |
ยาวเป็นนามธรรม | รับรายการการเปลี่ยนแปลงที่รอดำเนินการ () Changelist tested if the change list is not already submitted. |
สตริงที่เป็นนามธรรม | รับสแนปชอต () Hash of intermediate change between hash/changelist and what was tested. |
นามธรรม com.google.protobuf.ByteString | รับ SnapshotBytes () Hash of intermediate change between hash/changelist and what was tested. |
วิธีการสาธารณะ
getChangelist ยาวนามธรรมสาธารณะ ()
Submitted changelist.
int64 changelist = 1;
สตริงนามธรรมสาธารณะ getHash ()
string hash = 2;
นามธรรมสาธารณะ com.google.protobuf.ByteString getHashBytes ()
string hash = 2;
สาธารณะนามธรรมยาว getPendingChangelist ()
Changelist tested if the change list is not already submitted.
int64 pending_changelist = 4;
สตริงนามธรรมสาธารณะ 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;