com.byteplus.service.vod.model.request.VodCommitUploadInfoRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: byteplus/vod/request/request_vod.proto
package com.byteplus.service.vod.model.request;
public interface VodCommitUploadInfoRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Request.VodCommitUploadInfoRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* 上传的空间名
*
*
* string SpaceName = 1;
* @return The spaceName.
*/
java.lang.String getSpaceName();
/**
*
* 上传的空间名
*
*
* string SpaceName = 1;
* @return The bytes for spaceName.
*/
com.google.protobuf.ByteString
getSpaceNameBytes();
/**
*
* 上传 1005 阶段需要带上 1001 的 Session
*
*
* string SessionKey = 2;
* @return The sessionKey.
*/
java.lang.String getSessionKey();
/**
*
* 上传 1005 阶段需要带上 1001 的 Session
*
*
* string SessionKey = 2;
* @return The bytes for sessionKey.
*/
com.google.protobuf.ByteString
getSessionKeyBytes();
/**
*
* 业务希望上传透传的信息,会在上传成功时返回给用户
*
*
* string CallbackArgs = 3;
* @return The callbackArgs.
*/
java.lang.String getCallbackArgs();
/**
*
* 业务希望上传透传的信息,会在上传成功时返回给用户
*
*
* string CallbackArgs = 3;
* @return The bytes for callbackArgs.
*/
com.google.protobuf.ByteString
getCallbackArgsBytes();
/**
*
* 上传的功能函数
*
*
* string Functions = 4;
* @return The functions.
*/
java.lang.String getFunctions();
/**
*
* 上传的功能函数
*
*
* string Functions = 4;
* @return The bytes for functions.
*/
com.google.protobuf.ByteString
getFunctionsBytes();
/**
*
* 上传中文件的来源
*
*
* string VodUploadSource = 5;
* @return The vodUploadSource.
*/
java.lang.String getVodUploadSource();
/**
*
* 上传中文件的来源
*
*
* string VodUploadSource = 5;
* @return The bytes for vodUploadSource.
*/
com.google.protobuf.ByteString
getVodUploadSourceBytes();
}