com.byteplus.service.vod.model.business.CommitUploadInfoParamOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: byteplus/vod/business/vod_upload.proto
package com.byteplus.service.vod.model.business;
public interface CommitUploadInfoParamOrBuilder extends
// @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Business.CommitUploadInfoParam)
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();
/**
* string CallbackArgs = 2;
* @return The callbackArgs.
*/
java.lang.String getCallbackArgs();
/**
* string CallbackArgs = 2;
* @return The bytes for callbackArgs.
*/
com.google.protobuf.ByteString
getCallbackArgsBytes();
/**
* string SessionKey = 3;
* @return The sessionKey.
*/
java.lang.String getSessionKey();
/**
* string SessionKey = 3;
* @return The bytes for sessionKey.
*/
com.google.protobuf.ByteString
getSessionKeyBytes();
/**
* repeated .Byteplus.Vod.Models.Business.VodUploadFunction Functions = 4;
*/
java.util.List
getFunctionsList();
/**
* repeated .Byteplus.Vod.Models.Business.VodUploadFunction Functions = 4;
*/
com.byteplus.service.vod.model.business.VodUploadFunction getFunctions(int index);
/**
* repeated .Byteplus.Vod.Models.Business.VodUploadFunction Functions = 4;
*/
int getFunctionsCount();
/**
* repeated .Byteplus.Vod.Models.Business.VodUploadFunction Functions = 4;
*/
java.util.List extends com.byteplus.service.vod.model.business.VodUploadFunctionOrBuilder>
getFunctionsOrBuilderList();
/**
* repeated .Byteplus.Vod.Models.Business.VodUploadFunction Functions = 4;
*/
com.byteplus.service.vod.model.business.VodUploadFunctionOrBuilder getFunctionsOrBuilder(
int index);
/**
* string GetMetaMode = 5;
* @return The getMetaMode.
*/
java.lang.String getGetMetaMode();
/**
* string GetMetaMode = 5;
* @return The bytes for getMetaMode.
*/
com.google.protobuf.ByteString
getGetMetaModeBytes();
/**
* string VodUploadSource = 6;
* @return The vodUploadSource.
*/
java.lang.String getVodUploadSource();
/**
* string VodUploadSource = 6;
* @return The bytes for vodUploadSource.
*/
com.google.protobuf.ByteString
getVodUploadSourceBytes();
}