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

com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeDataResult 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/business/vod_measure.proto

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

/**
 * Protobuf type {@code Volcengine.Vod.Models.Business.DescribeVodSpaceTranscodeDataResult}
 */
public final class DescribeVodSpaceTranscodeDataResult extends
    com.google.protobuf.GeneratedMessageV3 implements
    // @@protoc_insertion_point(message_implements:Volcengine.Vod.Models.Business.DescribeVodSpaceTranscodeDataResult)
    DescribeVodSpaceTranscodeDataResultOrBuilder {
private static final long serialVersionUID = 0L;
  // Use DescribeVodSpaceTranscodeDataResult.newBuilder() to construct.
  private DescribeVodSpaceTranscodeDataResult(com.google.protobuf.GeneratedMessageV3.Builder builder) {
    super(builder);
  }
  private DescribeVodSpaceTranscodeDataResult() {
    spaceList_ = com.google.protobuf.LazyStringArrayList.EMPTY;
    startTime_ = "";
    endTime_ = "";
    transcodeType_ = "";
    specification_ = "";
    taskStageList_ = com.google.protobuf.LazyStringArrayList.EMPTY;
    detailFieldList_ = com.google.protobuf.LazyStringArrayList.EMPTY;
    regionList_ = com.google.protobuf.LazyStringArrayList.EMPTY;
    totalTranscodeDataList_ = java.util.Collections.emptyList();
    transcodeDataDetailList_ = java.util.Collections.emptyList();
  }

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

  @java.lang.Override
  public final com.google.protobuf.UnknownFieldSet
  getUnknownFields() {
    return this.unknownFields;
  }
  private DescribeVodSpaceTranscodeDataResult(
      com.google.protobuf.CodedInputStream input,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    this();
    if (extensionRegistry == null) {
      throw new java.lang.NullPointerException();
    }
    int mutable_bitField0_ = 0;
    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();
            if (!((mutable_bitField0_ & 0x00000001) != 0)) {
              spaceList_ = new com.google.protobuf.LazyStringArrayList();
              mutable_bitField0_ |= 0x00000001;
            }
            spaceList_.add(s);
            break;
          }
          case 18: {
            java.lang.String s = input.readStringRequireUtf8();

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

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

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

            specification_ = s;
            break;
          }
          case 50: {
            java.lang.String s = input.readStringRequireUtf8();
            if (!((mutable_bitField0_ & 0x00000002) != 0)) {
              taskStageList_ = new com.google.protobuf.LazyStringArrayList();
              mutable_bitField0_ |= 0x00000002;
            }
            taskStageList_.add(s);
            break;
          }
          case 56: {

            aggregation_ = input.readInt64();
            break;
          }
          case 66: {
            java.lang.String s = input.readStringRequireUtf8();
            if (!((mutable_bitField0_ & 0x00000004) != 0)) {
              detailFieldList_ = new com.google.protobuf.LazyStringArrayList();
              mutable_bitField0_ |= 0x00000004;
            }
            detailFieldList_.add(s);
            break;
          }
          case 74: {
            java.lang.String s = input.readStringRequireUtf8();
            if (!((mutable_bitField0_ & 0x00000008) != 0)) {
              regionList_ = new com.google.protobuf.LazyStringArrayList();
              mutable_bitField0_ |= 0x00000008;
            }
            regionList_.add(s);
            break;
          }
          case 80: {

            totalTranscodeData_ = input.readInt64();
            break;
          }
          case 90: {
            if (!((mutable_bitField0_ & 0x00000010) != 0)) {
              totalTranscodeDataList_ = new java.util.ArrayList();
              mutable_bitField0_ |= 0x00000010;
            }
            totalTranscodeDataList_.add(
                input.readMessage(com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeItem.parser(), extensionRegistry));
            break;
          }
          case 98: {
            if (!((mutable_bitField0_ & 0x00000020) != 0)) {
              transcodeDataDetailList_ = new java.util.ArrayList();
              mutable_bitField0_ |= 0x00000020;
            }
            transcodeDataDetailList_.add(
                input.readMessage(com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeDetail.parser(), extensionRegistry));
            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 {
      if (((mutable_bitField0_ & 0x00000001) != 0)) {
        spaceList_ = spaceList_.getUnmodifiableView();
      }
      if (((mutable_bitField0_ & 0x00000002) != 0)) {
        taskStageList_ = taskStageList_.getUnmodifiableView();
      }
      if (((mutable_bitField0_ & 0x00000004) != 0)) {
        detailFieldList_ = detailFieldList_.getUnmodifiableView();
      }
      if (((mutable_bitField0_ & 0x00000008) != 0)) {
        regionList_ = regionList_.getUnmodifiableView();
      }
      if (((mutable_bitField0_ & 0x00000010) != 0)) {
        totalTranscodeDataList_ = java.util.Collections.unmodifiableList(totalTranscodeDataList_);
      }
      if (((mutable_bitField0_ & 0x00000020) != 0)) {
        transcodeDataDetailList_ = java.util.Collections.unmodifiableList(transcodeDataDetailList_);
      }
      this.unknownFields = unknownFields.build();
      makeExtensionsImmutable();
    }
  }
  public static final com.google.protobuf.Descriptors.Descriptor
      getDescriptor() {
    return com.volcengine.service.vod.model.business.VodMeasure.internal_static_Volcengine_Vod_Models_Business_DescribeVodSpaceTranscodeDataResult_descriptor;
  }

  @java.lang.Override
  protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internalGetFieldAccessorTable() {
    return com.volcengine.service.vod.model.business.VodMeasure.internal_static_Volcengine_Vod_Models_Business_DescribeVodSpaceTranscodeDataResult_fieldAccessorTable
        .ensureFieldAccessorsInitialized(
            com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeDataResult.class, com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeDataResult.Builder.class);
  }

  public static final int SPACELIST_FIELD_NUMBER = 1;
  private com.google.protobuf.LazyStringList spaceList_;
  /**
   * 
   * 空间列表
   * 
* * repeated string SpaceList = 1; * @return A list containing the spaceList. */ public com.google.protobuf.ProtocolStringList getSpaceListList() { return spaceList_; } /** *
   * 空间列表
   * 
* * repeated string SpaceList = 1; * @return The count of spaceList. */ public int getSpaceListCount() { return spaceList_.size(); } /** *
   * 空间列表
   * 
* * repeated string SpaceList = 1; * @param index The index of the element to return. * @return The spaceList at the given index. */ public java.lang.String getSpaceList(int index) { return spaceList_.get(index); } /** *
   * 空间列表
   * 
* * repeated string SpaceList = 1; * @param index The index of the value to return. * @return The bytes of the spaceList at the given index. */ public com.google.protobuf.ByteString getSpaceListBytes(int index) { return spaceList_.getByteString(index); } public static final int STARTTIME_FIELD_NUMBER = 2; private volatile java.lang.Object startTime_; /** *
   * 查询的起始时间, rfc3339
   * 
* * string StartTime = 2; * @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; } } /** *
   * 查询的起始时间, rfc3339
   * 
* * string StartTime = 2; * @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 = 3; private volatile java.lang.Object endTime_; /** *
   * 查询的结束时间, rfc3339;查询时间跨度不超过93天
   * 
* * string EndTime = 3; * @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; } } /** *
   * 查询的结束时间, rfc3339;查询时间跨度不超过93天
   * 
* * string EndTime = 3; * @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 TRANSCODETYPE_FIELD_NUMBER = 4; private volatile java.lang.Object transcodeType_; /** *
   * 转码类型:默认全部。Slice,Normal,LowCost,ByteHD
   * 
* * string TranscodeType = 4; * @return The transcodeType. */ @java.lang.Override public java.lang.String getTranscodeType() { java.lang.Object ref = transcodeType_; 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(); transcodeType_ = s; return s; } } /** *
   * 转码类型:默认全部。Slice,Normal,LowCost,ByteHD
   * 
* * string TranscodeType = 4; * @return The bytes for transcodeType. */ @java.lang.Override public com.google.protobuf.ByteString getTranscodeTypeBytes() { java.lang.Object ref = transcodeType_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); transcodeType_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int SPECIFICATION_FIELD_NUMBER = 5; private volatile java.lang.Object specification_; /** *
   * 
* * string Specification = 5; * @return The specification. */ @java.lang.Override public java.lang.String getSpecification() { java.lang.Object ref = specification_; 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(); specification_ = s; return s; } } /** *
   * 
* * string Specification = 5; * @return The bytes for specification. */ @java.lang.Override public com.google.protobuf.ByteString getSpecificationBytes() { java.lang.Object ref = specification_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); specification_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int TASKSTAGELIST_FIELD_NUMBER = 6; private com.google.protobuf.LazyStringList taskStageList_; /** *
   * 闲忙时: busy/free
   * 
* * repeated string TaskStageList = 6; * @return A list containing the taskStageList. */ public com.google.protobuf.ProtocolStringList getTaskStageListList() { return taskStageList_; } /** *
   * 闲忙时: busy/free
   * 
* * repeated string TaskStageList = 6; * @return The count of taskStageList. */ public int getTaskStageListCount() { return taskStageList_.size(); } /** *
   * 闲忙时: busy/free
   * 
* * repeated string TaskStageList = 6; * @param index The index of the element to return. * @return The taskStageList at the given index. */ public java.lang.String getTaskStageList(int index) { return taskStageList_.get(index); } /** *
   * 闲忙时: busy/free
   * 
* * repeated string TaskStageList = 6; * @param index The index of the value to return. * @return The bytes of the taskStageList at the given index. */ public com.google.protobuf.ByteString getTaskStageListBytes(int index) { return taskStageList_.getByteString(index); } public static final int AGGREGATION_FIELD_NUMBER = 7; private long aggregation_; /** *
   *聚合的时间粒度,单位秒,默认3600,支持3600和86400
   * 
* * int64 Aggregation = 7; * @return The aggregation. */ @java.lang.Override public long getAggregation() { return aggregation_; } public static final int DETAILFIELDLIST_FIELD_NUMBER = 8; private com.google.protobuf.LazyStringList detailFieldList_; /** *
   * 展示详细信息的维度,取值:TaskStage、Space
   * 
* * repeated string DetailFieldList = 8; * @return A list containing the detailFieldList. */ public com.google.protobuf.ProtocolStringList getDetailFieldListList() { return detailFieldList_; } /** *
   * 展示详细信息的维度,取值:TaskStage、Space
   * 
* * repeated string DetailFieldList = 8; * @return The count of detailFieldList. */ public int getDetailFieldListCount() { return detailFieldList_.size(); } /** *
   * 展示详细信息的维度,取值:TaskStage、Space
   * 
* * repeated string DetailFieldList = 8; * @param index The index of the element to return. * @return The detailFieldList at the given index. */ public java.lang.String getDetailFieldList(int index) { return detailFieldList_.get(index); } /** *
   * 展示详细信息的维度,取值:TaskStage、Space
   * 
* * repeated string DetailFieldList = 8; * @param index The index of the value to return. * @return The bytes of the detailFieldList at the given index. */ public com.google.protobuf.ByteString getDetailFieldListBytes(int index) { return detailFieldList_.getByteString(index); } public static final int REGIONLIST_FIELD_NUMBER = 9; private com.google.protobuf.LazyStringList regionList_; /** *
   * 地区列表
   * 
* * repeated string RegionList = 9; * @return A list containing the regionList. */ public com.google.protobuf.ProtocolStringList getRegionListList() { return regionList_; } /** *
   * 地区列表
   * 
* * repeated string RegionList = 9; * @return The count of regionList. */ public int getRegionListCount() { return regionList_.size(); } /** *
   * 地区列表
   * 
* * repeated string RegionList = 9; * @param index The index of the element to return. * @return The regionList at the given index. */ public java.lang.String getRegionList(int index) { return regionList_.get(index); } /** *
   * 地区列表
   * 
* * repeated string RegionList = 9; * @param index The index of the value to return. * @return The bytes of the regionList at the given index. */ public com.google.protobuf.ByteString getRegionListBytes(int index) { return regionList_.getByteString(index); } public static final int TOTALTRANSCODEDATA_FIELD_NUMBER = 10; private long totalTranscodeData_; /** * int64 TotalTranscodeData = 10; * @return The totalTranscodeData. */ @java.lang.Override public long getTotalTranscodeData() { return totalTranscodeData_; } public static final int TOTALTRANSCODEDATALIST_FIELD_NUMBER = 11; private java.util.List totalTranscodeDataList_; /** * repeated .Volcengine.Vod.Models.Business.DescribeVodSpaceTranscodeItem TotalTranscodeDataList = 11; */ @java.lang.Override public java.util.List getTotalTranscodeDataListList() { return totalTranscodeDataList_; } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodSpaceTranscodeItem TotalTranscodeDataList = 11; */ @java.lang.Override public java.util.List getTotalTranscodeDataListOrBuilderList() { return totalTranscodeDataList_; } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodSpaceTranscodeItem TotalTranscodeDataList = 11; */ @java.lang.Override public int getTotalTranscodeDataListCount() { return totalTranscodeDataList_.size(); } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodSpaceTranscodeItem TotalTranscodeDataList = 11; */ @java.lang.Override public com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeItem getTotalTranscodeDataList(int index) { return totalTranscodeDataList_.get(index); } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodSpaceTranscodeItem TotalTranscodeDataList = 11; */ @java.lang.Override public com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeItemOrBuilder getTotalTranscodeDataListOrBuilder( int index) { return totalTranscodeDataList_.get(index); } public static final int TRANSCODEDATADETAILLIST_FIELD_NUMBER = 12; private java.util.List transcodeDataDetailList_; /** * repeated .Volcengine.Vod.Models.Business.DescribeVodSpaceTranscodeDetail TranscodeDataDetailList = 12; */ @java.lang.Override public java.util.List getTranscodeDataDetailListList() { return transcodeDataDetailList_; } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodSpaceTranscodeDetail TranscodeDataDetailList = 12; */ @java.lang.Override public java.util.List getTranscodeDataDetailListOrBuilderList() { return transcodeDataDetailList_; } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodSpaceTranscodeDetail TranscodeDataDetailList = 12; */ @java.lang.Override public int getTranscodeDataDetailListCount() { return transcodeDataDetailList_.size(); } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodSpaceTranscodeDetail TranscodeDataDetailList = 12; */ @java.lang.Override public com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeDetail getTranscodeDataDetailList(int index) { return transcodeDataDetailList_.get(index); } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodSpaceTranscodeDetail TranscodeDataDetailList = 12; */ @java.lang.Override public com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeDetailOrBuilder getTranscodeDataDetailListOrBuilder( int index) { return transcodeDataDetailList_.get(index); } 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 { for (int i = 0; i < spaceList_.size(); i++) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, spaceList_.getRaw(i)); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(startTime_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, startTime_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(endTime_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 3, endTime_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(transcodeType_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 4, transcodeType_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(specification_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 5, specification_); } for (int i = 0; i < taskStageList_.size(); i++) { com.google.protobuf.GeneratedMessageV3.writeString(output, 6, taskStageList_.getRaw(i)); } if (aggregation_ != 0L) { output.writeInt64(7, aggregation_); } for (int i = 0; i < detailFieldList_.size(); i++) { com.google.protobuf.GeneratedMessageV3.writeString(output, 8, detailFieldList_.getRaw(i)); } for (int i = 0; i < regionList_.size(); i++) { com.google.protobuf.GeneratedMessageV3.writeString(output, 9, regionList_.getRaw(i)); } if (totalTranscodeData_ != 0L) { output.writeInt64(10, totalTranscodeData_); } for (int i = 0; i < totalTranscodeDataList_.size(); i++) { output.writeMessage(11, totalTranscodeDataList_.get(i)); } for (int i = 0; i < transcodeDataDetailList_.size(); i++) { output.writeMessage(12, transcodeDataDetailList_.get(i)); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; { int dataSize = 0; for (int i = 0; i < spaceList_.size(); i++) { dataSize += computeStringSizeNoTag(spaceList_.getRaw(i)); } size += dataSize; size += 1 * getSpaceListList().size(); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(startTime_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, startTime_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(endTime_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, endTime_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(transcodeType_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, transcodeType_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(specification_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, specification_); } { int dataSize = 0; for (int i = 0; i < taskStageList_.size(); i++) { dataSize += computeStringSizeNoTag(taskStageList_.getRaw(i)); } size += dataSize; size += 1 * getTaskStageListList().size(); } if (aggregation_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeInt64Size(7, aggregation_); } { int dataSize = 0; for (int i = 0; i < detailFieldList_.size(); i++) { dataSize += computeStringSizeNoTag(detailFieldList_.getRaw(i)); } size += dataSize; size += 1 * getDetailFieldListList().size(); } { int dataSize = 0; for (int i = 0; i < regionList_.size(); i++) { dataSize += computeStringSizeNoTag(regionList_.getRaw(i)); } size += dataSize; size += 1 * getRegionListList().size(); } if (totalTranscodeData_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeInt64Size(10, totalTranscodeData_); } for (int i = 0; i < totalTranscodeDataList_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(11, totalTranscodeDataList_.get(i)); } for (int i = 0; i < transcodeDataDetailList_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(12, transcodeDataDetailList_.get(i)); } 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.business.DescribeVodSpaceTranscodeDataResult)) { return super.equals(obj); } com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeDataResult other = (com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeDataResult) obj; if (!getSpaceListList() .equals(other.getSpaceListList())) return false; if (!getStartTime() .equals(other.getStartTime())) return false; if (!getEndTime() .equals(other.getEndTime())) return false; if (!getTranscodeType() .equals(other.getTranscodeType())) return false; if (!getSpecification() .equals(other.getSpecification())) return false; if (!getTaskStageListList() .equals(other.getTaskStageListList())) return false; if (getAggregation() != other.getAggregation()) return false; if (!getDetailFieldListList() .equals(other.getDetailFieldListList())) return false; if (!getRegionListList() .equals(other.getRegionListList())) return false; if (getTotalTranscodeData() != other.getTotalTranscodeData()) return false; if (!getTotalTranscodeDataListList() .equals(other.getTotalTranscodeDataListList())) return false; if (!getTranscodeDataDetailListList() .equals(other.getTranscodeDataDetailListList())) 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(); if (getSpaceListCount() > 0) { hash = (37 * hash) + SPACELIST_FIELD_NUMBER; hash = (53 * hash) + getSpaceListList().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) + TRANSCODETYPE_FIELD_NUMBER; hash = (53 * hash) + getTranscodeType().hashCode(); hash = (37 * hash) + SPECIFICATION_FIELD_NUMBER; hash = (53 * hash) + getSpecification().hashCode(); if (getTaskStageListCount() > 0) { hash = (37 * hash) + TASKSTAGELIST_FIELD_NUMBER; hash = (53 * hash) + getTaskStageListList().hashCode(); } hash = (37 * hash) + AGGREGATION_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getAggregation()); if (getDetailFieldListCount() > 0) { hash = (37 * hash) + DETAILFIELDLIST_FIELD_NUMBER; hash = (53 * hash) + getDetailFieldListList().hashCode(); } if (getRegionListCount() > 0) { hash = (37 * hash) + REGIONLIST_FIELD_NUMBER; hash = (53 * hash) + getRegionListList().hashCode(); } hash = (37 * hash) + TOTALTRANSCODEDATA_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getTotalTranscodeData()); if (getTotalTranscodeDataListCount() > 0) { hash = (37 * hash) + TOTALTRANSCODEDATALIST_FIELD_NUMBER; hash = (53 * hash) + getTotalTranscodeDataListList().hashCode(); } if (getTranscodeDataDetailListCount() > 0) { hash = (37 * hash) + TRANSCODEDATADETAILLIST_FIELD_NUMBER; hash = (53 * hash) + getTranscodeDataDetailListList().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeDataResult parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeDataResult 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.business.DescribeVodSpaceTranscodeDataResult parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeDataResult 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.business.DescribeVodSpaceTranscodeDataResult parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeDataResult 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.business.DescribeVodSpaceTranscodeDataResult parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeDataResult 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.business.DescribeVodSpaceTranscodeDataResult parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeDataResult 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.business.DescribeVodSpaceTranscodeDataResult 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.business.DescribeVodSpaceTranscodeDataResult 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.business.DescribeVodSpaceTranscodeDataResult 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.Business.DescribeVodSpaceTranscodeDataResult} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:Volcengine.Vod.Models.Business.DescribeVodSpaceTranscodeDataResult) com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeDataResultOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.volcengine.service.vod.model.business.VodMeasure.internal_static_Volcengine_Vod_Models_Business_DescribeVodSpaceTranscodeDataResult_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.volcengine.service.vod.model.business.VodMeasure.internal_static_Volcengine_Vod_Models_Business_DescribeVodSpaceTranscodeDataResult_fieldAccessorTable .ensureFieldAccessorsInitialized( com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeDataResult.class, com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeDataResult.Builder.class); } // Construct using com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeDataResult.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getTotalTranscodeDataListFieldBuilder(); getTranscodeDataDetailListFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); spaceList_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000001); startTime_ = ""; endTime_ = ""; transcodeType_ = ""; specification_ = ""; taskStageList_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000002); aggregation_ = 0L; detailFieldList_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000004); regionList_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000008); totalTranscodeData_ = 0L; if (totalTranscodeDataListBuilder_ == null) { totalTranscodeDataList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000010); } else { totalTranscodeDataListBuilder_.clear(); } if (transcodeDataDetailListBuilder_ == null) { transcodeDataDetailList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000020); } else { transcodeDataDetailListBuilder_.clear(); } return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.volcengine.service.vod.model.business.VodMeasure.internal_static_Volcengine_Vod_Models_Business_DescribeVodSpaceTranscodeDataResult_descriptor; } @java.lang.Override public com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeDataResult getDefaultInstanceForType() { return com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeDataResult.getDefaultInstance(); } @java.lang.Override public com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeDataResult build() { com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeDataResult result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeDataResult buildPartial() { com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeDataResult result = new com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeDataResult(this); int from_bitField0_ = bitField0_; if (((bitField0_ & 0x00000001) != 0)) { spaceList_ = spaceList_.getUnmodifiableView(); bitField0_ = (bitField0_ & ~0x00000001); } result.spaceList_ = spaceList_; result.startTime_ = startTime_; result.endTime_ = endTime_; result.transcodeType_ = transcodeType_; result.specification_ = specification_; if (((bitField0_ & 0x00000002) != 0)) { taskStageList_ = taskStageList_.getUnmodifiableView(); bitField0_ = (bitField0_ & ~0x00000002); } result.taskStageList_ = taskStageList_; result.aggregation_ = aggregation_; if (((bitField0_ & 0x00000004) != 0)) { detailFieldList_ = detailFieldList_.getUnmodifiableView(); bitField0_ = (bitField0_ & ~0x00000004); } result.detailFieldList_ = detailFieldList_; if (((bitField0_ & 0x00000008) != 0)) { regionList_ = regionList_.getUnmodifiableView(); bitField0_ = (bitField0_ & ~0x00000008); } result.regionList_ = regionList_; result.totalTranscodeData_ = totalTranscodeData_; if (totalTranscodeDataListBuilder_ == null) { if (((bitField0_ & 0x00000010) != 0)) { totalTranscodeDataList_ = java.util.Collections.unmodifiableList(totalTranscodeDataList_); bitField0_ = (bitField0_ & ~0x00000010); } result.totalTranscodeDataList_ = totalTranscodeDataList_; } else { result.totalTranscodeDataList_ = totalTranscodeDataListBuilder_.build(); } if (transcodeDataDetailListBuilder_ == null) { if (((bitField0_ & 0x00000020) != 0)) { transcodeDataDetailList_ = java.util.Collections.unmodifiableList(transcodeDataDetailList_); bitField0_ = (bitField0_ & ~0x00000020); } result.transcodeDataDetailList_ = transcodeDataDetailList_; } else { result.transcodeDataDetailList_ = transcodeDataDetailListBuilder_.build(); } 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.business.DescribeVodSpaceTranscodeDataResult) { return mergeFrom((com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeDataResult)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeDataResult other) { if (other == com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeDataResult.getDefaultInstance()) return this; if (!other.spaceList_.isEmpty()) { if (spaceList_.isEmpty()) { spaceList_ = other.spaceList_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureSpaceListIsMutable(); spaceList_.addAll(other.spaceList_); } onChanged(); } if (!other.getStartTime().isEmpty()) { startTime_ = other.startTime_; onChanged(); } if (!other.getEndTime().isEmpty()) { endTime_ = other.endTime_; onChanged(); } if (!other.getTranscodeType().isEmpty()) { transcodeType_ = other.transcodeType_; onChanged(); } if (!other.getSpecification().isEmpty()) { specification_ = other.specification_; onChanged(); } if (!other.taskStageList_.isEmpty()) { if (taskStageList_.isEmpty()) { taskStageList_ = other.taskStageList_; bitField0_ = (bitField0_ & ~0x00000002); } else { ensureTaskStageListIsMutable(); taskStageList_.addAll(other.taskStageList_); } onChanged(); } if (other.getAggregation() != 0L) { setAggregation(other.getAggregation()); } if (!other.detailFieldList_.isEmpty()) { if (detailFieldList_.isEmpty()) { detailFieldList_ = other.detailFieldList_; bitField0_ = (bitField0_ & ~0x00000004); } else { ensureDetailFieldListIsMutable(); detailFieldList_.addAll(other.detailFieldList_); } onChanged(); } if (!other.regionList_.isEmpty()) { if (regionList_.isEmpty()) { regionList_ = other.regionList_; bitField0_ = (bitField0_ & ~0x00000008); } else { ensureRegionListIsMutable(); regionList_.addAll(other.regionList_); } onChanged(); } if (other.getTotalTranscodeData() != 0L) { setTotalTranscodeData(other.getTotalTranscodeData()); } if (totalTranscodeDataListBuilder_ == null) { if (!other.totalTranscodeDataList_.isEmpty()) { if (totalTranscodeDataList_.isEmpty()) { totalTranscodeDataList_ = other.totalTranscodeDataList_; bitField0_ = (bitField0_ & ~0x00000010); } else { ensureTotalTranscodeDataListIsMutable(); totalTranscodeDataList_.addAll(other.totalTranscodeDataList_); } onChanged(); } } else { if (!other.totalTranscodeDataList_.isEmpty()) { if (totalTranscodeDataListBuilder_.isEmpty()) { totalTranscodeDataListBuilder_.dispose(); totalTranscodeDataListBuilder_ = null; totalTranscodeDataList_ = other.totalTranscodeDataList_; bitField0_ = (bitField0_ & ~0x00000010); totalTranscodeDataListBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getTotalTranscodeDataListFieldBuilder() : null; } else { totalTranscodeDataListBuilder_.addAllMessages(other.totalTranscodeDataList_); } } } if (transcodeDataDetailListBuilder_ == null) { if (!other.transcodeDataDetailList_.isEmpty()) { if (transcodeDataDetailList_.isEmpty()) { transcodeDataDetailList_ = other.transcodeDataDetailList_; bitField0_ = (bitField0_ & ~0x00000020); } else { ensureTranscodeDataDetailListIsMutable(); transcodeDataDetailList_.addAll(other.transcodeDataDetailList_); } onChanged(); } } else { if (!other.transcodeDataDetailList_.isEmpty()) { if (transcodeDataDetailListBuilder_.isEmpty()) { transcodeDataDetailListBuilder_.dispose(); transcodeDataDetailListBuilder_ = null; transcodeDataDetailList_ = other.transcodeDataDetailList_; bitField0_ = (bitField0_ & ~0x00000020); transcodeDataDetailListBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getTranscodeDataDetailListFieldBuilder() : null; } else { transcodeDataDetailListBuilder_.addAllMessages(other.transcodeDataDetailList_); } } } 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.business.DescribeVodSpaceTranscodeDataResult parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeDataResult) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private com.google.protobuf.LazyStringList spaceList_ = com.google.protobuf.LazyStringArrayList.EMPTY; private void ensureSpaceListIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { spaceList_ = new com.google.protobuf.LazyStringArrayList(spaceList_); bitField0_ |= 0x00000001; } } /** *
     * 空间列表
     * 
* * repeated string SpaceList = 1; * @return A list containing the spaceList. */ public com.google.protobuf.ProtocolStringList getSpaceListList() { return spaceList_.getUnmodifiableView(); } /** *
     * 空间列表
     * 
* * repeated string SpaceList = 1; * @return The count of spaceList. */ public int getSpaceListCount() { return spaceList_.size(); } /** *
     * 空间列表
     * 
* * repeated string SpaceList = 1; * @param index The index of the element to return. * @return The spaceList at the given index. */ public java.lang.String getSpaceList(int index) { return spaceList_.get(index); } /** *
     * 空间列表
     * 
* * repeated string SpaceList = 1; * @param index The index of the value to return. * @return The bytes of the spaceList at the given index. */ public com.google.protobuf.ByteString getSpaceListBytes(int index) { return spaceList_.getByteString(index); } /** *
     * 空间列表
     * 
* * repeated string SpaceList = 1; * @param index The index to set the value at. * @param value The spaceList to set. * @return This builder for chaining. */ public Builder setSpaceList( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureSpaceListIsMutable(); spaceList_.set(index, value); onChanged(); return this; } /** *
     * 空间列表
     * 
* * repeated string SpaceList = 1; * @param value The spaceList to add. * @return This builder for chaining. */ public Builder addSpaceList( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureSpaceListIsMutable(); spaceList_.add(value); onChanged(); return this; } /** *
     * 空间列表
     * 
* * repeated string SpaceList = 1; * @param values The spaceList to add. * @return This builder for chaining. */ public Builder addAllSpaceList( java.lang.Iterable values) { ensureSpaceListIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, spaceList_); onChanged(); return this; } /** *
     * 空间列表
     * 
* * repeated string SpaceList = 1; * @return This builder for chaining. */ public Builder clearSpaceList() { spaceList_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** *
     * 空间列表
     * 
* * repeated string SpaceList = 1; * @param value The bytes of the spaceList to add. * @return This builder for chaining. */ public Builder addSpaceListBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureSpaceListIsMutable(); spaceList_.add(value); onChanged(); return this; } private java.lang.Object startTime_ = ""; /** *
     * 查询的起始时间, rfc3339
     * 
* * string StartTime = 2; * @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; } } /** *
     * 查询的起始时间, rfc3339
     * 
* * string StartTime = 2; * @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; } } /** *
     * 查询的起始时间, rfc3339
     * 
* * string StartTime = 2; * @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; } /** *
     * 查询的起始时间, rfc3339
     * 
* * string StartTime = 2; * @return This builder for chaining. */ public Builder clearStartTime() { startTime_ = getDefaultInstance().getStartTime(); onChanged(); return this; } /** *
     * 查询的起始时间, rfc3339
     * 
* * string StartTime = 2; * @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_ = ""; /** *
     * 查询的结束时间, rfc3339;查询时间跨度不超过93天
     * 
* * string EndTime = 3; * @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; } } /** *
     * 查询的结束时间, rfc3339;查询时间跨度不超过93天
     * 
* * string EndTime = 3; * @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; } } /** *
     * 查询的结束时间, rfc3339;查询时间跨度不超过93天
     * 
* * string EndTime = 3; * @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; } /** *
     * 查询的结束时间, rfc3339;查询时间跨度不超过93天
     * 
* * string EndTime = 3; * @return This builder for chaining. */ public Builder clearEndTime() { endTime_ = getDefaultInstance().getEndTime(); onChanged(); return this; } /** *
     * 查询的结束时间, rfc3339;查询时间跨度不超过93天
     * 
* * string EndTime = 3; * @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 transcodeType_ = ""; /** *
     * 转码类型:默认全部。Slice,Normal,LowCost,ByteHD
     * 
* * string TranscodeType = 4; * @return The transcodeType. */ public java.lang.String getTranscodeType() { java.lang.Object ref = transcodeType_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); transcodeType_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * 转码类型:默认全部。Slice,Normal,LowCost,ByteHD
     * 
* * string TranscodeType = 4; * @return The bytes for transcodeType. */ public com.google.protobuf.ByteString getTranscodeTypeBytes() { java.lang.Object ref = transcodeType_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); transcodeType_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * 转码类型:默认全部。Slice,Normal,LowCost,ByteHD
     * 
* * string TranscodeType = 4; * @param value The transcodeType to set. * @return This builder for chaining. */ public Builder setTranscodeType( java.lang.String value) { if (value == null) { throw new NullPointerException(); } transcodeType_ = value; onChanged(); return this; } /** *
     * 转码类型:默认全部。Slice,Normal,LowCost,ByteHD
     * 
* * string TranscodeType = 4; * @return This builder for chaining. */ public Builder clearTranscodeType() { transcodeType_ = getDefaultInstance().getTranscodeType(); onChanged(); return this; } /** *
     * 转码类型:默认全部。Slice,Normal,LowCost,ByteHD
     * 
* * string TranscodeType = 4; * @param value The bytes for transcodeType to set. * @return This builder for chaining. */ public Builder setTranscodeTypeBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); transcodeType_ = value; onChanged(); return this; } private java.lang.Object specification_ = ""; /** *
     * 
* * string Specification = 5; * @return The specification. */ public java.lang.String getSpecification() { java.lang.Object ref = specification_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); specification_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * 
* * string Specification = 5; * @return The bytes for specification. */ public com.google.protobuf.ByteString getSpecificationBytes() { java.lang.Object ref = specification_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); specification_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * 
* * string Specification = 5; * @param value The specification to set. * @return This builder for chaining. */ public Builder setSpecification( java.lang.String value) { if (value == null) { throw new NullPointerException(); } specification_ = value; onChanged(); return this; } /** *
     * 
* * string Specification = 5; * @return This builder for chaining. */ public Builder clearSpecification() { specification_ = getDefaultInstance().getSpecification(); onChanged(); return this; } /** *
     * 
* * string Specification = 5; * @param value The bytes for specification to set. * @return This builder for chaining. */ public Builder setSpecificationBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); specification_ = value; onChanged(); return this; } private com.google.protobuf.LazyStringList taskStageList_ = com.google.protobuf.LazyStringArrayList.EMPTY; private void ensureTaskStageListIsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { taskStageList_ = new com.google.protobuf.LazyStringArrayList(taskStageList_); bitField0_ |= 0x00000002; } } /** *
     * 闲忙时: busy/free
     * 
* * repeated string TaskStageList = 6; * @return A list containing the taskStageList. */ public com.google.protobuf.ProtocolStringList getTaskStageListList() { return taskStageList_.getUnmodifiableView(); } /** *
     * 闲忙时: busy/free
     * 
* * repeated string TaskStageList = 6; * @return The count of taskStageList. */ public int getTaskStageListCount() { return taskStageList_.size(); } /** *
     * 闲忙时: busy/free
     * 
* * repeated string TaskStageList = 6; * @param index The index of the element to return. * @return The taskStageList at the given index. */ public java.lang.String getTaskStageList(int index) { return taskStageList_.get(index); } /** *
     * 闲忙时: busy/free
     * 
* * repeated string TaskStageList = 6; * @param index The index of the value to return. * @return The bytes of the taskStageList at the given index. */ public com.google.protobuf.ByteString getTaskStageListBytes(int index) { return taskStageList_.getByteString(index); } /** *
     * 闲忙时: busy/free
     * 
* * repeated string TaskStageList = 6; * @param index The index to set the value at. * @param value The taskStageList to set. * @return This builder for chaining. */ public Builder setTaskStageList( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureTaskStageListIsMutable(); taskStageList_.set(index, value); onChanged(); return this; } /** *
     * 闲忙时: busy/free
     * 
* * repeated string TaskStageList = 6; * @param value The taskStageList to add. * @return This builder for chaining. */ public Builder addTaskStageList( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureTaskStageListIsMutable(); taskStageList_.add(value); onChanged(); return this; } /** *
     * 闲忙时: busy/free
     * 
* * repeated string TaskStageList = 6; * @param values The taskStageList to add. * @return This builder for chaining. */ public Builder addAllTaskStageList( java.lang.Iterable values) { ensureTaskStageListIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, taskStageList_); onChanged(); return this; } /** *
     * 闲忙时: busy/free
     * 
* * repeated string TaskStageList = 6; * @return This builder for chaining. */ public Builder clearTaskStageList() { taskStageList_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; } /** *
     * 闲忙时: busy/free
     * 
* * repeated string TaskStageList = 6; * @param value The bytes of the taskStageList to add. * @return This builder for chaining. */ public Builder addTaskStageListBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureTaskStageListIsMutable(); taskStageList_.add(value); onChanged(); return this; } private long aggregation_ ; /** *
     *聚合的时间粒度,单位秒,默认3600,支持3600和86400
     * 
* * int64 Aggregation = 7; * @return The aggregation. */ @java.lang.Override public long getAggregation() { return aggregation_; } /** *
     *聚合的时间粒度,单位秒,默认3600,支持3600和86400
     * 
* * int64 Aggregation = 7; * @param value The aggregation to set. * @return This builder for chaining. */ public Builder setAggregation(long value) { aggregation_ = value; onChanged(); return this; } /** *
     *聚合的时间粒度,单位秒,默认3600,支持3600和86400
     * 
* * int64 Aggregation = 7; * @return This builder for chaining. */ public Builder clearAggregation() { aggregation_ = 0L; onChanged(); return this; } private com.google.protobuf.LazyStringList detailFieldList_ = com.google.protobuf.LazyStringArrayList.EMPTY; private void ensureDetailFieldListIsMutable() { if (!((bitField0_ & 0x00000004) != 0)) { detailFieldList_ = new com.google.protobuf.LazyStringArrayList(detailFieldList_); bitField0_ |= 0x00000004; } } /** *
     * 展示详细信息的维度,取值:TaskStage、Space
     * 
* * repeated string DetailFieldList = 8; * @return A list containing the detailFieldList. */ public com.google.protobuf.ProtocolStringList getDetailFieldListList() { return detailFieldList_.getUnmodifiableView(); } /** *
     * 展示详细信息的维度,取值:TaskStage、Space
     * 
* * repeated string DetailFieldList = 8; * @return The count of detailFieldList. */ public int getDetailFieldListCount() { return detailFieldList_.size(); } /** *
     * 展示详细信息的维度,取值:TaskStage、Space
     * 
* * repeated string DetailFieldList = 8; * @param index The index of the element to return. * @return The detailFieldList at the given index. */ public java.lang.String getDetailFieldList(int index) { return detailFieldList_.get(index); } /** *
     * 展示详细信息的维度,取值:TaskStage、Space
     * 
* * repeated string DetailFieldList = 8; * @param index The index of the value to return. * @return The bytes of the detailFieldList at the given index. */ public com.google.protobuf.ByteString getDetailFieldListBytes(int index) { return detailFieldList_.getByteString(index); } /** *
     * 展示详细信息的维度,取值:TaskStage、Space
     * 
* * repeated string DetailFieldList = 8; * @param index The index to set the value at. * @param value The detailFieldList to set. * @return This builder for chaining. */ public Builder setDetailFieldList( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureDetailFieldListIsMutable(); detailFieldList_.set(index, value); onChanged(); return this; } /** *
     * 展示详细信息的维度,取值:TaskStage、Space
     * 
* * repeated string DetailFieldList = 8; * @param value The detailFieldList to add. * @return This builder for chaining. */ public Builder addDetailFieldList( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureDetailFieldListIsMutable(); detailFieldList_.add(value); onChanged(); return this; } /** *
     * 展示详细信息的维度,取值:TaskStage、Space
     * 
* * repeated string DetailFieldList = 8; * @param values The detailFieldList to add. * @return This builder for chaining. */ public Builder addAllDetailFieldList( java.lang.Iterable values) { ensureDetailFieldListIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, detailFieldList_); onChanged(); return this; } /** *
     * 展示详细信息的维度,取值:TaskStage、Space
     * 
* * repeated string DetailFieldList = 8; * @return This builder for chaining. */ public Builder clearDetailFieldList() { detailFieldList_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000004); onChanged(); return this; } /** *
     * 展示详细信息的维度,取值:TaskStage、Space
     * 
* * repeated string DetailFieldList = 8; * @param value The bytes of the detailFieldList to add. * @return This builder for chaining. */ public Builder addDetailFieldListBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureDetailFieldListIsMutable(); detailFieldList_.add(value); onChanged(); return this; } private com.google.protobuf.LazyStringList regionList_ = com.google.protobuf.LazyStringArrayList.EMPTY; private void ensureRegionListIsMutable() { if (!((bitField0_ & 0x00000008) != 0)) { regionList_ = new com.google.protobuf.LazyStringArrayList(regionList_); bitField0_ |= 0x00000008; } } /** *
     * 地区列表
     * 
* * repeated string RegionList = 9; * @return A list containing the regionList. */ public com.google.protobuf.ProtocolStringList getRegionListList() { return regionList_.getUnmodifiableView(); } /** *
     * 地区列表
     * 
* * repeated string RegionList = 9; * @return The count of regionList. */ public int getRegionListCount() { return regionList_.size(); } /** *
     * 地区列表
     * 
* * repeated string RegionList = 9; * @param index The index of the element to return. * @return The regionList at the given index. */ public java.lang.String getRegionList(int index) { return regionList_.get(index); } /** *
     * 地区列表
     * 
* * repeated string RegionList = 9; * @param index The index of the value to return. * @return The bytes of the regionList at the given index. */ public com.google.protobuf.ByteString getRegionListBytes(int index) { return regionList_.getByteString(index); } /** *
     * 地区列表
     * 
* * repeated string RegionList = 9; * @param index The index to set the value at. * @param value The regionList to set. * @return This builder for chaining. */ public Builder setRegionList( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureRegionListIsMutable(); regionList_.set(index, value); onChanged(); return this; } /** *
     * 地区列表
     * 
* * repeated string RegionList = 9; * @param value The regionList to add. * @return This builder for chaining. */ public Builder addRegionList( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureRegionListIsMutable(); regionList_.add(value); onChanged(); return this; } /** *
     * 地区列表
     * 
* * repeated string RegionList = 9; * @param values The regionList to add. * @return This builder for chaining. */ public Builder addAllRegionList( java.lang.Iterable values) { ensureRegionListIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, regionList_); onChanged(); return this; } /** *
     * 地区列表
     * 
* * repeated string RegionList = 9; * @return This builder for chaining. */ public Builder clearRegionList() { regionList_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000008); onChanged(); return this; } /** *
     * 地区列表
     * 
* * repeated string RegionList = 9; * @param value The bytes of the regionList to add. * @return This builder for chaining. */ public Builder addRegionListBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureRegionListIsMutable(); regionList_.add(value); onChanged(); return this; } private long totalTranscodeData_ ; /** * int64 TotalTranscodeData = 10; * @return The totalTranscodeData. */ @java.lang.Override public long getTotalTranscodeData() { return totalTranscodeData_; } /** * int64 TotalTranscodeData = 10; * @param value The totalTranscodeData to set. * @return This builder for chaining. */ public Builder setTotalTranscodeData(long value) { totalTranscodeData_ = value; onChanged(); return this; } /** * int64 TotalTranscodeData = 10; * @return This builder for chaining. */ public Builder clearTotalTranscodeData() { totalTranscodeData_ = 0L; onChanged(); return this; } private java.util.List totalTranscodeDataList_ = java.util.Collections.emptyList(); private void ensureTotalTranscodeDataListIsMutable() { if (!((bitField0_ & 0x00000010) != 0)) { totalTranscodeDataList_ = new java.util.ArrayList(totalTranscodeDataList_); bitField0_ |= 0x00000010; } } private com.google.protobuf.RepeatedFieldBuilderV3< com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeItem, com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeItem.Builder, com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeItemOrBuilder> totalTranscodeDataListBuilder_; /** * repeated .Volcengine.Vod.Models.Business.DescribeVodSpaceTranscodeItem TotalTranscodeDataList = 11; */ public java.util.List getTotalTranscodeDataListList() { if (totalTranscodeDataListBuilder_ == null) { return java.util.Collections.unmodifiableList(totalTranscodeDataList_); } else { return totalTranscodeDataListBuilder_.getMessageList(); } } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodSpaceTranscodeItem TotalTranscodeDataList = 11; */ public int getTotalTranscodeDataListCount() { if (totalTranscodeDataListBuilder_ == null) { return totalTranscodeDataList_.size(); } else { return totalTranscodeDataListBuilder_.getCount(); } } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodSpaceTranscodeItem TotalTranscodeDataList = 11; */ public com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeItem getTotalTranscodeDataList(int index) { if (totalTranscodeDataListBuilder_ == null) { return totalTranscodeDataList_.get(index); } else { return totalTranscodeDataListBuilder_.getMessage(index); } } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodSpaceTranscodeItem TotalTranscodeDataList = 11; */ public Builder setTotalTranscodeDataList( int index, com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeItem value) { if (totalTranscodeDataListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureTotalTranscodeDataListIsMutable(); totalTranscodeDataList_.set(index, value); onChanged(); } else { totalTranscodeDataListBuilder_.setMessage(index, value); } return this; } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodSpaceTranscodeItem TotalTranscodeDataList = 11; */ public Builder setTotalTranscodeDataList( int index, com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeItem.Builder builderForValue) { if (totalTranscodeDataListBuilder_ == null) { ensureTotalTranscodeDataListIsMutable(); totalTranscodeDataList_.set(index, builderForValue.build()); onChanged(); } else { totalTranscodeDataListBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodSpaceTranscodeItem TotalTranscodeDataList = 11; */ public Builder addTotalTranscodeDataList(com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeItem value) { if (totalTranscodeDataListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureTotalTranscodeDataListIsMutable(); totalTranscodeDataList_.add(value); onChanged(); } else { totalTranscodeDataListBuilder_.addMessage(value); } return this; } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodSpaceTranscodeItem TotalTranscodeDataList = 11; */ public Builder addTotalTranscodeDataList( int index, com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeItem value) { if (totalTranscodeDataListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureTotalTranscodeDataListIsMutable(); totalTranscodeDataList_.add(index, value); onChanged(); } else { totalTranscodeDataListBuilder_.addMessage(index, value); } return this; } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodSpaceTranscodeItem TotalTranscodeDataList = 11; */ public Builder addTotalTranscodeDataList( com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeItem.Builder builderForValue) { if (totalTranscodeDataListBuilder_ == null) { ensureTotalTranscodeDataListIsMutable(); totalTranscodeDataList_.add(builderForValue.build()); onChanged(); } else { totalTranscodeDataListBuilder_.addMessage(builderForValue.build()); } return this; } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodSpaceTranscodeItem TotalTranscodeDataList = 11; */ public Builder addTotalTranscodeDataList( int index, com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeItem.Builder builderForValue) { if (totalTranscodeDataListBuilder_ == null) { ensureTotalTranscodeDataListIsMutable(); totalTranscodeDataList_.add(index, builderForValue.build()); onChanged(); } else { totalTranscodeDataListBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodSpaceTranscodeItem TotalTranscodeDataList = 11; */ public Builder addAllTotalTranscodeDataList( java.lang.Iterable values) { if (totalTranscodeDataListBuilder_ == null) { ensureTotalTranscodeDataListIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, totalTranscodeDataList_); onChanged(); } else { totalTranscodeDataListBuilder_.addAllMessages(values); } return this; } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodSpaceTranscodeItem TotalTranscodeDataList = 11; */ public Builder clearTotalTranscodeDataList() { if (totalTranscodeDataListBuilder_ == null) { totalTranscodeDataList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000010); onChanged(); } else { totalTranscodeDataListBuilder_.clear(); } return this; } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodSpaceTranscodeItem TotalTranscodeDataList = 11; */ public Builder removeTotalTranscodeDataList(int index) { if (totalTranscodeDataListBuilder_ == null) { ensureTotalTranscodeDataListIsMutable(); totalTranscodeDataList_.remove(index); onChanged(); } else { totalTranscodeDataListBuilder_.remove(index); } return this; } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodSpaceTranscodeItem TotalTranscodeDataList = 11; */ public com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeItem.Builder getTotalTranscodeDataListBuilder( int index) { return getTotalTranscodeDataListFieldBuilder().getBuilder(index); } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodSpaceTranscodeItem TotalTranscodeDataList = 11; */ public com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeItemOrBuilder getTotalTranscodeDataListOrBuilder( int index) { if (totalTranscodeDataListBuilder_ == null) { return totalTranscodeDataList_.get(index); } else { return totalTranscodeDataListBuilder_.getMessageOrBuilder(index); } } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodSpaceTranscodeItem TotalTranscodeDataList = 11; */ public java.util.List getTotalTranscodeDataListOrBuilderList() { if (totalTranscodeDataListBuilder_ != null) { return totalTranscodeDataListBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(totalTranscodeDataList_); } } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodSpaceTranscodeItem TotalTranscodeDataList = 11; */ public com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeItem.Builder addTotalTranscodeDataListBuilder() { return getTotalTranscodeDataListFieldBuilder().addBuilder( com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeItem.getDefaultInstance()); } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodSpaceTranscodeItem TotalTranscodeDataList = 11; */ public com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeItem.Builder addTotalTranscodeDataListBuilder( int index) { return getTotalTranscodeDataListFieldBuilder().addBuilder( index, com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeItem.getDefaultInstance()); } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodSpaceTranscodeItem TotalTranscodeDataList = 11; */ public java.util.List getTotalTranscodeDataListBuilderList() { return getTotalTranscodeDataListFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeItem, com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeItem.Builder, com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeItemOrBuilder> getTotalTranscodeDataListFieldBuilder() { if (totalTranscodeDataListBuilder_ == null) { totalTranscodeDataListBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeItem, com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeItem.Builder, com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeItemOrBuilder>( totalTranscodeDataList_, ((bitField0_ & 0x00000010) != 0), getParentForChildren(), isClean()); totalTranscodeDataList_ = null; } return totalTranscodeDataListBuilder_; } private java.util.List transcodeDataDetailList_ = java.util.Collections.emptyList(); private void ensureTranscodeDataDetailListIsMutable() { if (!((bitField0_ & 0x00000020) != 0)) { transcodeDataDetailList_ = new java.util.ArrayList(transcodeDataDetailList_); bitField0_ |= 0x00000020; } } private com.google.protobuf.RepeatedFieldBuilderV3< com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeDetail, com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeDetail.Builder, com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeDetailOrBuilder> transcodeDataDetailListBuilder_; /** * repeated .Volcengine.Vod.Models.Business.DescribeVodSpaceTranscodeDetail TranscodeDataDetailList = 12; */ public java.util.List getTranscodeDataDetailListList() { if (transcodeDataDetailListBuilder_ == null) { return java.util.Collections.unmodifiableList(transcodeDataDetailList_); } else { return transcodeDataDetailListBuilder_.getMessageList(); } } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodSpaceTranscodeDetail TranscodeDataDetailList = 12; */ public int getTranscodeDataDetailListCount() { if (transcodeDataDetailListBuilder_ == null) { return transcodeDataDetailList_.size(); } else { return transcodeDataDetailListBuilder_.getCount(); } } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodSpaceTranscodeDetail TranscodeDataDetailList = 12; */ public com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeDetail getTranscodeDataDetailList(int index) { if (transcodeDataDetailListBuilder_ == null) { return transcodeDataDetailList_.get(index); } else { return transcodeDataDetailListBuilder_.getMessage(index); } } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodSpaceTranscodeDetail TranscodeDataDetailList = 12; */ public Builder setTranscodeDataDetailList( int index, com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeDetail value) { if (transcodeDataDetailListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureTranscodeDataDetailListIsMutable(); transcodeDataDetailList_.set(index, value); onChanged(); } else { transcodeDataDetailListBuilder_.setMessage(index, value); } return this; } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodSpaceTranscodeDetail TranscodeDataDetailList = 12; */ public Builder setTranscodeDataDetailList( int index, com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeDetail.Builder builderForValue) { if (transcodeDataDetailListBuilder_ == null) { ensureTranscodeDataDetailListIsMutable(); transcodeDataDetailList_.set(index, builderForValue.build()); onChanged(); } else { transcodeDataDetailListBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodSpaceTranscodeDetail TranscodeDataDetailList = 12; */ public Builder addTranscodeDataDetailList(com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeDetail value) { if (transcodeDataDetailListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureTranscodeDataDetailListIsMutable(); transcodeDataDetailList_.add(value); onChanged(); } else { transcodeDataDetailListBuilder_.addMessage(value); } return this; } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodSpaceTranscodeDetail TranscodeDataDetailList = 12; */ public Builder addTranscodeDataDetailList( int index, com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeDetail value) { if (transcodeDataDetailListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureTranscodeDataDetailListIsMutable(); transcodeDataDetailList_.add(index, value); onChanged(); } else { transcodeDataDetailListBuilder_.addMessage(index, value); } return this; } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodSpaceTranscodeDetail TranscodeDataDetailList = 12; */ public Builder addTranscodeDataDetailList( com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeDetail.Builder builderForValue) { if (transcodeDataDetailListBuilder_ == null) { ensureTranscodeDataDetailListIsMutable(); transcodeDataDetailList_.add(builderForValue.build()); onChanged(); } else { transcodeDataDetailListBuilder_.addMessage(builderForValue.build()); } return this; } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodSpaceTranscodeDetail TranscodeDataDetailList = 12; */ public Builder addTranscodeDataDetailList( int index, com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeDetail.Builder builderForValue) { if (transcodeDataDetailListBuilder_ == null) { ensureTranscodeDataDetailListIsMutable(); transcodeDataDetailList_.add(index, builderForValue.build()); onChanged(); } else { transcodeDataDetailListBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodSpaceTranscodeDetail TranscodeDataDetailList = 12; */ public Builder addAllTranscodeDataDetailList( java.lang.Iterable values) { if (transcodeDataDetailListBuilder_ == null) { ensureTranscodeDataDetailListIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, transcodeDataDetailList_); onChanged(); } else { transcodeDataDetailListBuilder_.addAllMessages(values); } return this; } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodSpaceTranscodeDetail TranscodeDataDetailList = 12; */ public Builder clearTranscodeDataDetailList() { if (transcodeDataDetailListBuilder_ == null) { transcodeDataDetailList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000020); onChanged(); } else { transcodeDataDetailListBuilder_.clear(); } return this; } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodSpaceTranscodeDetail TranscodeDataDetailList = 12; */ public Builder removeTranscodeDataDetailList(int index) { if (transcodeDataDetailListBuilder_ == null) { ensureTranscodeDataDetailListIsMutable(); transcodeDataDetailList_.remove(index); onChanged(); } else { transcodeDataDetailListBuilder_.remove(index); } return this; } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodSpaceTranscodeDetail TranscodeDataDetailList = 12; */ public com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeDetail.Builder getTranscodeDataDetailListBuilder( int index) { return getTranscodeDataDetailListFieldBuilder().getBuilder(index); } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodSpaceTranscodeDetail TranscodeDataDetailList = 12; */ public com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeDetailOrBuilder getTranscodeDataDetailListOrBuilder( int index) { if (transcodeDataDetailListBuilder_ == null) { return transcodeDataDetailList_.get(index); } else { return transcodeDataDetailListBuilder_.getMessageOrBuilder(index); } } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodSpaceTranscodeDetail TranscodeDataDetailList = 12; */ public java.util.List getTranscodeDataDetailListOrBuilderList() { if (transcodeDataDetailListBuilder_ != null) { return transcodeDataDetailListBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(transcodeDataDetailList_); } } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodSpaceTranscodeDetail TranscodeDataDetailList = 12; */ public com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeDetail.Builder addTranscodeDataDetailListBuilder() { return getTranscodeDataDetailListFieldBuilder().addBuilder( com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeDetail.getDefaultInstance()); } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodSpaceTranscodeDetail TranscodeDataDetailList = 12; */ public com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeDetail.Builder addTranscodeDataDetailListBuilder( int index) { return getTranscodeDataDetailListFieldBuilder().addBuilder( index, com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeDetail.getDefaultInstance()); } /** * repeated .Volcengine.Vod.Models.Business.DescribeVodSpaceTranscodeDetail TranscodeDataDetailList = 12; */ public java.util.List getTranscodeDataDetailListBuilderList() { return getTranscodeDataDetailListFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeDetail, com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeDetail.Builder, com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeDetailOrBuilder> getTranscodeDataDetailListFieldBuilder() { if (transcodeDataDetailListBuilder_ == null) { transcodeDataDetailListBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeDetail, com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeDetail.Builder, com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeDetailOrBuilder>( transcodeDataDetailList_, ((bitField0_ & 0x00000020) != 0), getParentForChildren(), isClean()); transcodeDataDetailList_ = null; } return transcodeDataDetailListBuilder_; } @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.Business.DescribeVodSpaceTranscodeDataResult) } // @@protoc_insertion_point(class_scope:Volcengine.Vod.Models.Business.DescribeVodSpaceTranscodeDataResult) private static final com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeDataResult DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeDataResult(); } public static com.volcengine.service.vod.model.business.DescribeVodSpaceTranscodeDataResult getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public DescribeVodSpaceTranscodeDataResult parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new DescribeVodSpaceTranscodeDataResult(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.business.DescribeVodSpaceTranscodeDataResult getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy