com.volcengine.service.vod.model.request.VodCommitUploadInfoRequestOrBuilder 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 VodCommitUploadInfoRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Request.VodCommitUploadInfoRequest)
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();
/**
*
* 上传 1005 阶段需要带上 1001 的 Session
*
*
* string SessionKey = 2;
* @return The sessionKey.
*/
java.lang.String getSessionKey();
/**
*
* 上传 1005 阶段需要带上 1001 的 Session
*
*
* string SessionKey = 2;
* @return The bytes for sessionKey.
*/
com.google.protobuf.ByteString
getSessionKeyBytes();
/**
*
* 业务希望上传透传的信息,会在上传成功时返回给用户
*
*
* 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();
/**
*
* 上传中文件的来源
*
*
* string VodUploadSource = 5;
* @return The vodUploadSource.
*/
java.lang.String getVodUploadSource();
/**
*
* 上传中文件的来源
*
*
* string VodUploadSource = 5;
* @return The bytes for vodUploadSource.
*/
com.google.protobuf.ByteString
getVodUploadSourceBytes();
/**
*
* 媒资文件过期时间,采用ISO日期格式. 不传或传空,不修改.
* 填"9999-12-31T23:59:59Z"表示永不过期.
* 过期后该媒资文件及其相关资源(转码结果、封面图等)将被永久删除.
* 示例值:2024-08-30T20:10:11+08:00
*
*
* string ExpireTime = 6;
* @return The expireTime.
*/
java.lang.String getExpireTime();
/**
*
* 媒资文件过期时间,采用ISO日期格式. 不传或传空,不修改.
* 填"9999-12-31T23:59:59Z"表示永不过期.
* 过期后该媒资文件及其相关资源(转码结果、封面图等)将被永久删除.
* 示例值:2024-08-30T20:10:11+08:00
*
*
* string ExpireTime = 6;
* @return The bytes for expireTime.
*/
com.google.protobuf.ByteString
getExpireTimeBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy