public static final class VodGetAuditFramesForAuditRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<VodGetAuditFramesForAuditRequest.Builder> implements VodGetAuditFramesForAuditRequestOrBuilder
Volcengine.Vod.Models.Request.VodGetAuditFramesForAuditRequest
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<VodGetAuditFramesForAuditRequest.Builder>
public VodGetAuditFramesForAuditRequest.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<VodGetAuditFramesForAuditRequest.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<VodGetAuditFramesForAuditRequest.Builder>
public VodGetAuditFramesForAuditRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public VodGetAuditFramesForAuditRequest build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public VodGetAuditFramesForAuditRequest buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public VodGetAuditFramesForAuditRequest.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<VodGetAuditFramesForAuditRequest.Builder>
public VodGetAuditFramesForAuditRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<VodGetAuditFramesForAuditRequest.Builder>
public VodGetAuditFramesForAuditRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<VodGetAuditFramesForAuditRequest.Builder>
public VodGetAuditFramesForAuditRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<VodGetAuditFramesForAuditRequest.Builder>
public VodGetAuditFramesForAuditRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<VodGetAuditFramesForAuditRequest.Builder>
public VodGetAuditFramesForAuditRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<VodGetAuditFramesForAuditRequest.Builder>
public VodGetAuditFramesForAuditRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<VodGetAuditFramesForAuditRequest.Builder>
public VodGetAuditFramesForAuditRequest.Builder mergeFrom(VodGetAuditFramesForAuditRequest other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<VodGetAuditFramesForAuditRequest.Builder>
public VodGetAuditFramesForAuditRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<VodGetAuditFramesForAuditRequest.Builder>
IOException
public String getVid()
视频ID
string Vid = 1;
getVid
in interface VodGetAuditFramesForAuditRequestOrBuilder
public com.google.protobuf.ByteString getVidBytes()
视频ID
string Vid = 1;
getVidBytes
in interface VodGetAuditFramesForAuditRequestOrBuilder
public VodGetAuditFramesForAuditRequest.Builder setVid(String value)
视频ID
string Vid = 1;
value
- The vid to set.public VodGetAuditFramesForAuditRequest.Builder clearVid()
视频ID
string Vid = 1;
public VodGetAuditFramesForAuditRequest.Builder setVidBytes(com.google.protobuf.ByteString value)
视频ID
string Vid = 1;
value
- The bytes for vid to set.public String getStrategy()
审核帧模板信息中的Strategy,抽帧策略
string Strategy = 2;
getStrategy
in interface VodGetAuditFramesForAuditRequestOrBuilder
public com.google.protobuf.ByteString getStrategyBytes()
审核帧模板信息中的Strategy,抽帧策略
string Strategy = 2;
getStrategyBytes
in interface VodGetAuditFramesForAuditRequestOrBuilder
public VodGetAuditFramesForAuditRequest.Builder setStrategy(String value)
审核帧模板信息中的Strategy,抽帧策略
string Strategy = 2;
value
- The strategy to set.public VodGetAuditFramesForAuditRequest.Builder clearStrategy()
审核帧模板信息中的Strategy,抽帧策略
string Strategy = 2;
public VodGetAuditFramesForAuditRequest.Builder setStrategyBytes(com.google.protobuf.ByteString value)
审核帧模板信息中的Strategy,抽帧策略
string Strategy = 2;
value
- The bytes for strategy to set.public String getMinNumberOfFrames()
最小帧数,未设置时以服务配置默认值为准
string MinNumberOfFrames = 3;
getMinNumberOfFrames
in interface VodGetAuditFramesForAuditRequestOrBuilder
public com.google.protobuf.ByteString getMinNumberOfFramesBytes()
最小帧数,未设置时以服务配置默认值为准
string MinNumberOfFrames = 3;
getMinNumberOfFramesBytes
in interface VodGetAuditFramesForAuditRequestOrBuilder
public VodGetAuditFramesForAuditRequest.Builder setMinNumberOfFrames(String value)
最小帧数,未设置时以服务配置默认值为准
string MinNumberOfFrames = 3;
value
- The minNumberOfFrames to set.public VodGetAuditFramesForAuditRequest.Builder clearMinNumberOfFrames()
最小帧数,未设置时以服务配置默认值为准
string MinNumberOfFrames = 3;
public VodGetAuditFramesForAuditRequest.Builder setMinNumberOfFramesBytes(com.google.protobuf.ByteString value)
最小帧数,未设置时以服务配置默认值为准
string MinNumberOfFrames = 3;
value
- The bytes for minNumberOfFrames to set.public String getMaxNumberOfFrames()
最大帧数,未设置时以服务配置默认值为准
string MaxNumberOfFrames = 4;
getMaxNumberOfFrames
in interface VodGetAuditFramesForAuditRequestOrBuilder
public com.google.protobuf.ByteString getMaxNumberOfFramesBytes()
最大帧数,未设置时以服务配置默认值为准
string MaxNumberOfFrames = 4;
getMaxNumberOfFramesBytes
in interface VodGetAuditFramesForAuditRequestOrBuilder
public VodGetAuditFramesForAuditRequest.Builder setMaxNumberOfFrames(String value)
最大帧数,未设置时以服务配置默认值为准
string MaxNumberOfFrames = 4;
value
- The maxNumberOfFrames to set.public VodGetAuditFramesForAuditRequest.Builder clearMaxNumberOfFrames()
最大帧数,未设置时以服务配置默认值为准
string MaxNumberOfFrames = 4;
public VodGetAuditFramesForAuditRequest.Builder setMaxNumberOfFramesBytes(com.google.protobuf.ByteString value)
最大帧数,未设置时以服务配置默认值为准
string MaxNumberOfFrames = 4;
value
- The bytes for maxNumberOfFrames to set.public final VodGetAuditFramesForAuditRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<VodGetAuditFramesForAuditRequest.Builder>
public final VodGetAuditFramesForAuditRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<VodGetAuditFramesForAuditRequest.Builder>
Copyright © 2022. All rights reserved.