com.volcengine.service.vod.model.request.VodUploadMediaRequestOrBuilder 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 VodUploadMediaRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Request.VodUploadMediaRequest)
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();
/**
*
* 上传的文件的存储类型,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();
/**
*
* 上传中文件的来源
*
*
* string VodUploadSource = 8;
* @return The vodUploadSource.
*/
java.lang.String getVodUploadSource();
/**
*
* 上传中文件的来源
*
*
* string VodUploadSource = 8;
* @return The bytes for vodUploadSource.
*/
com.google.protobuf.ByteString
getVodUploadSourceBytes();
/**
*
* 上传策略
*
*
* int32 UploadStrategy = 9;
* @return The uploadStrategy.
*/
int getUploadStrategy();
/**
*
* 分片并发数
*
*
* int32 ParallelNum = 10;
* @return The parallelNum.
*/
int getParallelNum();
/**
*
* 客户端网络环境
*
*
* string ClientNetWorkMode = 11;
* @return The clientNetWorkMode.
*/
java.lang.String getClientNetWorkMode();
/**
*
* 客户端网络环境
*
*
* string ClientNetWorkMode = 11;
* @return The bytes for clientNetWorkMode.
*/
com.google.protobuf.ByteString
getClientNetWorkModeBytes();
/**
*
* 客户端机房环境
*
*
* string ClientIDCMode = 12;
* @return The clientIDCMode.
*/
java.lang.String getClientIDCMode();
/**
*
* 客户端机房环境
*
*
* string ClientIDCMode = 12;
* @return The bytes for clientIDCMode.
*/
com.google.protobuf.ByteString
getClientIDCModeBytes();
/**
*
* 媒资文件过期时间,采用ISO日期格式. 不传或传空,不修改.
* 填"9999-12-31T23:59:59Z"表示永不过期.
* 过期后该媒资文件及其相关资源(转码结果、封面图等)将被永久删除.
* 示例值:2024-08-30T20:10:11+08:00
*
*
* string ExpireTime = 13;
* @return The expireTime.
*/
java.lang.String getExpireTime();
/**
*
* 媒资文件过期时间,采用ISO日期格式. 不传或传空,不修改.
* 填"9999-12-31T23:59:59Z"表示永不过期.
* 过期后该媒资文件及其相关资源(转码结果、封面图等)将被永久删除.
* 示例值:2024-08-30T20:10:11+08:00
*
*
* string ExpireTime = 13;
* @return The bytes for expireTime.
*/
com.google.protobuf.ByteString
getExpireTimeBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy