All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.volcengine.service.vod.model.request.VodSubmitDirectEditTaskSyncRequest Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: volcengine/vod/request/request_vod.proto

package com.volcengine.service.vod.model.request;

/**
 * Protobuf type {@code Volcengine.Vod.Models.Request.VodSubmitDirectEditTaskSyncRequest}
 */
public final class VodSubmitDirectEditTaskSyncRequest extends
    com.google.protobuf.GeneratedMessageV3 implements
    // @@protoc_insertion_point(message_implements:Volcengine.Vod.Models.Request.VodSubmitDirectEditTaskSyncRequest)
    VodSubmitDirectEditTaskSyncRequestOrBuilder {
private static final long serialVersionUID = 0L;
  // Use VodSubmitDirectEditTaskSyncRequest.newBuilder() to construct.
  private VodSubmitDirectEditTaskSyncRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
    super(builder);
  }
  private VodSubmitDirectEditTaskSyncRequest() {
    uploader_ = "";
    application_ = "";
    editParam_ = com.google.protobuf.ByteString.EMPTY;
  }

  @java.lang.Override
  @SuppressWarnings({"unused"})
  protected java.lang.Object newInstance(
      UnusedPrivateParameter unused) {
    return new VodSubmitDirectEditTaskSyncRequest();
  }

  @java.lang.Override
  public final com.google.protobuf.UnknownFieldSet
  getUnknownFields() {
    return this.unknownFields;
  }
  private VodSubmitDirectEditTaskSyncRequest(
      com.google.protobuf.CodedInputStream input,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    this();
    if (extensionRegistry == null) {
      throw new java.lang.NullPointerException();
    }
    com.google.protobuf.UnknownFieldSet.Builder unknownFields =
        com.google.protobuf.UnknownFieldSet.newBuilder();
    try {
      boolean done = false;
      while (!done) {
        int tag = input.readTag();
        switch (tag) {
          case 0:
            done = true;
            break;
          case 10: {
            java.lang.String s = input.readStringRequireUtf8();

            uploader_ = s;
            break;
          }
          case 18: {
            java.lang.String s = input.readStringRequireUtf8();

            application_ = s;
            break;
          }
          case 26: {

            editParam_ = input.readBytes();
            break;
          }
          default: {
            if (!parseUnknownField(
                input, unknownFields, extensionRegistry, tag)) {
              done = true;
            }
            break;
          }
        }
      }
    } catch (com.google.protobuf.InvalidProtocolBufferException e) {
      throw e.setUnfinishedMessage(this);
    } catch (java.io.IOException e) {
      throw new com.google.protobuf.InvalidProtocolBufferException(
          e).setUnfinishedMessage(this);
    } finally {
      this.unknownFields = unknownFields.build();
      makeExtensionsImmutable();
    }
  }
  public static final com.google.protobuf.Descriptors.Descriptor
      getDescriptor() {
    return com.volcengine.service.vod.model.request.VodRequest.internal_static_Volcengine_Vod_Models_Request_VodSubmitDirectEditTaskSyncRequest_descriptor;
  }

  @java.lang.Override
  protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internalGetFieldAccessorTable() {
    return com.volcengine.service.vod.model.request.VodRequest.internal_static_Volcengine_Vod_Models_Request_VodSubmitDirectEditTaskSyncRequest_fieldAccessorTable
        .ensureFieldAccessorsInitialized(
            com.volcengine.service.vod.model.request.VodSubmitDirectEditTaskSyncRequest.class, com.volcengine.service.vod.model.request.VodSubmitDirectEditTaskSyncRequest.Builder.class);
  }

  public static final int UPLOADER_FIELD_NUMBER = 1;
  private volatile java.lang.Object uploader_;
  /**
   * 
   * 产物上传空间
   * 
* * string Uploader = 1; * @return The uploader. */ @java.lang.Override public java.lang.String getUploader() { java.lang.Object ref = uploader_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); uploader_ = s; return s; } } /** *
   * 产物上传空间
   * 
* * string Uploader = 1; * @return The bytes for uploader. */ @java.lang.Override public com.google.protobuf.ByteString getUploaderBytes() { java.lang.Object ref = uploader_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); uploader_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int APPLICATION_FIELD_NUMBER = 2; private volatile java.lang.Object application_; /** *
   * Application名称
   * 
* * string Application = 2; * @return The application. */ @java.lang.Override public java.lang.String getApplication() { java.lang.Object ref = application_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); application_ = s; return s; } } /** *
   * Application名称
   * 
* * string Application = 2; * @return The bytes for application. */ @java.lang.Override public com.google.protobuf.ByteString getApplicationBytes() { java.lang.Object ref = application_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); application_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int EDITPARAM_FIELD_NUMBER = 3; private com.google.protobuf.ByteString editParam_; /** *
   * 编辑参数
   * 
* * bytes EditParam = 3; * @return The editParam. */ @java.lang.Override public com.google.protobuf.ByteString getEditParam() { return editParam_; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(uploader_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, uploader_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(application_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, application_); } if (!editParam_.isEmpty()) { output.writeBytes(3, editParam_); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(uploader_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, uploader_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(application_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, application_); } if (!editParam_.isEmpty()) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(3, editParam_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.volcengine.service.vod.model.request.VodSubmitDirectEditTaskSyncRequest)) { return super.equals(obj); } com.volcengine.service.vod.model.request.VodSubmitDirectEditTaskSyncRequest other = (com.volcengine.service.vod.model.request.VodSubmitDirectEditTaskSyncRequest) obj; if (!getUploader() .equals(other.getUploader())) return false; if (!getApplication() .equals(other.getApplication())) return false; if (!getEditParam() .equals(other.getEditParam())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + UPLOADER_FIELD_NUMBER; hash = (53 * hash) + getUploader().hashCode(); hash = (37 * hash) + APPLICATION_FIELD_NUMBER; hash = (53 * hash) + getApplication().hashCode(); hash = (37 * hash) + EDITPARAM_FIELD_NUMBER; hash = (53 * hash) + getEditParam().hashCode(); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static com.volcengine.service.vod.model.request.VodSubmitDirectEditTaskSyncRequest parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.volcengine.service.vod.model.request.VodSubmitDirectEditTaskSyncRequest parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.volcengine.service.vod.model.request.VodSubmitDirectEditTaskSyncRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.volcengine.service.vod.model.request.VodSubmitDirectEditTaskSyncRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.volcengine.service.vod.model.request.VodSubmitDirectEditTaskSyncRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.volcengine.service.vod.model.request.VodSubmitDirectEditTaskSyncRequest parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.volcengine.service.vod.model.request.VodSubmitDirectEditTaskSyncRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.volcengine.service.vod.model.request.VodSubmitDirectEditTaskSyncRequest parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.volcengine.service.vod.model.request.VodSubmitDirectEditTaskSyncRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.volcengine.service.vod.model.request.VodSubmitDirectEditTaskSyncRequest parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.volcengine.service.vod.model.request.VodSubmitDirectEditTaskSyncRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.volcengine.service.vod.model.request.VodSubmitDirectEditTaskSyncRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.volcengine.service.vod.model.request.VodSubmitDirectEditTaskSyncRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code Volcengine.Vod.Models.Request.VodSubmitDirectEditTaskSyncRequest} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:Volcengine.Vod.Models.Request.VodSubmitDirectEditTaskSyncRequest) com.volcengine.service.vod.model.request.VodSubmitDirectEditTaskSyncRequestOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.volcengine.service.vod.model.request.VodRequest.internal_static_Volcengine_Vod_Models_Request_VodSubmitDirectEditTaskSyncRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.volcengine.service.vod.model.request.VodRequest.internal_static_Volcengine_Vod_Models_Request_VodSubmitDirectEditTaskSyncRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( com.volcengine.service.vod.model.request.VodSubmitDirectEditTaskSyncRequest.class, com.volcengine.service.vod.model.request.VodSubmitDirectEditTaskSyncRequest.Builder.class); } // Construct using com.volcengine.service.vod.model.request.VodSubmitDirectEditTaskSyncRequest.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } @java.lang.Override public Builder clear() { super.clear(); uploader_ = ""; application_ = ""; editParam_ = com.google.protobuf.ByteString.EMPTY; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.volcengine.service.vod.model.request.VodRequest.internal_static_Volcengine_Vod_Models_Request_VodSubmitDirectEditTaskSyncRequest_descriptor; } @java.lang.Override public com.volcengine.service.vod.model.request.VodSubmitDirectEditTaskSyncRequest getDefaultInstanceForType() { return com.volcengine.service.vod.model.request.VodSubmitDirectEditTaskSyncRequest.getDefaultInstance(); } @java.lang.Override public com.volcengine.service.vod.model.request.VodSubmitDirectEditTaskSyncRequest build() { com.volcengine.service.vod.model.request.VodSubmitDirectEditTaskSyncRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.volcengine.service.vod.model.request.VodSubmitDirectEditTaskSyncRequest buildPartial() { com.volcengine.service.vod.model.request.VodSubmitDirectEditTaskSyncRequest result = new com.volcengine.service.vod.model.request.VodSubmitDirectEditTaskSyncRequest(this); result.uploader_ = uploader_; result.application_ = application_; result.editParam_ = editParam_; onBuilt(); return result; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.volcengine.service.vod.model.request.VodSubmitDirectEditTaskSyncRequest) { return mergeFrom((com.volcengine.service.vod.model.request.VodSubmitDirectEditTaskSyncRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.volcengine.service.vod.model.request.VodSubmitDirectEditTaskSyncRequest other) { if (other == com.volcengine.service.vod.model.request.VodSubmitDirectEditTaskSyncRequest.getDefaultInstance()) return this; if (!other.getUploader().isEmpty()) { uploader_ = other.uploader_; onChanged(); } if (!other.getApplication().isEmpty()) { application_ = other.application_; onChanged(); } if (other.getEditParam() != com.google.protobuf.ByteString.EMPTY) { setEditParam(other.getEditParam()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.volcengine.service.vod.model.request.VodSubmitDirectEditTaskSyncRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (com.volcengine.service.vod.model.request.VodSubmitDirectEditTaskSyncRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object uploader_ = ""; /** *
     * 产物上传空间
     * 
* * string Uploader = 1; * @return The uploader. */ public java.lang.String getUploader() { java.lang.Object ref = uploader_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); uploader_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * 产物上传空间
     * 
* * string Uploader = 1; * @return The bytes for uploader. */ public com.google.protobuf.ByteString getUploaderBytes() { java.lang.Object ref = uploader_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); uploader_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * 产物上传空间
     * 
* * string Uploader = 1; * @param value The uploader to set. * @return This builder for chaining. */ public Builder setUploader( java.lang.String value) { if (value == null) { throw new NullPointerException(); } uploader_ = value; onChanged(); return this; } /** *
     * 产物上传空间
     * 
* * string Uploader = 1; * @return This builder for chaining. */ public Builder clearUploader() { uploader_ = getDefaultInstance().getUploader(); onChanged(); return this; } /** *
     * 产物上传空间
     * 
* * string Uploader = 1; * @param value The bytes for uploader to set. * @return This builder for chaining. */ public Builder setUploaderBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); uploader_ = value; onChanged(); return this; } private java.lang.Object application_ = ""; /** *
     * Application名称
     * 
* * string Application = 2; * @return The application. */ public java.lang.String getApplication() { java.lang.Object ref = application_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); application_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * Application名称
     * 
* * string Application = 2; * @return The bytes for application. */ public com.google.protobuf.ByteString getApplicationBytes() { java.lang.Object ref = application_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); application_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * Application名称
     * 
* * string Application = 2; * @param value The application to set. * @return This builder for chaining. */ public Builder setApplication( java.lang.String value) { if (value == null) { throw new NullPointerException(); } application_ = value; onChanged(); return this; } /** *
     * Application名称
     * 
* * string Application = 2; * @return This builder for chaining. */ public Builder clearApplication() { application_ = getDefaultInstance().getApplication(); onChanged(); return this; } /** *
     * Application名称
     * 
* * string Application = 2; * @param value The bytes for application to set. * @return This builder for chaining. */ public Builder setApplicationBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); application_ = value; onChanged(); return this; } private com.google.protobuf.ByteString editParam_ = com.google.protobuf.ByteString.EMPTY; /** *
     * 编辑参数
     * 
* * bytes EditParam = 3; * @return The editParam. */ @java.lang.Override public com.google.protobuf.ByteString getEditParam() { return editParam_; } /** *
     * 编辑参数
     * 
* * bytes EditParam = 3; * @param value The editParam to set. * @return This builder for chaining. */ public Builder setEditParam(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } editParam_ = value; onChanged(); return this; } /** *
     * 编辑参数
     * 
* * bytes EditParam = 3; * @return This builder for chaining. */ public Builder clearEditParam() { editParam_ = getDefaultInstance().getEditParam(); onChanged(); return this; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:Volcengine.Vod.Models.Request.VodSubmitDirectEditTaskSyncRequest) } // @@protoc_insertion_point(class_scope:Volcengine.Vod.Models.Request.VodSubmitDirectEditTaskSyncRequest) private static final com.volcengine.service.vod.model.request.VodSubmitDirectEditTaskSyncRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.volcengine.service.vod.model.request.VodSubmitDirectEditTaskSyncRequest(); } public static com.volcengine.service.vod.model.request.VodSubmitDirectEditTaskSyncRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public VodSubmitDirectEditTaskSyncRequest parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new VodSubmitDirectEditTaskSyncRequest(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.volcengine.service.vod.model.request.VodSubmitDirectEditTaskSyncRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy