public interface VodCommitUploadInfoRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCallbackArgs()
业务希望上传透传的信息,会在上传成功时返回给用户
|
com.google.protobuf.ByteString |
getCallbackArgsBytes()
业务希望上传透传的信息,会在上传成功时返回给用户
|
String |
getFunctions()
上传的功能函数
|
com.google.protobuf.ByteString |
getFunctionsBytes()
上传的功能函数
|
String |
getSessionKey()
上传 1005 阶段需要带上 1001 的 Session
|
com.google.protobuf.ByteString |
getSessionKeyBytes()
上传 1005 阶段需要带上 1001 的 Session
|
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 getSessionKey()
上传 1005 阶段需要带上 1001 的 Session
string SessionKey = 2;com.google.protobuf.ByteString getSessionKeyBytes()
上传 1005 阶段需要带上 1001 的 Session
string SessionKey = 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;Copyright © 2023. All rights reserved.