public final class VodUrlUploadURLSet extends com.google.protobuf.GeneratedMessageV3 implements VodUrlUploadURLSetOrBuilder
Volcengine.Vod.Models.Business.VodUrlUploadURLSet| 限定符和类型 | 类和说明 |
|---|---|
static class |
VodUrlUploadURLSet.Builder
Protobuf type
Volcengine.Vod.Models.Business.VodUrlUploadURLSet |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| 限定符和类型 | 字段和说明 |
|---|---|
static int |
CALLBACKARGS_FIELD_NUMBER |
static int |
CATEGORY_FIELD_NUMBER |
static int |
CLASSIFICATIONID_FIELD_NUMBER |
static int |
CUSTOMURLHEADERS_FIELD_NUMBER |
static int |
DESCRIPTION_FIELD_NUMBER |
static int |
ENABLELOWPRIORITY_FIELD_NUMBER |
static int |
FILEEXTENSION_FIELD_NUMBER |
static int |
FILENAME_FIELD_NUMBER |
static int |
MD5_FIELD_NUMBER |
static int |
SOURCEURL_FIELD_NUMBER |
static int |
STORAGECLASS_FIELD_NUMBER |
static int |
TAGS_FIELD_NUMBER |
static int |
TEMPLATEID_FIELD_NUMBER |
static int |
TITLE_FIELD_NUMBER |
static int |
URLENCRYPTIONALGORITHM_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
containsCustomURLHeaders(String key)
自定义Header
map<string, string> CustomURLHeaders = 15; |
boolean |
equals(Object obj) |
String |
getCallbackArgs()
透传的业务信息
string CallbackArgs = 2; |
com.google.protobuf.ByteString |
getCallbackArgsBytes()
透传的业务信息
string CallbackArgs = 2; |
String |
getCategory()
分类
string Category = 8; |
com.google.protobuf.ByteString |
getCategoryBytes()
分类
string Category = 8; |
long |
getClassificationId()
设置分类Id
int64 ClassificationId = 10; |
Map<String,String> |
getCustomURLHeaders()
已过时。
|
int |
getCustomURLHeadersCount()
自定义Header
map<string, string> CustomURLHeaders = 15; |
Map<String,String> |
getCustomURLHeadersMap()
自定义Header
map<string, string> CustomURLHeaders = 15; |
String |
getCustomURLHeadersOrDefault(String key,
String defaultValue)
自定义Header
map<string, string> CustomURLHeaders = 15; |
String |
getCustomURLHeadersOrThrow(String key)
自定义Header
map<string, string> CustomURLHeaders = 15; |
static VodUrlUploadURLSet |
getDefaultInstance() |
VodUrlUploadURLSet |
getDefaultInstanceForType() |
String |
getDescription()
描述信息
string Description = 6; |
com.google.protobuf.ByteString |
getDescriptionBytes()
描述信息
string Description = 6; |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getEnableLowPriority()
是否闲时转码
bool EnableLowPriority = 14; |
String |
getFileExtension()
设置文件后缀
string FileExtension = 12; |
com.google.protobuf.ByteString |
getFileExtensionBytes()
设置文件后缀
string FileExtension = 12; |
String |
getFileName()
设置文件名
string FileName = 9; |
com.google.protobuf.ByteString |
getFileNameBytes()
设置文件名
string FileName = 9; |
String |
getMd5()
视频的MD5
string Md5 = 3; |
com.google.protobuf.ByteString |
getMd5Bytes()
视频的MD5
string Md5 = 3; |
com.google.protobuf.Parser<VodUrlUploadURLSet> |
getParserForType() |
int |
getSerializedSize() |
String |
getSourceUrl()
视频的URL
string SourceUrl = 1; |
com.google.protobuf.ByteString |
getSourceUrlBytes()
视频的URL
string SourceUrl = 1; |
int |
getStorageClass()
设置存储类型
int32 StorageClass = 11; |
String |
getTags()
标签
string Tags = 7; |
com.google.protobuf.ByteString |
getTagsBytes()
标签
string Tags = 7; |
String |
getTemplateId()
模板Id
string TemplateId = 4; |
com.google.protobuf.ByteString |
getTemplateIdBytes()
模板Id
string TemplateId = 4; |
String |
getTitle()
标题
string Title = 5; |
com.google.protobuf.ByteString |
getTitleBytes()
标题
string Title = 5; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
String |
getUrlEncryptionAlgorithm()
URL加密算法
string UrlEncryptionAlgorithm = 13; |
com.google.protobuf.ByteString |
getUrlEncryptionAlgorithmBytes()
URL加密算法
string UrlEncryptionAlgorithm = 13; |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
boolean |
isInitialized() |
static VodUrlUploadURLSet.Builder |
newBuilder() |
static VodUrlUploadURLSet.Builder |
newBuilder(VodUrlUploadURLSet prototype) |
VodUrlUploadURLSet.Builder |
newBuilderForType() |
protected VodUrlUploadURLSet.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static VodUrlUploadURLSet |
parseDelimitedFrom(InputStream input) |
static VodUrlUploadURLSet |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VodUrlUploadURLSet |
parseFrom(byte[] data) |
static VodUrlUploadURLSet |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VodUrlUploadURLSet |
parseFrom(ByteBuffer data) |
static VodUrlUploadURLSet |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VodUrlUploadURLSet |
parseFrom(com.google.protobuf.ByteString data) |
static VodUrlUploadURLSet |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VodUrlUploadURLSet |
parseFrom(com.google.protobuf.CodedInputStream input) |
static VodUrlUploadURLSet |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VodUrlUploadURLSet |
parseFrom(InputStream input) |
static VodUrlUploadURLSet |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<VodUrlUploadURLSet> |
parser() |
VodUrlUploadURLSet.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTopublic static final int SOURCEURL_FIELD_NUMBER
public static final int CALLBACKARGS_FIELD_NUMBER
public static final int MD5_FIELD_NUMBER
public static final int TEMPLATEID_FIELD_NUMBER
public static final int TITLE_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
public static final int TAGS_FIELD_NUMBER
public static final int CATEGORY_FIELD_NUMBER
public static final int FILENAME_FIELD_NUMBER
public static final int CLASSIFICATIONID_FIELD_NUMBER
public static final int STORAGECLASS_FIELD_NUMBER
public static final int FILEEXTENSION_FIELD_NUMBER
public static final int URLENCRYPTIONALGORITHM_FIELD_NUMBER
public static final int ENABLELOWPRIORITY_FIELD_NUMBER
public static final int CUSTOMURLHEADERS_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance 在类中 com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields 在接口中 com.google.protobuf.MessageOrBuildergetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField 在类中 com.google.protobuf.GeneratedMessageV3protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3public String getSourceUrl()
视频的URL
string SourceUrl = 1;getSourceUrl 在接口中 VodUrlUploadURLSetOrBuilderpublic com.google.protobuf.ByteString getSourceUrlBytes()
视频的URL
string SourceUrl = 1;getSourceUrlBytes 在接口中 VodUrlUploadURLSetOrBuilderpublic String getCallbackArgs()
透传的业务信息
string CallbackArgs = 2;getCallbackArgs 在接口中 VodUrlUploadURLSetOrBuilderpublic com.google.protobuf.ByteString getCallbackArgsBytes()
透传的业务信息
string CallbackArgs = 2;getCallbackArgsBytes 在接口中 VodUrlUploadURLSetOrBuilderpublic String getMd5()
视频的MD5
string Md5 = 3;getMd5 在接口中 VodUrlUploadURLSetOrBuilderpublic com.google.protobuf.ByteString getMd5Bytes()
视频的MD5
string Md5 = 3;getMd5Bytes 在接口中 VodUrlUploadURLSetOrBuilderpublic String getTemplateId()
模板Id
string TemplateId = 4;getTemplateId 在接口中 VodUrlUploadURLSetOrBuilderpublic com.google.protobuf.ByteString getTemplateIdBytes()
模板Id
string TemplateId = 4;getTemplateIdBytes 在接口中 VodUrlUploadURLSetOrBuilderpublic String getTitle()
标题
string Title = 5;getTitle 在接口中 VodUrlUploadURLSetOrBuilderpublic com.google.protobuf.ByteString getTitleBytes()
标题
string Title = 5;getTitleBytes 在接口中 VodUrlUploadURLSetOrBuilderpublic String getDescription()
描述信息
string Description = 6;getDescription 在接口中 VodUrlUploadURLSetOrBuilderpublic com.google.protobuf.ByteString getDescriptionBytes()
描述信息
string Description = 6;getDescriptionBytes 在接口中 VodUrlUploadURLSetOrBuilderpublic String getTags()
标签
string Tags = 7;getTags 在接口中 VodUrlUploadURLSetOrBuilderpublic com.google.protobuf.ByteString getTagsBytes()
标签
string Tags = 7;getTagsBytes 在接口中 VodUrlUploadURLSetOrBuilderpublic String getCategory()
分类
string Category = 8;getCategory 在接口中 VodUrlUploadURLSetOrBuilderpublic com.google.protobuf.ByteString getCategoryBytes()
分类
string Category = 8;getCategoryBytes 在接口中 VodUrlUploadURLSetOrBuilderpublic String getFileName()
设置文件名
string FileName = 9;getFileName 在接口中 VodUrlUploadURLSetOrBuilderpublic com.google.protobuf.ByteString getFileNameBytes()
设置文件名
string FileName = 9;getFileNameBytes 在接口中 VodUrlUploadURLSetOrBuilderpublic long getClassificationId()
设置分类Id
int64 ClassificationId = 10;getClassificationId 在接口中 VodUrlUploadURLSetOrBuilderpublic int getStorageClass()
设置存储类型
int32 StorageClass = 11;getStorageClass 在接口中 VodUrlUploadURLSetOrBuilderpublic String getFileExtension()
设置文件后缀
string FileExtension = 12;getFileExtension 在接口中 VodUrlUploadURLSetOrBuilderpublic com.google.protobuf.ByteString getFileExtensionBytes()
设置文件后缀
string FileExtension = 12;getFileExtensionBytes 在接口中 VodUrlUploadURLSetOrBuilderpublic String getUrlEncryptionAlgorithm()
URL加密算法
string UrlEncryptionAlgorithm = 13;getUrlEncryptionAlgorithm 在接口中 VodUrlUploadURLSetOrBuilderpublic com.google.protobuf.ByteString getUrlEncryptionAlgorithmBytes()
URL加密算法
string UrlEncryptionAlgorithm = 13;getUrlEncryptionAlgorithmBytes 在接口中 VodUrlUploadURLSetOrBuilderpublic boolean getEnableLowPriority()
是否闲时转码
bool EnableLowPriority = 14;getEnableLowPriority 在接口中 VodUrlUploadURLSetOrBuilderpublic int getCustomURLHeadersCount()
VodUrlUploadURLSetOrBuilder自定义Header
map<string, string> CustomURLHeaders = 15;public boolean containsCustomURLHeaders(String key)
自定义Header
map<string, string> CustomURLHeaders = 15;@Deprecated public Map<String,String> getCustomURLHeaders()
getCustomURLHeadersMap() instead.public Map<String,String> getCustomURLHeadersMap()
自定义Header
map<string, string> CustomURLHeaders = 15;public String getCustomURLHeadersOrDefault(String key, String defaultValue)
自定义Header
map<string, string> CustomURLHeaders = 15;public String getCustomURLHeadersOrThrow(String key)
自定义Header
map<string, string> CustomURLHeaders = 15;public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 com.google.protobuf.MessageLitewriteTo 在类中 com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.google.protobuf.MessageLitegetSerializedSize 在类中 com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals 在接口中 com.google.protobuf.Messageequals 在类中 com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 com.google.protobuf.MessagehashCode 在类中 com.google.protobuf.AbstractMessagepublic static VodUrlUploadURLSet parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VodUrlUploadURLSet parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VodUrlUploadURLSet parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VodUrlUploadURLSet parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VodUrlUploadURLSet parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VodUrlUploadURLSet parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VodUrlUploadURLSet parseFrom(InputStream input) throws IOException
IOExceptionpublic static VodUrlUploadURLSet parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static VodUrlUploadURLSet parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static VodUrlUploadURLSet parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static VodUrlUploadURLSet parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static VodUrlUploadURLSet parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic VodUrlUploadURLSet.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static VodUrlUploadURLSet.Builder newBuilder()
public static VodUrlUploadURLSet.Builder newBuilder(VodUrlUploadURLSet prototype)
public VodUrlUploadURLSet.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLiteprotected VodUrlUploadURLSet.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType 在类中 com.google.protobuf.GeneratedMessageV3public static VodUrlUploadURLSet getDefaultInstance()
public static com.google.protobuf.Parser<VodUrlUploadURLSet> parser()
public com.google.protobuf.Parser<VodUrlUploadURLSet> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessageV3public VodUrlUploadURLSet getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderCopyright © 2024. All rights reserved.