CommitIdOrBuilder

رابط عمومی CommitIdOrBuilder
زیر کلاس های غیر مستقیم شناخته شده

روش های عمومی

انتزاعی طولانی
getChangelist ()
 Submitted changelist.
رشته انتزاعی
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.
رشته انتزاعی
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.

روش های عمومی

انتزاع عمومی طولانی 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 ()

 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;