Interface UploadPayloadOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
UploadPayload, UploadPayload.Builder

public interface UploadPayloadOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getProjectId

      String getProjectId()
      string projectId = 1;
      Returns:
      The projectId.
    • getProjectIdBytes

      com.google.protobuf.ByteString getProjectIdBytes()
      string projectId = 1;
      Returns:
      The bytes for projectId.
    • getAssignee

      String getAssignee()
      string assignee = 2;
      Returns:
      The assignee.
    • getAssigneeBytes

      com.google.protobuf.ByteString getAssigneeBytes()
      string assignee = 2;
      Returns:
      The bytes for assignee.
    • getTitle

      String getTitle()
      string title = 3;
      Returns:
      The title.
    • getTitleBytes

      com.google.protobuf.ByteString getTitleBytes()
      string title = 3;
      Returns:
      The bytes for title.
    • getRef

      String getRef()
      string ref = 4;
      Returns:
      The ref.
    • getRefBytes

      com.google.protobuf.ByteString getRefBytes()
      string ref = 4;
      Returns:
      The bytes for ref.
    • getHead

      String getHead()
      string head = 5;
      Returns:
      The head.
    • getHeadBytes

      com.google.protobuf.ByteString getHeadBytes()
      string head = 5;
      Returns:
      The bytes for head.
    • getCommitFileList

      List<String> getCommitFileList()
      repeated string commitFile = 6;
      Returns:
      A list containing the commitFile.
    • getCommitFileCount

      int getCommitFileCount()
      repeated string commitFile = 6;
      Returns:
      The count of commitFile.
    • getCommitFile

      String getCommitFile(int index)
      repeated string commitFile = 6;
      Parameters:
      index - The index of the element to return.
      Returns:
      The commitFile at the given index.
    • getCommitFileBytes

      com.google.protobuf.ByteString getCommitFileBytes(int index)
      repeated string commitFile = 6;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the commitFile at the given index.
    • getContributorList

      List<Contributor> getContributorList()
      repeated .houston.vo.webhook.Contributor contributor = 7;
    • getContributor

      Contributor getContributor(int index)
      repeated .houston.vo.webhook.Contributor contributor = 7;
    • getContributorCount

      int getContributorCount()
      repeated .houston.vo.webhook.Contributor contributor = 7;
    • getContributorOrBuilderList

      List<? extends ContributorOrBuilder> getContributorOrBuilderList()
      repeated .houston.vo.webhook.Contributor contributor = 7;
    • getContributorOrBuilder

      ContributorOrBuilder getContributorOrBuilder(int index)
      repeated .houston.vo.webhook.Contributor contributor = 7;