All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.byteplus.service.vod.model.request.VodUrlUploadJsonRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
// 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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy