com.volcengine.service.vod.model.business.ApplyUploadInfoParamOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: volcengine/vod/business/vod_upload.proto
package com.volcengine.service.vod.model.business;
public interface ApplyUploadInfoParamOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.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();
/**
* string ClientNetWorkMode = 101;
* @return The clientNetWorkMode.
*/
java.lang.String getClientNetWorkMode();
/**
* string ClientNetWorkMode = 101;
* @return The bytes for clientNetWorkMode.
*/
com.google.protobuf.ByteString
getClientNetWorkModeBytes();
/**
* string ClientIDCMode = 102;
* @return The clientIDCMode.
*/
java.lang.String getClientIDCMode();
/**
* string ClientIDCMode = 102;
* @return The bytes for clientIDCMode.
*/
com.google.protobuf.ByteString
getClientIDCModeBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy