Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
com.byteplus.service.vod.model.request.DescribeVodSpaceTranscodeDataRequest Maven / Gradle / Ivy
// 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.DescribeVodSpaceTranscodeDataRequest}
*/
public final class DescribeVodSpaceTranscodeDataRequest extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:Byteplus.Vod.Models.Request.DescribeVodSpaceTranscodeDataRequest)
DescribeVodSpaceTranscodeDataRequestOrBuilder {
private static final long serialVersionUID = 0L;
// Use DescribeVodSpaceTranscodeDataRequest.newBuilder() to construct.
private DescribeVodSpaceTranscodeDataRequest(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private DescribeVodSpaceTranscodeDataRequest() {
spaceList_ = "";
startTime_ = "";
endTime_ = "";
transcodeType_ = "";
specification_ = "";
taskStageList_ = "";
detailFieldList_ = "";
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new DescribeVodSpaceTranscodeDataRequest();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private DescribeVodSpaceTranscodeDataRequest(
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();
spaceList_ = 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();
taskStageList_ = s;
break;
}
case 56: {
aggregation_ = input.readInt64();
break;
}
case 66: {
java.lang.String s = input.readStringRequireUtf8();
detailFieldList_ = 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_DescribeVodSpaceTranscodeDataRequest_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_DescribeVodSpaceTranscodeDataRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.byteplus.service.vod.model.request.DescribeVodSpaceTranscodeDataRequest.class, com.byteplus.service.vod.model.request.DescribeVodSpaceTranscodeDataRequest.Builder.class);
}
public static final int SPACELIST_FIELD_NUMBER = 1;
private volatile java.lang.Object spaceList_;
/**
*
* 空间列表,多个空间用逗号分割
*
*
* string SpaceList = 1;
* @return The spaceList.
*/
@java.lang.Override
public java.lang.String getSpaceList() {
java.lang.Object ref = spaceList_;
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();
spaceList_ = s;
return s;
}
}
/**
*
* 空间列表,多个空间用逗号分割
*
*
* string SpaceList = 1;
* @return The bytes for spaceList.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getSpaceListBytes() {
java.lang.Object ref = spaceList_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
spaceList_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
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 volatile java.lang.Object taskStageList_;
/**
*
* 闲忙时: busy/free,多个值用逗号分割
*
*
* string TaskStageList = 6;
* @return The taskStageList.
*/
@java.lang.Override
public java.lang.String getTaskStageList() {
java.lang.Object ref = taskStageList_;
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();
taskStageList_ = s;
return s;
}
}
/**
*
* 闲忙时: busy/free,多个值用逗号分割
*
*
* string TaskStageList = 6;
* @return The bytes for taskStageList.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getTaskStageListBytes() {
java.lang.Object ref = taskStageList_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
taskStageList_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
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 volatile java.lang.Object detailFieldList_;
/**
*
* 展示详细信息的维度,取值:TaskStage、Space,多个值用逗号分割
*
*
* string DetailFieldList = 8;
* @return The detailFieldList.
*/
@java.lang.Override
public java.lang.String getDetailFieldList() {
java.lang.Object ref = detailFieldList_;
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();
detailFieldList_ = s;
return s;
}
}
/**
*
* 展示详细信息的维度,取值:TaskStage、Space,多个值用逗号分割
*
*
* string DetailFieldList = 8;
* @return The bytes for detailFieldList.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getDetailFieldListBytes() {
java.lang.Object ref = detailFieldList_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
detailFieldList_ = 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(spaceList_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, spaceList_);
}
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_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(taskStageList_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 6, taskStageList_);
}
if (aggregation_ != 0L) {
output.writeInt64(7, aggregation_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(detailFieldList_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 8, detailFieldList_);
}
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(spaceList_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, spaceList_);
}
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_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(taskStageList_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, taskStageList_);
}
if (aggregation_ != 0L) {
size += com.google.protobuf.CodedOutputStream
.computeInt64Size(7, aggregation_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(detailFieldList_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(8, detailFieldList_);
}
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.DescribeVodSpaceTranscodeDataRequest)) {
return super.equals(obj);
}
com.byteplus.service.vod.model.request.DescribeVodSpaceTranscodeDataRequest other = (com.byteplus.service.vod.model.request.DescribeVodSpaceTranscodeDataRequest) obj;
if (!getSpaceList()
.equals(other.getSpaceList())) 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 (!getTaskStageList()
.equals(other.getTaskStageList())) return false;
if (getAggregation()
!= other.getAggregation()) return false;
if (!getDetailFieldList()
.equals(other.getDetailFieldList())) 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) + SPACELIST_FIELD_NUMBER;
hash = (53 * hash) + getSpaceList().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();
hash = (37 * hash) + TASKSTAGELIST_FIELD_NUMBER;
hash = (53 * hash) + getTaskStageList().hashCode();
hash = (37 * hash) + AGGREGATION_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
getAggregation());
hash = (37 * hash) + DETAILFIELDLIST_FIELD_NUMBER;
hash = (53 * hash) + getDetailFieldList().hashCode();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.byteplus.service.vod.model.request.DescribeVodSpaceTranscodeDataRequest parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.byteplus.service.vod.model.request.DescribeVodSpaceTranscodeDataRequest 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.DescribeVodSpaceTranscodeDataRequest parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.byteplus.service.vod.model.request.DescribeVodSpaceTranscodeDataRequest 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.DescribeVodSpaceTranscodeDataRequest parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.byteplus.service.vod.model.request.DescribeVodSpaceTranscodeDataRequest 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.DescribeVodSpaceTranscodeDataRequest 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.DescribeVodSpaceTranscodeDataRequest 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.DescribeVodSpaceTranscodeDataRequest 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.DescribeVodSpaceTranscodeDataRequest 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.DescribeVodSpaceTranscodeDataRequest 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.DescribeVodSpaceTranscodeDataRequest 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.DescribeVodSpaceTranscodeDataRequest 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.DescribeVodSpaceTranscodeDataRequest}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:Byteplus.Vod.Models.Request.DescribeVodSpaceTranscodeDataRequest)
com.byteplus.service.vod.model.request.DescribeVodSpaceTranscodeDataRequestOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.byteplus.service.vod.model.request.VodRequest.internal_static_Byteplus_Vod_Models_Request_DescribeVodSpaceTranscodeDataRequest_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_DescribeVodSpaceTranscodeDataRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.byteplus.service.vod.model.request.DescribeVodSpaceTranscodeDataRequest.class, com.byteplus.service.vod.model.request.DescribeVodSpaceTranscodeDataRequest.Builder.class);
}
// Construct using com.byteplus.service.vod.model.request.DescribeVodSpaceTranscodeDataRequest.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();
spaceList_ = "";
startTime_ = "";
endTime_ = "";
transcodeType_ = "";
specification_ = "";
taskStageList_ = "";
aggregation_ = 0L;
detailFieldList_ = "";
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_DescribeVodSpaceTranscodeDataRequest_descriptor;
}
@java.lang.Override
public com.byteplus.service.vod.model.request.DescribeVodSpaceTranscodeDataRequest getDefaultInstanceForType() {
return com.byteplus.service.vod.model.request.DescribeVodSpaceTranscodeDataRequest.getDefaultInstance();
}
@java.lang.Override
public com.byteplus.service.vod.model.request.DescribeVodSpaceTranscodeDataRequest build() {
com.byteplus.service.vod.model.request.DescribeVodSpaceTranscodeDataRequest result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.byteplus.service.vod.model.request.DescribeVodSpaceTranscodeDataRequest buildPartial() {
com.byteplus.service.vod.model.request.DescribeVodSpaceTranscodeDataRequest result = new com.byteplus.service.vod.model.request.DescribeVodSpaceTranscodeDataRequest(this);
result.spaceList_ = spaceList_;
result.startTime_ = startTime_;
result.endTime_ = endTime_;
result.transcodeType_ = transcodeType_;
result.specification_ = specification_;
result.taskStageList_ = taskStageList_;
result.aggregation_ = aggregation_;
result.detailFieldList_ = detailFieldList_;
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.DescribeVodSpaceTranscodeDataRequest) {
return mergeFrom((com.byteplus.service.vod.model.request.DescribeVodSpaceTranscodeDataRequest)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.byteplus.service.vod.model.request.DescribeVodSpaceTranscodeDataRequest other) {
if (other == com.byteplus.service.vod.model.request.DescribeVodSpaceTranscodeDataRequest.getDefaultInstance()) return this;
if (!other.getSpaceList().isEmpty()) {
spaceList_ = 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.getTaskStageList().isEmpty()) {
taskStageList_ = other.taskStageList_;
onChanged();
}
if (other.getAggregation() != 0L) {
setAggregation(other.getAggregation());
}
if (!other.getDetailFieldList().isEmpty()) {
detailFieldList_ = other.detailFieldList_;
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.DescribeVodSpaceTranscodeDataRequest parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (com.byteplus.service.vod.model.request.DescribeVodSpaceTranscodeDataRequest) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private java.lang.Object spaceList_ = "";
/**
*
* 空间列表,多个空间用逗号分割
*
*
* string SpaceList = 1;
* @return The spaceList.
*/
public java.lang.String getSpaceList() {
java.lang.Object ref = spaceList_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
spaceList_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
* 空间列表,多个空间用逗号分割
*
*
* string SpaceList = 1;
* @return The bytes for spaceList.
*/
public com.google.protobuf.ByteString
getSpaceListBytes() {
java.lang.Object ref = spaceList_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
spaceList_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
*
* 空间列表,多个空间用逗号分割
*
*
* string SpaceList = 1;
* @param value The spaceList to set.
* @return This builder for chaining.
*/
public Builder setSpaceList(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
spaceList_ = value;
onChanged();
return this;
}
/**
*
* 空间列表,多个空间用逗号分割
*
*
* string SpaceList = 1;
* @return This builder for chaining.
*/
public Builder clearSpaceList() {
spaceList_ = getDefaultInstance().getSpaceList();
onChanged();
return this;
}
/**
*
* 空间列表,多个空间用逗号分割
*
*
* string SpaceList = 1;
* @param value The bytes for spaceList to set.
* @return This builder for chaining.
*/
public Builder setSpaceListBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
spaceList_ = 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 java.lang.Object taskStageList_ = "";
/**
*
* 闲忙时: busy/free,多个值用逗号分割
*
*
* string TaskStageList = 6;
* @return The taskStageList.
*/
public java.lang.String getTaskStageList() {
java.lang.Object ref = taskStageList_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
taskStageList_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
* 闲忙时: busy/free,多个值用逗号分割
*
*
* string TaskStageList = 6;
* @return The bytes for taskStageList.
*/
public com.google.protobuf.ByteString
getTaskStageListBytes() {
java.lang.Object ref = taskStageList_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
taskStageList_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
*
* 闲忙时: busy/free,多个值用逗号分割
*
*
* string TaskStageList = 6;
* @param value The taskStageList to set.
* @return This builder for chaining.
*/
public Builder setTaskStageList(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
taskStageList_ = value;
onChanged();
return this;
}
/**
*
* 闲忙时: busy/free,多个值用逗号分割
*
*
* string TaskStageList = 6;
* @return This builder for chaining.
*/
public Builder clearTaskStageList() {
taskStageList_ = getDefaultInstance().getTaskStageList();
onChanged();
return this;
}
/**
*
* 闲忙时: busy/free,多个值用逗号分割
*
*
* string TaskStageList = 6;
* @param value The bytes for taskStageList to set.
* @return This builder for chaining.
*/
public Builder setTaskStageListBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
taskStageList_ = 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 java.lang.Object detailFieldList_ = "";
/**
*
* 展示详细信息的维度,取值:TaskStage、Space,多个值用逗号分割
*
*
* string DetailFieldList = 8;
* @return The detailFieldList.
*/
public java.lang.String getDetailFieldList() {
java.lang.Object ref = detailFieldList_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
detailFieldList_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
* 展示详细信息的维度,取值:TaskStage、Space,多个值用逗号分割
*
*
* string DetailFieldList = 8;
* @return The bytes for detailFieldList.
*/
public com.google.protobuf.ByteString
getDetailFieldListBytes() {
java.lang.Object ref = detailFieldList_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
detailFieldList_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
*
* 展示详细信息的维度,取值:TaskStage、Space,多个值用逗号分割
*
*
* string DetailFieldList = 8;
* @param value The detailFieldList to set.
* @return This builder for chaining.
*/
public Builder setDetailFieldList(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
detailFieldList_ = value;
onChanged();
return this;
}
/**
*
* 展示详细信息的维度,取值:TaskStage、Space,多个值用逗号分割
*
*
* string DetailFieldList = 8;
* @return This builder for chaining.
*/
public Builder clearDetailFieldList() {
detailFieldList_ = getDefaultInstance().getDetailFieldList();
onChanged();
return this;
}
/**
*
* 展示详细信息的维度,取值:TaskStage、Space,多个值用逗号分割
*
*
* string DetailFieldList = 8;
* @param value The bytes for detailFieldList to set.
* @return This builder for chaining.
*/
public Builder setDetailFieldListBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
detailFieldList_ = 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.DescribeVodSpaceTranscodeDataRequest)
}
// @@protoc_insertion_point(class_scope:Byteplus.Vod.Models.Request.DescribeVodSpaceTranscodeDataRequest)
private static final com.byteplus.service.vod.model.request.DescribeVodSpaceTranscodeDataRequest DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.byteplus.service.vod.model.request.DescribeVodSpaceTranscodeDataRequest();
}
public static com.byteplus.service.vod.model.request.DescribeVodSpaceTranscodeDataRequest getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public DescribeVodSpaceTranscodeDataRequest parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new DescribeVodSpaceTranscodeDataRequest(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.DescribeVodSpaceTranscodeDataRequest getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}