Interface CommitIdOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
CommitId, CommitId.Builder

public interface CommitIdOrBuilder extends MessageOrBuilder
  • Method Details

    • hasChangelist

      boolean hasChangelist()
      Submitted changelist.
      
      int64 changelist = 1;
      Returns:
      Whether the changelist field is set.
    • getChangelist

      long getChangelist()
      Submitted changelist.
      
      int64 changelist = 1;
      Returns:
      The changelist.
    • hasHash

      boolean hasHash()
      string hash = 2;
      Returns:
      Whether the hash field is set.
    • getHash

      String getHash()
      string hash = 2;
      Returns:
      The hash.
    • getHashBytes

      ByteString getHashBytes()
      string hash = 2;
      Returns:
      The bytes for hash.
    • getSnapshot

      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;
      Returns:
      The snapshot.
    • getSnapshotBytes

      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;
      Returns:
      The bytes for snapshot.
    • getPendingChangelist

      long getPendingChangelist()
      Changelist tested if the change list is not already submitted.
      
      int64 pending_changelist = 4;
      Returns:
      The pendingChangelist.
    • getKindCase

      CommitId.KindCase getKindCase()