com.byteplus.service.vod.model.request.VodApplyUploadInfoRequestOrBuilder 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 VodApplyUploadInfoRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Request.VodApplyUploadInfoRequest)
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();
/**
*
* 上传重试时可选择带上的 Session 信息,作为下发参数的辅助信息
*
*
* string SessionKey = 2;
* @return The sessionKey.
*/
java.lang.String getSessionKey();
/**
*
* 上传重试时可选择带上的 Session 信息,作为下发参数的辅助信息
*
*
* string SessionKey = 2;
* @return The bytes for sessionKey.
*/
com.google.protobuf.ByteString
getSessionKeyBytes();
/**
*
* 上传的文件大小,单位为字节,非必填参数
*
*
* double FileSize = 3;
* @return The fileSize.
*/
double getFileSize();
/**
*
* 上传的类型,可不填,默认为 media
*
*
* string FileType = 4;
* @return The fileType.
*/
java.lang.String getFileType();
/**
*
* 上传的类型,可不填,默认为 media
*
*
* string FileType = 4;
* @return The bytes for fileType.
*/
com.google.protobuf.ByteString
getFileTypeBytes();
/**
*
* 上传的文件在存储中的名字,即 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();
}