com.byteplus.service.vod.model.business.ApplyUploadInfoParamOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: byteplus/vod/business/vod_upload.proto
package com.byteplus.service.vod.model.business;
public interface ApplyUploadInfoParamOrBuilder extends
// @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Business.ApplyUploadInfoParam)
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 FileType = 2;
* @return The fileType.
*/
java.lang.String getFileType();
/**
* string FileType = 2;
* @return The bytes for fileType.
*/
com.google.protobuf.ByteString
getFileTypeBytes();
/**
* string SessionKey = 3;
* @return The sessionKey.
*/
java.lang.String getSessionKey();
/**
* string SessionKey = 3;
* @return The bytes for sessionKey.
*/
com.google.protobuf.ByteString
getSessionKeyBytes();
/**
* double FileSize = 4;
* @return The fileSize.
*/
double getFileSize();
/**
* string MediaType = 5;
* @return The mediaType.
*/
java.lang.String getMediaType();
/**
* string MediaType = 5;
* @return The bytes for mediaType.
*/
com.google.protobuf.ByteString
getMediaTypeBytes();
/**
* string TosKeys = 6;
* @return The tosKeys.
*/
java.lang.String getTosKeys();
/**
* string TosKeys = 6;
* @return The bytes for tosKeys.
*/
com.google.protobuf.ByteString
getTosKeysBytes();
/**
* string FileExtension = 7;
* @return The fileExtension.
*/
java.lang.String getFileExtension();
/**
* string FileExtension = 7;
* @return The bytes for fileExtension.
*/
com.google.protobuf.ByteString
getFileExtensionBytes();
/**
* string FilePrefix = 8;
* @return The filePrefix.
*/
java.lang.String getFilePrefix();
/**
* string FilePrefix = 8;
* @return The bytes for filePrefix.
*/
com.google.protobuf.ByteString
getFilePrefixBytes();
/**
* int32 FlushUploadMode = 9;
* @return The flushUploadMode.
*/
int getFlushUploadMode();
/**
* string Md5 = 10;
* @return The md5.
*/
java.lang.String getMd5();
/**
* string Md5 = 10;
* @return The bytes for md5.
*/
com.google.protobuf.ByteString
getMd5Bytes();
/**
* int32 StorageClass = 11;
* @return The storageClass.
*/
int getStorageClass();
}