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

com.byteplus.service.vod.model.request.VodGetMediaListRequest Maven / Gradle / Ivy

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

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

/**
 * Protobuf type {@code Byteplus.Vod.Models.Request.VodGetMediaListRequest}
 */
public final class VodGetMediaListRequest extends
    com.google.protobuf.GeneratedMessageV3 implements
    // @@protoc_insertion_point(message_implements:Byteplus.Vod.Models.Request.VodGetMediaListRequest)
    VodGetMediaListRequestOrBuilder {
private static final long serialVersionUID = 0L;
  // Use VodGetMediaListRequest.newBuilder() to construct.
  private VodGetMediaListRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
    super(builder);
  }
  private VodGetMediaListRequest() {
    spaceName_ = "";
    vid_ = "";
    status_ = "";
    order_ = "";
    tags_ = "";
    startTime_ = "";
    endTime_ = "";
    offset_ = "";
    pageSize_ = "";
    classificationIds_ = "";
    tosStorageClasses_ = "";
    vodUploadSources_ = "";
  }

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

  @java.lang.Override
  public final com.google.protobuf.UnknownFieldSet
  getUnknownFields() {
    return this.unknownFields;
  }
  private VodGetMediaListRequest(
      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();

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

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

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

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

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

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

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

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

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

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

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

            vodUploadSources_ = s;
            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.byteplus.service.vod.model.request.VodRequest.internal_static_Byteplus_Vod_Models_Request_VodGetMediaListRequest_descriptor;
  }

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

  public static final int SPACENAME_FIELD_NUMBER = 1;
  private volatile java.lang.Object spaceName_;
  /**
   * 
   *空间名
   * 
* * string SpaceName = 1; * @return The spaceName. */ @java.lang.Override public java.lang.String getSpaceName() { java.lang.Object ref = spaceName_; 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(); spaceName_ = s; return s; } } /** *
   *空间名
   * 
* * string SpaceName = 1; * @return The bytes for spaceName. */ @java.lang.Override public com.google.protobuf.ByteString getSpaceNameBytes() { java.lang.Object ref = spaceName_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); spaceName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int VID_FIELD_NUMBER = 2; private volatile java.lang.Object vid_; /** *
   *视频ID
   * 
* * string Vid = 2; * @return The vid. */ @java.lang.Override public java.lang.String getVid() { java.lang.Object ref = vid_; 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(); vid_ = s; return s; } } /** *
   *视频ID
   * 
* * string Vid = 2; * @return The bytes for vid. */ @java.lang.Override public com.google.protobuf.ByteString getVidBytes() { java.lang.Object ref = vid_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); vid_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int STATUS_FIELD_NUMBER = 3; private volatile java.lang.Object status_; /** *
   *视频状态
   * 
* * string Status = 3; * @return The status. */ @java.lang.Override public java.lang.String getStatus() { java.lang.Object ref = status_; 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(); status_ = s; return s; } } /** *
   *视频状态
   * 
* * string Status = 3; * @return The bytes for status. */ @java.lang.Override public com.google.protobuf.ByteString getStatusBytes() { java.lang.Object ref = status_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); status_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int ORDER_FIELD_NUMBER = 4; private volatile java.lang.Object order_; /** *
   *排序规则
   * 
* * string Order = 4; * @return The order. */ @java.lang.Override public java.lang.String getOrder() { java.lang.Object ref = order_; 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(); order_ = s; return s; } } /** *
   *排序规则
   * 
* * string Order = 4; * @return The bytes for order. */ @java.lang.Override public com.google.protobuf.ByteString getOrderBytes() { java.lang.Object ref = order_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); order_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int TAGS_FIELD_NUMBER = 5; private volatile java.lang.Object tags_; /** *
   *标签,多个用","隔开
   * 
* * string Tags = 5; * @return The tags. */ @java.lang.Override public java.lang.String getTags() { java.lang.Object ref = tags_; 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(); tags_ = s; return s; } } /** *
   *标签,多个用","隔开
   * 
* * string Tags = 5; * @return The bytes for tags. */ @java.lang.Override public com.google.protobuf.ByteString getTagsBytes() { java.lang.Object ref = tags_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); tags_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int STARTTIME_FIELD_NUMBER = 6; private volatile java.lang.Object startTime_; /** *
   *查询时间范围下限
   * 
* * string StartTime = 6; * @return The startTime. */ @java.lang.Override public java.lang.String getStartTime() { java.lang.Object ref = startTime_; 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(); startTime_ = s; return s; } } /** *
   *查询时间范围下限
   * 
* * string StartTime = 6; * @return The bytes for startTime. */ @java.lang.Override public com.google.protobuf.ByteString getStartTimeBytes() { java.lang.Object ref = startTime_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); startTime_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int ENDTIME_FIELD_NUMBER = 7; private volatile java.lang.Object endTime_; /** *
   *查询时间范围上限
   * 
* * string EndTime = 7; * @return The endTime. */ @java.lang.Override public java.lang.String getEndTime() { java.lang.Object ref = endTime_; 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(); endTime_ = s; return s; } } /** *
   *查询时间范围上限
   * 
* * string EndTime = 7; * @return The bytes for endTime. */ @java.lang.Override public com.google.protobuf.ByteString getEndTimeBytes() { java.lang.Object ref = endTime_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); endTime_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int OFFSET_FIELD_NUMBER = 8; private volatile java.lang.Object offset_; /** *
   *数据偏移量
   * 
* * string Offset = 8; * @return The offset. */ @java.lang.Override public java.lang.String getOffset() { java.lang.Object ref = offset_; 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(); offset_ = s; return s; } } /** *
   *数据偏移量
   * 
* * string Offset = 8; * @return The bytes for offset. */ @java.lang.Override public com.google.protobuf.ByteString getOffsetBytes() { java.lang.Object ref = offset_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); offset_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int PAGESIZE_FIELD_NUMBER = 9; private volatile java.lang.Object pageSize_; /** *
   *分页大小
   * 
* * string PageSize = 9; * @return The pageSize. */ @java.lang.Override public java.lang.String getPageSize() { java.lang.Object ref = pageSize_; 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(); pageSize_ = s; return s; } } /** *
   *分页大小
   * 
* * string PageSize = 9; * @return The bytes for pageSize. */ @java.lang.Override public com.google.protobuf.ByteString getPageSizeBytes() { java.lang.Object ref = pageSize_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); pageSize_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int CLASSIFICATIONIDS_FIELD_NUMBER = 10; private volatile java.lang.Object classificationIds_; /** *
   *分类id列表
   * 
* * string ClassificationIds = 10; * @return The classificationIds. */ @java.lang.Override public java.lang.String getClassificationIds() { java.lang.Object ref = classificationIds_; 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(); classificationIds_ = s; return s; } } /** *
   *分类id列表
   * 
* * string ClassificationIds = 10; * @return The bytes for classificationIds. */ @java.lang.Override public com.google.protobuf.ByteString getClassificationIdsBytes() { java.lang.Object ref = classificationIds_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); classificationIds_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int TOSSTORAGECLASSES_FIELD_NUMBER = 11; private volatile java.lang.Object tosStorageClasses_; /** *
   * tos存储类型(Standard, Archive),多个用","隔开
   * 
* * string TosStorageClasses = 11; * @return The tosStorageClasses. */ @java.lang.Override public java.lang.String getTosStorageClasses() { java.lang.Object ref = tosStorageClasses_; 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(); tosStorageClasses_ = s; return s; } } /** *
   * tos存储类型(Standard, Archive),多个用","隔开
   * 
* * string TosStorageClasses = 11; * @return The bytes for tosStorageClasses. */ @java.lang.Override public com.google.protobuf.ByteString getTosStorageClassesBytes() { java.lang.Object ref = tosStorageClasses_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); tosStorageClasses_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int VODUPLOADSOURCES_FIELD_NUMBER = 12; private volatile java.lang.Object vodUploadSources_; /** *
   * 音视频上传来源,多个用","隔开
   * 
* * string VodUploadSources = 12; * @return The vodUploadSources. */ @java.lang.Override public java.lang.String getVodUploadSources() { java.lang.Object ref = vodUploadSources_; 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(); vodUploadSources_ = s; return s; } } /** *
   * 音视频上传来源,多个用","隔开
   * 
* * string VodUploadSources = 12; * @return The bytes for vodUploadSources. */ @java.lang.Override public com.google.protobuf.ByteString getVodUploadSourcesBytes() { java.lang.Object ref = vodUploadSources_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); vodUploadSources_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } 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(spaceName_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, spaceName_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(vid_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, vid_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(status_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 3, status_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(order_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 4, order_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(tags_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 5, tags_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(startTime_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 6, startTime_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(endTime_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 7, endTime_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(offset_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 8, offset_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pageSize_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 9, pageSize_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(classificationIds_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 10, classificationIds_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(tosStorageClasses_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 11, tosStorageClasses_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(vodUploadSources_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 12, vodUploadSources_); } 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(spaceName_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, spaceName_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(vid_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, vid_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(status_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, status_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(order_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, order_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(tags_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, tags_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(startTime_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, startTime_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(endTime_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, endTime_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(offset_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(8, offset_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pageSize_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(9, pageSize_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(classificationIds_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(10, classificationIds_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(tosStorageClasses_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(11, tosStorageClasses_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(vodUploadSources_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(12, vodUploadSources_); } 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.byteplus.service.vod.model.request.VodGetMediaListRequest)) { return super.equals(obj); } com.byteplus.service.vod.model.request.VodGetMediaListRequest other = (com.byteplus.service.vod.model.request.VodGetMediaListRequest) obj; if (!getSpaceName() .equals(other.getSpaceName())) return false; if (!getVid() .equals(other.getVid())) return false; if (!getStatus() .equals(other.getStatus())) return false; if (!getOrder() .equals(other.getOrder())) return false; if (!getTags() .equals(other.getTags())) return false; if (!getStartTime() .equals(other.getStartTime())) return false; if (!getEndTime() .equals(other.getEndTime())) return false; if (!getOffset() .equals(other.getOffset())) return false; if (!getPageSize() .equals(other.getPageSize())) return false; if (!getClassificationIds() .equals(other.getClassificationIds())) return false; if (!getTosStorageClasses() .equals(other.getTosStorageClasses())) return false; if (!getVodUploadSources() .equals(other.getVodUploadSources())) 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) + SPACENAME_FIELD_NUMBER; hash = (53 * hash) + getSpaceName().hashCode(); hash = (37 * hash) + VID_FIELD_NUMBER; hash = (53 * hash) + getVid().hashCode(); hash = (37 * hash) + STATUS_FIELD_NUMBER; hash = (53 * hash) + getStatus().hashCode(); hash = (37 * hash) + ORDER_FIELD_NUMBER; hash = (53 * hash) + getOrder().hashCode(); hash = (37 * hash) + TAGS_FIELD_NUMBER; hash = (53 * hash) + getTags().hashCode(); hash = (37 * hash) + STARTTIME_FIELD_NUMBER; hash = (53 * hash) + getStartTime().hashCode(); hash = (37 * hash) + ENDTIME_FIELD_NUMBER; hash = (53 * hash) + getEndTime().hashCode(); hash = (37 * hash) + OFFSET_FIELD_NUMBER; hash = (53 * hash) + getOffset().hashCode(); hash = (37 * hash) + PAGESIZE_FIELD_NUMBER; hash = (53 * hash) + getPageSize().hashCode(); hash = (37 * hash) + CLASSIFICATIONIDS_FIELD_NUMBER; hash = (53 * hash) + getClassificationIds().hashCode(); hash = (37 * hash) + TOSSTORAGECLASSES_FIELD_NUMBER; hash = (53 * hash) + getTosStorageClasses().hashCode(); hash = (37 * hash) + VODUPLOADSOURCES_FIELD_NUMBER; hash = (53 * hash) + getVodUploadSources().hashCode(); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static com.byteplus.service.vod.model.request.VodGetMediaListRequest parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.byteplus.service.vod.model.request.VodGetMediaListRequest parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.byteplus.service.vod.model.request.VodGetMediaListRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.byteplus.service.vod.model.request.VodGetMediaListRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.byteplus.service.vod.model.request.VodGetMediaListRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.byteplus.service.vod.model.request.VodGetMediaListRequest parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.byteplus.service.vod.model.request.VodGetMediaListRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.byteplus.service.vod.model.request.VodGetMediaListRequest 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.byteplus.service.vod.model.request.VodGetMediaListRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.byteplus.service.vod.model.request.VodGetMediaListRequest 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.byteplus.service.vod.model.request.VodGetMediaListRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.byteplus.service.vod.model.request.VodGetMediaListRequest 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.byteplus.service.vod.model.request.VodGetMediaListRequest 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 Byteplus.Vod.Models.Request.VodGetMediaListRequest} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:Byteplus.Vod.Models.Request.VodGetMediaListRequest) com.byteplus.service.vod.model.request.VodGetMediaListRequestOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.byteplus.service.vod.model.request.VodRequest.internal_static_Byteplus_Vod_Models_Request_VodGetMediaListRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.byteplus.service.vod.model.request.VodRequest.internal_static_Byteplus_Vod_Models_Request_VodGetMediaListRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( com.byteplus.service.vod.model.request.VodGetMediaListRequest.class, com.byteplus.service.vod.model.request.VodGetMediaListRequest.Builder.class); } // Construct using com.byteplus.service.vod.model.request.VodGetMediaListRequest.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(); spaceName_ = ""; vid_ = ""; status_ = ""; order_ = ""; tags_ = ""; startTime_ = ""; endTime_ = ""; offset_ = ""; pageSize_ = ""; classificationIds_ = ""; tosStorageClasses_ = ""; vodUploadSources_ = ""; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.byteplus.service.vod.model.request.VodRequest.internal_static_Byteplus_Vod_Models_Request_VodGetMediaListRequest_descriptor; } @java.lang.Override public com.byteplus.service.vod.model.request.VodGetMediaListRequest getDefaultInstanceForType() { return com.byteplus.service.vod.model.request.VodGetMediaListRequest.getDefaultInstance(); } @java.lang.Override public com.byteplus.service.vod.model.request.VodGetMediaListRequest build() { com.byteplus.service.vod.model.request.VodGetMediaListRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.byteplus.service.vod.model.request.VodGetMediaListRequest buildPartial() { com.byteplus.service.vod.model.request.VodGetMediaListRequest result = new com.byteplus.service.vod.model.request.VodGetMediaListRequest(this); result.spaceName_ = spaceName_; result.vid_ = vid_; result.status_ = status_; result.order_ = order_; result.tags_ = tags_; result.startTime_ = startTime_; result.endTime_ = endTime_; result.offset_ = offset_; result.pageSize_ = pageSize_; result.classificationIds_ = classificationIds_; result.tosStorageClasses_ = tosStorageClasses_; result.vodUploadSources_ = vodUploadSources_; 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.byteplus.service.vod.model.request.VodGetMediaListRequest) { return mergeFrom((com.byteplus.service.vod.model.request.VodGetMediaListRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.byteplus.service.vod.model.request.VodGetMediaListRequest other) { if (other == com.byteplus.service.vod.model.request.VodGetMediaListRequest.getDefaultInstance()) return this; if (!other.getSpaceName().isEmpty()) { spaceName_ = other.spaceName_; onChanged(); } if (!other.getVid().isEmpty()) { vid_ = other.vid_; onChanged(); } if (!other.getStatus().isEmpty()) { status_ = other.status_; onChanged(); } if (!other.getOrder().isEmpty()) { order_ = other.order_; onChanged(); } if (!other.getTags().isEmpty()) { tags_ = other.tags_; onChanged(); } if (!other.getStartTime().isEmpty()) { startTime_ = other.startTime_; onChanged(); } if (!other.getEndTime().isEmpty()) { endTime_ = other.endTime_; onChanged(); } if (!other.getOffset().isEmpty()) { offset_ = other.offset_; onChanged(); } if (!other.getPageSize().isEmpty()) { pageSize_ = other.pageSize_; onChanged(); } if (!other.getClassificationIds().isEmpty()) { classificationIds_ = other.classificationIds_; onChanged(); } if (!other.getTosStorageClasses().isEmpty()) { tosStorageClasses_ = other.tosStorageClasses_; onChanged(); } if (!other.getVodUploadSources().isEmpty()) { vodUploadSources_ = other.vodUploadSources_; onChanged(); } 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.byteplus.service.vod.model.request.VodGetMediaListRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (com.byteplus.service.vod.model.request.VodGetMediaListRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object spaceName_ = ""; /** *
     *空间名
     * 
* * string SpaceName = 1; * @return The spaceName. */ public java.lang.String getSpaceName() { java.lang.Object ref = spaceName_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); spaceName_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     *空间名
     * 
* * string SpaceName = 1; * @return The bytes for spaceName. */ public com.google.protobuf.ByteString getSpaceNameBytes() { java.lang.Object ref = spaceName_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); spaceName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     *空间名
     * 
* * string SpaceName = 1; * @param value The spaceName to set. * @return This builder for chaining. */ public Builder setSpaceName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } spaceName_ = value; onChanged(); return this; } /** *
     *空间名
     * 
* * string SpaceName = 1; * @return This builder for chaining. */ public Builder clearSpaceName() { spaceName_ = getDefaultInstance().getSpaceName(); onChanged(); return this; } /** *
     *空间名
     * 
* * string SpaceName = 1; * @param value The bytes for spaceName to set. * @return This builder for chaining. */ public Builder setSpaceNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); spaceName_ = value; onChanged(); return this; } private java.lang.Object vid_ = ""; /** *
     *视频ID
     * 
* * string Vid = 2; * @return The vid. */ public java.lang.String getVid() { java.lang.Object ref = vid_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); vid_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     *视频ID
     * 
* * string Vid = 2; * @return The bytes for vid. */ public com.google.protobuf.ByteString getVidBytes() { java.lang.Object ref = vid_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); vid_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     *视频ID
     * 
* * string Vid = 2; * @param value The vid to set. * @return This builder for chaining. */ public Builder setVid( java.lang.String value) { if (value == null) { throw new NullPointerException(); } vid_ = value; onChanged(); return this; } /** *
     *视频ID
     * 
* * string Vid = 2; * @return This builder for chaining. */ public Builder clearVid() { vid_ = getDefaultInstance().getVid(); onChanged(); return this; } /** *
     *视频ID
     * 
* * string Vid = 2; * @param value The bytes for vid to set. * @return This builder for chaining. */ public Builder setVidBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); vid_ = value; onChanged(); return this; } private java.lang.Object status_ = ""; /** *
     *视频状态
     * 
* * string Status = 3; * @return The status. */ public java.lang.String getStatus() { java.lang.Object ref = status_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); status_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     *视频状态
     * 
* * string Status = 3; * @return The bytes for status. */ public com.google.protobuf.ByteString getStatusBytes() { java.lang.Object ref = status_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); status_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     *视频状态
     * 
* * string Status = 3; * @param value The status to set. * @return This builder for chaining. */ public Builder setStatus( java.lang.String value) { if (value == null) { throw new NullPointerException(); } status_ = value; onChanged(); return this; } /** *
     *视频状态
     * 
* * string Status = 3; * @return This builder for chaining. */ public Builder clearStatus() { status_ = getDefaultInstance().getStatus(); onChanged(); return this; } /** *
     *视频状态
     * 
* * string Status = 3; * @param value The bytes for status to set. * @return This builder for chaining. */ public Builder setStatusBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); status_ = value; onChanged(); return this; } private java.lang.Object order_ = ""; /** *
     *排序规则
     * 
* * string Order = 4; * @return The order. */ public java.lang.String getOrder() { java.lang.Object ref = order_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); order_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     *排序规则
     * 
* * string Order = 4; * @return The bytes for order. */ public com.google.protobuf.ByteString getOrderBytes() { java.lang.Object ref = order_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); order_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     *排序规则
     * 
* * string Order = 4; * @param value The order to set. * @return This builder for chaining. */ public Builder setOrder( java.lang.String value) { if (value == null) { throw new NullPointerException(); } order_ = value; onChanged(); return this; } /** *
     *排序规则
     * 
* * string Order = 4; * @return This builder for chaining. */ public Builder clearOrder() { order_ = getDefaultInstance().getOrder(); onChanged(); return this; } /** *
     *排序规则
     * 
* * string Order = 4; * @param value The bytes for order to set. * @return This builder for chaining. */ public Builder setOrderBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); order_ = value; onChanged(); return this; } private java.lang.Object tags_ = ""; /** *
     *标签,多个用","隔开
     * 
* * string Tags = 5; * @return The tags. */ public java.lang.String getTags() { java.lang.Object ref = tags_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); tags_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     *标签,多个用","隔开
     * 
* * string Tags = 5; * @return The bytes for tags. */ public com.google.protobuf.ByteString getTagsBytes() { java.lang.Object ref = tags_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); tags_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     *标签,多个用","隔开
     * 
* * string Tags = 5; * @param value The tags to set. * @return This builder for chaining. */ public Builder setTags( java.lang.String value) { if (value == null) { throw new NullPointerException(); } tags_ = value; onChanged(); return this; } /** *
     *标签,多个用","隔开
     * 
* * string Tags = 5; * @return This builder for chaining. */ public Builder clearTags() { tags_ = getDefaultInstance().getTags(); onChanged(); return this; } /** *
     *标签,多个用","隔开
     * 
* * string Tags = 5; * @param value The bytes for tags to set. * @return This builder for chaining. */ public Builder setTagsBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); tags_ = value; onChanged(); return this; } private java.lang.Object startTime_ = ""; /** *
     *查询时间范围下限
     * 
* * string StartTime = 6; * @return The startTime. */ public java.lang.String getStartTime() { java.lang.Object ref = startTime_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); startTime_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     *查询时间范围下限
     * 
* * string StartTime = 6; * @return The bytes for startTime. */ public com.google.protobuf.ByteString getStartTimeBytes() { java.lang.Object ref = startTime_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); startTime_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     *查询时间范围下限
     * 
* * string StartTime = 6; * @param value The startTime to set. * @return This builder for chaining. */ public Builder setStartTime( java.lang.String value) { if (value == null) { throw new NullPointerException(); } startTime_ = value; onChanged(); return this; } /** *
     *查询时间范围下限
     * 
* * string StartTime = 6; * @return This builder for chaining. */ public Builder clearStartTime() { startTime_ = getDefaultInstance().getStartTime(); onChanged(); return this; } /** *
     *查询时间范围下限
     * 
* * string StartTime = 6; * @param value The bytes for startTime to set. * @return This builder for chaining. */ public Builder setStartTimeBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); startTime_ = value; onChanged(); return this; } private java.lang.Object endTime_ = ""; /** *
     *查询时间范围上限
     * 
* * string EndTime = 7; * @return The endTime. */ public java.lang.String getEndTime() { java.lang.Object ref = endTime_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); endTime_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     *查询时间范围上限
     * 
* * string EndTime = 7; * @return The bytes for endTime. */ public com.google.protobuf.ByteString getEndTimeBytes() { java.lang.Object ref = endTime_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); endTime_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     *查询时间范围上限
     * 
* * string EndTime = 7; * @param value The endTime to set. * @return This builder for chaining. */ public Builder setEndTime( java.lang.String value) { if (value == null) { throw new NullPointerException(); } endTime_ = value; onChanged(); return this; } /** *
     *查询时间范围上限
     * 
* * string EndTime = 7; * @return This builder for chaining. */ public Builder clearEndTime() { endTime_ = getDefaultInstance().getEndTime(); onChanged(); return this; } /** *
     *查询时间范围上限
     * 
* * string EndTime = 7; * @param value The bytes for endTime to set. * @return This builder for chaining. */ public Builder setEndTimeBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); endTime_ = value; onChanged(); return this; } private java.lang.Object offset_ = ""; /** *
     *数据偏移量
     * 
* * string Offset = 8; * @return The offset. */ public java.lang.String getOffset() { java.lang.Object ref = offset_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); offset_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     *数据偏移量
     * 
* * string Offset = 8; * @return The bytes for offset. */ public com.google.protobuf.ByteString getOffsetBytes() { java.lang.Object ref = offset_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); offset_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     *数据偏移量
     * 
* * string Offset = 8; * @param value The offset to set. * @return This builder for chaining. */ public Builder setOffset( java.lang.String value) { if (value == null) { throw new NullPointerException(); } offset_ = value; onChanged(); return this; } /** *
     *数据偏移量
     * 
* * string Offset = 8; * @return This builder for chaining. */ public Builder clearOffset() { offset_ = getDefaultInstance().getOffset(); onChanged(); return this; } /** *
     *数据偏移量
     * 
* * string Offset = 8; * @param value The bytes for offset to set. * @return This builder for chaining. */ public Builder setOffsetBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); offset_ = value; onChanged(); return this; } private java.lang.Object pageSize_ = ""; /** *
     *分页大小
     * 
* * string PageSize = 9; * @return The pageSize. */ public java.lang.String getPageSize() { java.lang.Object ref = pageSize_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); pageSize_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     *分页大小
     * 
* * string PageSize = 9; * @return The bytes for pageSize. */ public com.google.protobuf.ByteString getPageSizeBytes() { java.lang.Object ref = pageSize_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); pageSize_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     *分页大小
     * 
* * string PageSize = 9; * @param value The pageSize to set. * @return This builder for chaining. */ public Builder setPageSize( java.lang.String value) { if (value == null) { throw new NullPointerException(); } pageSize_ = value; onChanged(); return this; } /** *
     *分页大小
     * 
* * string PageSize = 9; * @return This builder for chaining. */ public Builder clearPageSize() { pageSize_ = getDefaultInstance().getPageSize(); onChanged(); return this; } /** *
     *分页大小
     * 
* * string PageSize = 9; * @param value The bytes for pageSize to set. * @return This builder for chaining. */ public Builder setPageSizeBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); pageSize_ = value; onChanged(); return this; } private java.lang.Object classificationIds_ = ""; /** *
     *分类id列表
     * 
* * string ClassificationIds = 10; * @return The classificationIds. */ public java.lang.String getClassificationIds() { java.lang.Object ref = classificationIds_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); classificationIds_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     *分类id列表
     * 
* * string ClassificationIds = 10; * @return The bytes for classificationIds. */ public com.google.protobuf.ByteString getClassificationIdsBytes() { java.lang.Object ref = classificationIds_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); classificationIds_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     *分类id列表
     * 
* * string ClassificationIds = 10; * @param value The classificationIds to set. * @return This builder for chaining. */ public Builder setClassificationIds( java.lang.String value) { if (value == null) { throw new NullPointerException(); } classificationIds_ = value; onChanged(); return this; } /** *
     *分类id列表
     * 
* * string ClassificationIds = 10; * @return This builder for chaining. */ public Builder clearClassificationIds() { classificationIds_ = getDefaultInstance().getClassificationIds(); onChanged(); return this; } /** *
     *分类id列表
     * 
* * string ClassificationIds = 10; * @param value The bytes for classificationIds to set. * @return This builder for chaining. */ public Builder setClassificationIdsBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); classificationIds_ = value; onChanged(); return this; } private java.lang.Object tosStorageClasses_ = ""; /** *
     * tos存储类型(Standard, Archive),多个用","隔开
     * 
* * string TosStorageClasses = 11; * @return The tosStorageClasses. */ public java.lang.String getTosStorageClasses() { java.lang.Object ref = tosStorageClasses_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); tosStorageClasses_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * tos存储类型(Standard, Archive),多个用","隔开
     * 
* * string TosStorageClasses = 11; * @return The bytes for tosStorageClasses. */ public com.google.protobuf.ByteString getTosStorageClassesBytes() { java.lang.Object ref = tosStorageClasses_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); tosStorageClasses_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * tos存储类型(Standard, Archive),多个用","隔开
     * 
* * string TosStorageClasses = 11; * @param value The tosStorageClasses to set. * @return This builder for chaining. */ public Builder setTosStorageClasses( java.lang.String value) { if (value == null) { throw new NullPointerException(); } tosStorageClasses_ = value; onChanged(); return this; } /** *
     * tos存储类型(Standard, Archive),多个用","隔开
     * 
* * string TosStorageClasses = 11; * @return This builder for chaining. */ public Builder clearTosStorageClasses() { tosStorageClasses_ = getDefaultInstance().getTosStorageClasses(); onChanged(); return this; } /** *
     * tos存储类型(Standard, Archive),多个用","隔开
     * 
* * string TosStorageClasses = 11; * @param value The bytes for tosStorageClasses to set. * @return This builder for chaining. */ public Builder setTosStorageClassesBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); tosStorageClasses_ = value; onChanged(); return this; } private java.lang.Object vodUploadSources_ = ""; /** *
     * 音视频上传来源,多个用","隔开
     * 
* * string VodUploadSources = 12; * @return The vodUploadSources. */ public java.lang.String getVodUploadSources() { java.lang.Object ref = vodUploadSources_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); vodUploadSources_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * 音视频上传来源,多个用","隔开
     * 
* * string VodUploadSources = 12; * @return The bytes for vodUploadSources. */ public com.google.protobuf.ByteString getVodUploadSourcesBytes() { java.lang.Object ref = vodUploadSources_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); vodUploadSources_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * 音视频上传来源,多个用","隔开
     * 
* * string VodUploadSources = 12; * @param value The vodUploadSources to set. * @return This builder for chaining. */ public Builder setVodUploadSources( java.lang.String value) { if (value == null) { throw new NullPointerException(); } vodUploadSources_ = value; onChanged(); return this; } /** *
     * 音视频上传来源,多个用","隔开
     * 
* * string VodUploadSources = 12; * @return This builder for chaining. */ public Builder clearVodUploadSources() { vodUploadSources_ = getDefaultInstance().getVodUploadSources(); onChanged(); return this; } /** *
     * 音视频上传来源,多个用","隔开
     * 
* * string VodUploadSources = 12; * @param value The bytes for vodUploadSources to set. * @return This builder for chaining. */ public Builder setVodUploadSourcesBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); vodUploadSources_ = value; 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:Byteplus.Vod.Models.Request.VodGetMediaListRequest) } // @@protoc_insertion_point(class_scope:Byteplus.Vod.Models.Request.VodGetMediaListRequest) private static final com.byteplus.service.vod.model.request.VodGetMediaListRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.byteplus.service.vod.model.request.VodGetMediaListRequest(); } public static com.byteplus.service.vod.model.request.VodGetMediaListRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public VodGetMediaListRequest parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new VodGetMediaListRequest(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.byteplus.service.vod.model.request.VodGetMediaListRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy