public interface VodUploadMediaRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCallbackArgs()
业务希望上传透传的信息,会在上传成功时返回给用户
string CallbackArgs = 3; |
com.google.protobuf.ByteString |
getCallbackArgsBytes()
业务希望上传透传的信息,会在上传成功时返回给用户
string CallbackArgs = 3; |
String |
getClientIDCMode()
客户端机房环境
string ClientIDCMode = 12; |
com.google.protobuf.ByteString |
getClientIDCModeBytes()
客户端机房环境
string ClientIDCMode = 12; |
String |
getClientNetWorkMode()
客户端网络环境
string ClientNetWorkMode = 11; |
com.google.protobuf.ByteString |
getClientNetWorkModeBytes()
客户端网络环境
string ClientNetWorkMode = 11; |
String |
getFileExtension()
上传中文件的文件后缀
string FileExtension = 7; |
com.google.protobuf.ByteString |
getFileExtensionBytes()
上传中文件的文件后缀
string FileExtension = 7; |
String |
getFileName()
上传的文件在存储中的名字,即 bucket/key 中的 key
string FileName = 5; |
com.google.protobuf.ByteString |
getFileNameBytes()
上传的文件在存储中的名字,即 bucket/key 中的 key
string FileName = 5; |
String |
getFilePath()
上传文件的路径
string FilePath = 2; |
com.google.protobuf.ByteString |
getFilePathBytes()
上传文件的路径
string FilePath = 2; |
String |
getFunctions()
上传的功能函数
string Functions = 4; |
com.google.protobuf.ByteString |
getFunctionsBytes()
上传的功能函数
string Functions = 4; |
int |
getParallelNum()
分片并发数
int32 ParallelNum = 10; |
String |
getSpaceName()
上传的空间名
string SpaceName = 1; |
com.google.protobuf.ByteString |
getSpaceNameBytes()
上传的空间名
string SpaceName = 1; |
int |
getStorageClass()
上传的文件的存储类型,1-标准存储,2-归档存储,非必填参数,默认为标准存储
int32 StorageClass = 6; |
int |
getUploadStrategy()
上传策略
int32 UploadStrategy = 9; |
String |
getVodUploadSource()
上传中文件的来源
string VodUploadSource = 8; |
com.google.protobuf.ByteString |
getVodUploadSourceBytes()
上传中文件的来源
string VodUploadSource = 8; |
String 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;String getVodUploadSource()
上传中文件的来源
string VodUploadSource = 8;com.google.protobuf.ByteString getVodUploadSourceBytes()
上传中文件的来源
string VodUploadSource = 8;int getUploadStrategy()
上传策略
int32 UploadStrategy = 9;int getParallelNum()
分片并发数
int32 ParallelNum = 10;String getClientNetWorkMode()
客户端网络环境
string ClientNetWorkMode = 11;com.google.protobuf.ByteString getClientNetWorkModeBytes()
客户端网络环境
string ClientNetWorkMode = 11;String getClientIDCMode()
客户端机房环境
string ClientIDCMode = 12;com.google.protobuf.ByteString getClientIDCModeBytes()
客户端机房环境
string ClientIDCMode = 12;Copyright © 2024. All rights reserved.