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

com.byteplus.service.vod.model.request.VodUploadMediaRequestOrBuilder 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 VodUploadMediaRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Request.VodUploadMediaRequest)
    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 FilePath = 2; * @return The filePath. */ java.lang.String getFilePath(); /** *
   * 上传文件的路径 
   * 
* * string FilePath = 2; * @return The bytes for filePath. */ com.google.protobuf.ByteString getFilePathBytes(); /** *
   * 业务希望上传透传的信息,会在上传成功时返回给用户 
   * 
* * 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(); /** *
   * 上传的文件在存储中的名字,即 bucket/key 中的 key 
   * 
* * string FileName = 5; * @return The fileName. */ java.lang.String getFileName(); /** *
   * 上传的文件在存储中的名字,即 bucket/key 中的 key 
   * 
* * string FileName = 5; * @return The bytes for fileName. */ com.google.protobuf.ByteString getFileNameBytes(); /** *
   * 上传的文件的存储类型,1-标准存储,2-归档存储,非必填参数,默认为标准存储 
   * 
* * int32 StorageClass = 6; * @return The storageClass. */ int getStorageClass(); /** *
   * 上传中文件的文件后缀 
   * 
* * string FileExtension = 7; * @return The fileExtension. */ java.lang.String getFileExtension(); /** *
   * 上传中文件的文件后缀 
   * 
* * string FileExtension = 7; * @return The bytes for fileExtension. */ com.google.protobuf.ByteString getFileExtensionBytes(); /** *
   * 上传中文件的来源 
   * 
* * string VodUploadSource = 8; * @return The vodUploadSource. */ java.lang.String getVodUploadSource(); /** *
   * 上传中文件的来源 
   * 
* * string VodUploadSource = 8; * @return The bytes for vodUploadSource. */ com.google.protobuf.ByteString getVodUploadSourceBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy