Class UploadPayload

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
houston.vo.webhook.UploadPayload
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, UploadPayloadOrBuilder, Serializable

public final class UploadPayload extends com.google.protobuf.GeneratedMessage implements UploadPayloadOrBuilder
 업로드 Payload
 
Protobuf type houston.service.webhook.UploadPayload
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    업로드 Payload

    Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage

    com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT extends com.google.protobuf.Message,T>, com.google.protobuf.GeneratedMessage.UnusedPrivateParameter

    Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessage

    com.google.protobuf.AbstractMessage.BuilderParent

    Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

    com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     

    Fields inherited from class com.google.protobuf.GeneratedMessage

    alwaysUseFieldBuilders, unknownFields

    Fields inherited from class com.google.protobuf.AbstractMessage

    memoizedSize

    Fields inherited from class com.google.protobuf.AbstractMessageLite

    memoizedHashCode
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    string assignee = 2;
    com.google.protobuf.ByteString
    string assignee = 2;
    getCommitFile(int index)
    repeated string commitFile = 6;
    com.google.protobuf.ByteString
    getCommitFileBytes(int index)
    repeated string commitFile = 6;
    int
    repeated string commitFile = 6;
    com.google.protobuf.ProtocolStringList
    repeated string commitFile = 6;
    getContributor(int index)
    repeated .houston.vo.webhook.Contributor contributor = 7;
    int
    repeated .houston.vo.webhook.Contributor contributor = 7;
    repeated .houston.vo.webhook.Contributor contributor = 7;
    repeated .houston.vo.webhook.Contributor contributor = 7;
    repeated .houston.vo.webhook.Contributor contributor = 7;
     
     
    static final com.google.protobuf.Descriptors.Descriptor
     
    string head = 5;
    com.google.protobuf.ByteString
    string head = 5;
    com.google.protobuf.Parser<UploadPayload>
     
    string projectId = 1;
    com.google.protobuf.ByteString
    string projectId = 1;
    string ref = 4;
    com.google.protobuf.ByteString
    string ref = 4;
    int
     
    string title = 3;
    com.google.protobuf.ByteString
    string title = 3;
    int
     
    protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
     
    final boolean
     
     
     
     
    newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
     
     
    parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    parseFrom(byte[] data)
     
    parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    parseFrom(com.google.protobuf.ByteString data)
     
    parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
     
    parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
     
    parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    static com.google.protobuf.Parser<UploadPayload>
     
     
    void
    writeTo(com.google.protobuf.CodedOutputStream output)
     

    Methods inherited from class com.google.protobuf.GeneratedMessage

    canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashFields, toString

    Methods inherited from class com.google.protobuf.AbstractMessageLite

    addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.google.protobuf.MessageLite

    toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Field Details

  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
    • getProjectId

      public String getProjectId()
      string projectId = 1;
      Specified by:
      getProjectId in interface UploadPayloadOrBuilder
      Returns:
      The projectId.
    • getProjectIdBytes

      public com.google.protobuf.ByteString getProjectIdBytes()
      string projectId = 1;
      Specified by:
      getProjectIdBytes in interface UploadPayloadOrBuilder
      Returns:
      The bytes for projectId.
    • getAssignee

      public String getAssignee()
      string assignee = 2;
      Specified by:
      getAssignee in interface UploadPayloadOrBuilder
      Returns:
      The assignee.
    • getAssigneeBytes

      public com.google.protobuf.ByteString getAssigneeBytes()
      string assignee = 2;
      Specified by:
      getAssigneeBytes in interface UploadPayloadOrBuilder
      Returns:
      The bytes for assignee.
    • getTitle

      public String getTitle()
      string title = 3;
      Specified by:
      getTitle in interface UploadPayloadOrBuilder
      Returns:
      The title.
    • getTitleBytes

      public com.google.protobuf.ByteString getTitleBytes()
      string title = 3;
      Specified by:
      getTitleBytes in interface UploadPayloadOrBuilder
      Returns:
      The bytes for title.
    • getRef

      public String getRef()
      string ref = 4;
      Specified by:
      getRef in interface UploadPayloadOrBuilder
      Returns:
      The ref.
    • getRefBytes

      public com.google.protobuf.ByteString getRefBytes()
      string ref = 4;
      Specified by:
      getRefBytes in interface UploadPayloadOrBuilder
      Returns:
      The bytes for ref.
    • getHead

      public String getHead()
      string head = 5;
      Specified by:
      getHead in interface UploadPayloadOrBuilder
      Returns:
      The head.
    • getHeadBytes

      public com.google.protobuf.ByteString getHeadBytes()
      string head = 5;
      Specified by:
      getHeadBytes in interface UploadPayloadOrBuilder
      Returns:
      The bytes for head.
    • getCommitFileList

      public com.google.protobuf.ProtocolStringList getCommitFileList()
      repeated string commitFile = 6;
      Specified by:
      getCommitFileList in interface UploadPayloadOrBuilder
      Returns:
      A list containing the commitFile.
    • getCommitFileCount

      public int getCommitFileCount()
      repeated string commitFile = 6;
      Specified by:
      getCommitFileCount in interface UploadPayloadOrBuilder
      Returns:
      The count of commitFile.
    • getCommitFile

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

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

      public List<Contributor> getContributorList()
      repeated .houston.vo.webhook.Contributor contributor = 7;
      Specified by:
      getContributorList in interface UploadPayloadOrBuilder
    • getContributorOrBuilderList

      public List<? extends ContributorOrBuilder> getContributorOrBuilderList()
      repeated .houston.vo.webhook.Contributor contributor = 7;
      Specified by:
      getContributorOrBuilderList in interface UploadPayloadOrBuilder
    • getContributorCount

      public int getContributorCount()
      repeated .houston.vo.webhook.Contributor contributor = 7;
      Specified by:
      getContributorCount in interface UploadPayloadOrBuilder
    • getContributor

      public Contributor getContributor(int index)
      repeated .houston.vo.webhook.Contributor contributor = 7;
      Specified by:
      getContributor in interface UploadPayloadOrBuilder
    • getContributorOrBuilder

      public ContributorOrBuilder getContributorOrBuilder(int index)
      repeated .houston.vo.webhook.Contributor contributor = 7;
      Specified by:
      getContributorOrBuilder in interface UploadPayloadOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static UploadPayload parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static UploadPayload parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static UploadPayload parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static UploadPayload parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static UploadPayload parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static UploadPayload parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static UploadPayload parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static UploadPayload parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static UploadPayload parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static UploadPayload parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static UploadPayload parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static UploadPayload parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public UploadPayload.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static UploadPayload.Builder newBuilder()
    • newBuilder

      public static UploadPayload.Builder newBuilder(UploadPayload prototype)
    • toBuilder

      public UploadPayload.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected UploadPayload.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static UploadPayload getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<UploadPayload> parser()
    • getParserForType

      public com.google.protobuf.Parser<UploadPayload> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public UploadPayload getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder