public interface VodUploadMaterialRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCallbackArgs()
业务希望上传透传的信息,会在上传成功时返回给用户
|
com.google.protobuf.ByteString |
getCallbackArgsBytes()
业务希望上传透传的信息,会在上传成功时返回给用户
|
long |
getChunkSize()
大文件上传分片大小,最小20MB
|
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
|
String |
getFilePath()
上传文件的路径
|
com.google.protobuf.ByteString |
getFilePathBytes()
上传文件的路径
|
String |
getFileType()
上传的类型,media、image、object 默认为 media
|
com.google.protobuf.ByteString |
getFileTypeBytes()
上传的类型,media、image、object 默认为 media
|
String |
getFunctions()
上传的功能函数
|
com.google.protobuf.ByteString |
getFunctionsBytes()
上传的功能函数
|
int |
getParallelNum()
分片并发数
|
String |
getSpaceName()
上传的空间名
|
com.google.protobuf.ByteString |
getSpaceNameBytes()
上传的空间名
|
String |
getUploadHostPrefer()
上传域名偏好
|
com.google.protobuf.ByteString |
getUploadHostPreferBytes()
上传域名偏好
|
int |
getUploadStrategy()
上传策略
|
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 getFileType()
上传的类型,media、image、object 默认为 media
string FileType = 5;com.google.protobuf.ByteString getFileTypeBytes()
上传的类型,media、image、object 默认为 media
string FileType = 5;String getFileName()
上传的文件在存储中的名字,即 bucket/key 中的 key
string FileName = 6;com.google.protobuf.ByteString getFileNameBytes()
上传的文件在存储中的名字,即 bucket/key 中的 key
string FileName = 6;String getFileExtension()
上传中文件的文件后缀
string FileExtension = 7;com.google.protobuf.ByteString getFileExtensionBytes()
上传中文件的文件后缀
string FileExtension = 7;int getUploadStrategy()
上传策略
int32 UploadStrategy = 8;int getParallelNum()
分片并发数
int32 ParallelNum = 9;String getClientNetWorkMode()
客户端网络环境
string ClientNetWorkMode = 10;com.google.protobuf.ByteString getClientNetWorkModeBytes()
客户端网络环境
string ClientNetWorkMode = 10;String getClientIDCMode()
客户端机房环境
string ClientIDCMode = 11;com.google.protobuf.ByteString getClientIDCModeBytes()
客户端机房环境
string ClientIDCMode = 11;String getUploadHostPrefer()
上传域名偏好
string UploadHostPrefer = 12;com.google.protobuf.ByteString getUploadHostPreferBytes()
上传域名偏好
string UploadHostPrefer = 12;long getChunkSize()
大文件上传分片大小,最小20MB
int64 ChunkSize = 13;Copyright © 2025. All rights reserved.