public interface VodApplyUploadInfoRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getClientIDCMode()
客户端机房环境
string ClientIDCMode = 9; |
com.google.protobuf.ByteString |
getClientIDCModeBytes()
客户端机房环境
string ClientIDCMode = 9; |
String |
getClientNetWorkMode()
客户端网络环境
string ClientNetWorkMode = 8; |
com.google.protobuf.ByteString |
getClientNetWorkModeBytes()
客户端网络环境
string ClientNetWorkMode = 8; |
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; |
double |
getFileSize()
上传的文件大小,单位为字节,非必填参数
double FileSize = 3; |
String |
getFileType()
上传的类型,可不填,默认为 media
string FileType = 4; |
com.google.protobuf.ByteString |
getFileTypeBytes()
上传的类型,可不填,默认为 media
string FileType = 4; |
boolean |
getNeedFallback()
是否支持降级域名调度 true-支持降级,false-不支持降级
bool NeedFallback = 10; |
String |
getSessionKey()
上传重试时可选择带上的 Session 信息,作为下发参数的辅助信息
string SessionKey = 2; |
com.google.protobuf.ByteString |
getSessionKeyBytes()
上传重试时可选择带上的 Session 信息,作为下发参数的辅助信息
string SessionKey = 2; |
String |
getSpaceName()
上传的空间名
string SpaceName = 1; |
com.google.protobuf.ByteString |
getSpaceNameBytes()
上传的空间名
string SpaceName = 1; |
int |
getStorageClass()
上传的文件的存储类型,1-标准存储,2-归档存储,非必填参数,默认为标准存储
int32 StorageClass = 6; |
String getSpaceName()
上传的空间名
string SpaceName = 1;com.google.protobuf.ByteString getSpaceNameBytes()
上传的空间名
string SpaceName = 1;String getSessionKey()
上传重试时可选择带上的 Session 信息,作为下发参数的辅助信息
string SessionKey = 2;com.google.protobuf.ByteString getSessionKeyBytes()
上传重试时可选择带上的 Session 信息,作为下发参数的辅助信息
string SessionKey = 2;double getFileSize()
上传的文件大小,单位为字节,非必填参数
double FileSize = 3;String getFileType()
上传的类型,可不填,默认为 media
string FileType = 4;com.google.protobuf.ByteString getFileTypeBytes()
上传的类型,可不填,默认为 media
string FileType = 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 getClientNetWorkMode()
客户端网络环境
string ClientNetWorkMode = 8;com.google.protobuf.ByteString getClientNetWorkModeBytes()
客户端网络环境
string ClientNetWorkMode = 8;String getClientIDCMode()
客户端机房环境
string ClientIDCMode = 9;com.google.protobuf.ByteString getClientIDCModeBytes()
客户端机房环境
string ClientIDCMode = 9;boolean getNeedFallback()
是否支持降级域名调度 true-支持降级,false-不支持降级
bool NeedFallback = 10;Copyright © 2024. All rights reserved.