com.byteplus.service.vod.model.request.VodUrlUploadJsonRequestOrBuilder 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 VodUrlUploadJsonRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Request.VodUrlUploadJsonRequest)
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();
/**
*
* 上传URL设置参数集合,每个URL入参的设置均在此设置
*
*
* string URLSets = 2;
* @return The uRLSets.
*/
java.lang.String getURLSets();
/**
*
* 上传URL设置参数集合,每个URL入参的设置均在此设置
*
*
* string URLSets = 2;
* @return The bytes for uRLSets.
*/
com.google.protobuf.ByteString
getURLSetsBytes();
}