com.volcengine.service.vod.model.business.VodURLSetOrBuilder 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 VodURLSetOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.VodURLSet)
com.google.protobuf.MessageOrBuilder {
/**
*
* 请求 Id,用于日志查询
*
*
* string RequestId = 1;
* @return The requestId.
*/
java.lang.String getRequestId();
/**
*
* 请求 Id,用于日志查询
*
*
* string RequestId = 1;
* @return The bytes for requestId.
*/
com.google.protobuf.ByteString
getRequestIdBytes();
/**
*
* JobId,用于查询 URL 上传状态
*
*
* string JobId = 2;
* @return The jobId.
*/
java.lang.String getJobId();
/**
*
* JobId,用于查询 URL 上传状态
*
*
* string JobId = 2;
* @return The bytes for jobId.
*/
com.google.protobuf.ByteString
getJobIdBytes();
/**
*
* 用户上传的Url
*
*
* string SourceUrl = 3;
* @return The sourceUrl.
*/
java.lang.String getSourceUrl();
/**
*
* 用户上传的Url
*
*
* string SourceUrl = 3;
* @return The bytes for sourceUrl.
*/
com.google.protobuf.ByteString
getSourceUrlBytes();
/**
*
* Url 的上传状态,init,process,success,fail
*
*
* string State = 4;
* @return The state.
*/
java.lang.String getState();
/**
*
* Url 的上传状态,init,process,success,fail
*
*
* string State = 4;
* @return The bytes for state.
*/
com.google.protobuf.ByteString
getStateBytes();
/**
*
* 视频 id
*
*
* string Vid = 5;
* @return The vid.
*/
java.lang.String getVid();
/**
*
* 视频 id
*
*
* string Vid = 5;
* @return The bytes for vid.
*/
com.google.protobuf.ByteString
getVidBytes();
/**
*
* 上传的空间
*
*
* string SpaceName = 6;
* @return The spaceName.
*/
java.lang.String getSpaceName();
/**
*
* 上传的空间
*
*
* string SpaceName = 6;
* @return The bytes for spaceName.
*/
com.google.protobuf.ByteString
getSpaceNameBytes();
/**
*
* 用户账号的 Id
*
*
* string AccountId = 7;
* @return The accountId.
*/
java.lang.String getAccountId();
/**
*
* 用户账号的 Id
*
*
* string AccountId = 7;
* @return The bytes for accountId.
*/
com.google.protobuf.ByteString
getAccountIdBytes();
/**
*
* 视频的元信息
*
*
* .Volcengine.Vod.Models.Business.VodSourceInfo SourceInfo = 8;
* @return Whether the sourceInfo field is set.
*/
boolean hasSourceInfo();
/**
*
* 视频的元信息
*
*
* .Volcengine.Vod.Models.Business.VodSourceInfo SourceInfo = 8;
* @return The sourceInfo.
*/
com.volcengine.service.vod.model.business.VodSourceInfo getSourceInfo();
/**
*
* 视频的元信息
*
*
* .Volcengine.Vod.Models.Business.VodSourceInfo SourceInfo = 8;
*/
com.volcengine.service.vod.model.business.VodSourceInfoOrBuilder getSourceInfoOrBuilder();
/**
*
* 用户透传信息
*
*
* string CallbackArgs = 9;
* @return The callbackArgs.
*/
java.lang.String getCallbackArgs();
/**
*
* 用户透传信息
*
*
* string CallbackArgs = 9;
* @return The bytes for callbackArgs.
*/
com.google.protobuf.ByteString
getCallbackArgsBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy