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

com.byteplus.service.vod.model.request.VodUploadMaterialRequestOrBuilder 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 VodUploadMaterialRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Request.VodUploadMaterialRequest)
    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(); /** *
   * 上传的类型,media、image、object 默认为 media 
   * 
* * string FileType = 5; * @return The fileType. */ java.lang.String getFileType(); /** *
   * 上传的类型,media、image、object 默认为 media 
   * 
* * string FileType = 5; * @return The bytes for fileType. */ com.google.protobuf.ByteString getFileTypeBytes(); /** *
   * 上传的文件在存储中的名字,即 bucket/key 中的 key 
   * 
* * string FileName = 6; * @return The fileName. */ java.lang.String getFileName(); /** *
   * 上传的文件在存储中的名字,即 bucket/key 中的 key 
   * 
* * string FileName = 6; * @return The bytes for fileName. */ com.google.protobuf.ByteString getFileNameBytes(); /** *
   * 上传中文件的文件后缀 
   * 
* * string FileExtension = 7; * @return The fileExtension. */ java.lang.String getFileExtension(); /** *
   * 上传中文件的文件后缀 
   * 
* * string FileExtension = 7; * @return The bytes for fileExtension. */ com.google.protobuf.ByteString getFileExtensionBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy