public interface VodUploadMediaRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCallbackArgs()
业务希望上传透传的信息,会在上传成功时返回给用户
|
com.google.protobuf.ByteString |
getCallbackArgsBytes()
业务希望上传透传的信息,会在上传成功时返回给用户
|
String |
getFileExtension()
上传中文件的文件后缀
|
com.google.protobuf.ByteString |
getFileExtensionBytes()
上传中文件的文件后缀
|
String |
getFileName()
上传的文件在存储中的名字,即 bucket/key 中的 key
|
com.google.protobuf.ByteString |
getFileNameBytes()
上传的文件在存储中的名字,即 bucket/key 中的 key
|
String |
getFilePath()
上传文件的路径
|
com.google.protobuf.ByteString |
getFilePathBytes()
上传文件的路径
|
String |
getFunctions()
上传的功能函数
|
com.google.protobuf.ByteString |
getFunctionsBytes()
上传的功能函数
|
String |
getSpaceName()
上传的空间名
|
com.google.protobuf.ByteString |
getSpaceNameBytes()
上传的空间名
|
int |
getStorageClass()
上传的文件的存储类型,1-标准存储,2-归档存储,非必填参数,默认为标准存储
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getSpaceName()
上传的空间名
string SpaceName = 1;com.google.protobuf.ByteString getSpaceNameBytes()
上传的空间名
string SpaceName = 1;String getFilePath()
上传文件的路径
string FilePath = 2;com.google.protobuf.ByteString getFilePathBytes()
上传文件的路径
string FilePath = 2;String getCallbackArgs()
业务希望上传透传的信息,会在上传成功时返回给用户
string CallbackArgs = 3;com.google.protobuf.ByteString getCallbackArgsBytes()
业务希望上传透传的信息,会在上传成功时返回给用户
string CallbackArgs = 3;String getFunctions()
上传的功能函数
string Functions = 4;com.google.protobuf.ByteString getFunctionsBytes()
上传的功能函数
string Functions = 4;String getFileName()
上传的文件在存储中的名字,即 bucket/key 中的 key
string FileName = 5;com.google.protobuf.ByteString getFileNameBytes()
上传的文件在存储中的名字,即 bucket/key 中的 key
string FileName = 5;int getStorageClass()
上传的文件的存储类型,1-标准存储,2-归档存储,非必填参数,默认为标准存储
int32 StorageClass = 6;String getFileExtension()
上传中文件的文件后缀
string FileExtension = 7;com.google.protobuf.ByteString getFileExtensionBytes()
上传中文件的文件后缀
string FileExtension = 7;Copyright © 2023. All rights reserved.