public interface VodUploadMaterialRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCallbackArgs()
业务希望上传透传的信息,会在上传成功时返回给用户
|
com.google.protobuf.ByteString |
getCallbackArgsBytes()
业务希望上传透传的信息,会在上传成功时返回给用户
|
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()
上传的功能函数
|
String |
getSpaceName()
上传的空间名
|
com.google.protobuf.ByteString |
getSpaceNameBytes()
上传的空间名
|
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;Copyright © 2023. All rights reserved.