com.volcengine.service.vod.model.request.VodUploadObjectRequestOrBuilder 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/request/request_vod.proto
package com.volcengine.service.vod.model.request;
public interface VodUploadObjectRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Request.VodUploadObjectRequest)
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();
/**
*
* 上传中文件的文件后缀
*
*
* string FileExtension = 6;
* @return The fileExtension.
*/
java.lang.String getFileExtension();
/**
*
* 上传中文件的文件后缀
*
*
* string FileExtension = 6;
* @return The bytes for fileExtension.
*/
com.google.protobuf.ByteString
getFileExtensionBytes();
/**
*
* 上传策略
*
*
* int32 UploadStrategy = 7;
* @return The uploadStrategy.
*/
int getUploadStrategy();
/**
*
* 分片并发数
*
*
* int32 ParallelNum = 8;
* @return The parallelNum.
*/
int getParallelNum();
/**
*
* 客户端网络环境
*
*
* string ClientNetWorkMode = 9;
* @return The clientNetWorkMode.
*/
java.lang.String getClientNetWorkMode();
/**
*
* 客户端网络环境
*
*
* string ClientNetWorkMode = 9;
* @return The bytes for clientNetWorkMode.
*/
com.google.protobuf.ByteString
getClientNetWorkModeBytes();
/**
*
* 客户端机房环境
*
*
* string ClientIDCMode = 10;
* @return The clientIDCMode.
*/
java.lang.String getClientIDCMode();
/**
*
* 客户端机房环境
*
*
* string ClientIDCMode = 10;
* @return The bytes for clientIDCMode.
*/
com.google.protobuf.ByteString
getClientIDCModeBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy