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 Summary
Modifier and TypeMethodDescriptionstring assignee = 2;com.google.protobuf.ByteStringstring assignee = 2;getCommitFile(int index) repeated string commitFile = 6;com.google.protobuf.ByteStringgetCommitFileBytes(int index) repeated string commitFile = 6;intrepeated string commitFile = 6;repeated string commitFile = 6;getContributor(int index) repeated .houston.vo.webhook.Contributor contributor = 7;intrepeated .houston.vo.webhook.Contributor contributor = 7;repeated .houston.vo.webhook.Contributor contributor = 7;getContributorOrBuilder(int index) repeated .houston.vo.webhook.Contributor contributor = 7;List<? extends ContributorOrBuilder> repeated .houston.vo.webhook.Contributor contributor = 7;getHead()string head = 5;com.google.protobuf.ByteStringstring head = 5;string projectId = 1;com.google.protobuf.ByteStringstring projectId = 1;getRef()string ref = 4;com.google.protobuf.ByteStringstring ref = 4;getTitle()string title = 3;com.google.protobuf.ByteStringstring title = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getProjectId
-
getProjectIdBytes
com.google.protobuf.ByteString getProjectIdBytes()string projectId = 1;- Returns:
- The bytes for projectId.
-
getAssignee
-
getAssigneeBytes
com.google.protobuf.ByteString getAssigneeBytes()string assignee = 2;- Returns:
- The bytes for assignee.
-
getTitle
-
getTitleBytes
com.google.protobuf.ByteString getTitleBytes()string title = 3;- Returns:
- The bytes for title.
-
getRef
-
getRefBytes
com.google.protobuf.ByteString getRefBytes()string ref = 4;- Returns:
- The bytes for ref.
-
getHead
-
getHeadBytes
com.google.protobuf.ByteString getHeadBytes()string head = 5;- Returns:
- The bytes for head.
-
getCommitFileList
-
getCommitFileCount
int getCommitFileCount()repeated string commitFile = 6;- Returns:
- The count of commitFile.
-
getCommitFile
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
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
repeated .houston.vo.webhook.Contributor contributor = 7;
-