CommitIdOrBuilder

الواجهة العامة CommitIdOrBuilder
الفئات الفرعية غير المباشرة المعروفة

الأساليب العامة

مجردة طويلة
سلسلة مجردة
الحصول على هاش ()
string hash = 2;
مجردة com.google.protobuf.ByteString
الحصول علىHashBytes ()
string hash = 2;
مجردة CommitId.KindCase
مجردة طويلة
getPendingChangelist ()
 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;

الملخص العام CommitId.KindCase getKindCase ()

ملخص عام طويل getPendingChangelist ()

 Changelist tested if the change list is not already submitted.
 
int64 pending_changelist = 4;

سلسلة مجردة عامة getSnapshot ()

string snapshot = 3;

 Hash of intermediate change between hash/changelist and what was tested.
 Not used if the build is from a commit without modifications.
 
= 3;

الملخص العام com.google.protobuf.ByteString getSnapshotBytes ()

string snapshot = 3;

 Hash of intermediate change between hash/changelist and what was tested.
 Not used if the build is from a commit without modifications.
 
= 3؛