public interface VodUploadObjectRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCallbackArgs()
业务希望上传透传的信息,会在上传成功时返回给用户
string CallbackArgs = 3; |
com.google.protobuf.ByteString |
getCallbackArgsBytes()
业务希望上传透传的信息,会在上传成功时返回给用户
string CallbackArgs = 3; |
String |
getClientIDCMode()
客户端机房环境
string ClientIDCMode = 10; |
com.google.protobuf.ByteString |
getClientIDCModeBytes()
客户端机房环境
string ClientIDCMode = 10; |
String |
getClientNetWorkMode()
客户端网络环境
string ClientNetWorkMode = 9; |
com.google.protobuf.ByteString |
getClientNetWorkModeBytes()
客户端网络环境
string ClientNetWorkMode = 9; |
String |
getFileExtension()
上传中文件的文件后缀
string FileExtension = 6; |
com.google.protobuf.ByteString |
getFileExtensionBytes()
上传中文件的文件后缀
string FileExtension = 6; |
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 = 8; |
String |
getSpaceName()
上传的空间名
string SpaceName = 1; |
com.google.protobuf.ByteString |
getSpaceNameBytes()
上传的空间名
string SpaceName = 1; |
int |
getUploadStrategy()
上传策略
int32 UploadStrategy = 7; |
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;String getFileExtension()
上传中文件的文件后缀
string FileExtension = 6;com.google.protobuf.ByteString getFileExtensionBytes()
上传中文件的文件后缀
string FileExtension = 6;int getUploadStrategy()
上传策略
int32 UploadStrategy = 7;int getParallelNum()
分片并发数
int32 ParallelNum = 8;String getClientNetWorkMode()
客户端网络环境
string ClientNetWorkMode = 9;com.google.protobuf.ByteString getClientNetWorkModeBytes()
客户端网络环境
string ClientNetWorkMode = 9;String getClientIDCMode()
客户端机房环境
string ClientIDCMode = 10;com.google.protobuf.ByteString getClientIDCModeBytes()
客户端机房环境
string ClientIDCMode = 10;Copyright © 2024. All rights reserved.