public interface VodApplyUploadInfoRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getClientIDCMode()
客户端机房环境
|
com.google.protobuf.ByteString |
getClientIDCModeBytes()
客户端机房环境
|
String |
getClientNetWorkMode()
客户端网络环境
|
com.google.protobuf.ByteString |
getClientNetWorkModeBytes()
客户端网络环境
|
String |
getFileExtension()
上传中文件的文件后缀
|
com.google.protobuf.ByteString |
getFileExtensionBytes()
上传中文件的文件后缀
|
String |
getFileName()
上传的文件在存储中的名字,即 bucket/key 中的 key
|
com.google.protobuf.ByteString |
getFileNameBytes()
上传的文件在存储中的名字,即 bucket/key 中的 key
|
double |
getFileSize()
上传的文件大小,单位为字节,非必填参数
|
String |
getFileType()
上传的类型,可不填,默认为 media
|
com.google.protobuf.ByteString |
getFileTypeBytes()
上传的类型,可不填,默认为 media
|
boolean |
getNeedFallback()
是否支持降级域名调度 true-支持降级,false-不支持降级
|
String |
getSessionKey()
上传重试时可选择带上的 Session 信息,作为下发参数的辅助信息
|
com.google.protobuf.ByteString |
getSessionKeyBytes()
上传重试时可选择带上的 Session 信息,作为下发参数的辅助信息
|
String |
getSpaceName()
上传的空间名
|
com.google.protobuf.ByteString |
getSpaceNameBytes()
上传的空间名
|
int |
getStorageClass()
上传的文件的存储类型,1-标准存储,2-归档存储,非必填参数,默认为标准存储
|
String |
getUploadHostPrefer()
上传域名偏好
|
com.google.protobuf.ByteString |
getUploadHostPreferBytes()
上传域名偏好
|
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 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;String getUploadHostPrefer()
上传域名偏好
string UploadHostPrefer = 11;com.google.protobuf.ByteString getUploadHostPreferBytes()
上传域名偏好
string UploadHostPrefer = 11;Copyright © 2025. All rights reserved.