com.volcengine.service.vod.model.business.VodCommitUploadInfoDataOrBuilder 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 VodCommitUploadInfoDataOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.VodCommitUploadInfoData)
com.google.protobuf.MessageOrBuilder {
/**
*
* 视频 id
*
*
* string Vid = 1;
* @return The vid.
*/
java.lang.String getVid();
/**
*
* 视频 id
*
*
* string Vid = 1;
* @return The bytes for vid.
*/
com.google.protobuf.ByteString
getVidBytes();
/**
*
* 视频对应的封面图 URI id
*
*
* string PosterUri = 2;
* @return The posterUri.
*/
java.lang.String getPosterUri();
/**
*
* 视频对应的封面图 URI id
*
*
* string PosterUri = 2;
* @return The bytes for posterUri.
*/
com.google.protobuf.ByteString
getPosterUriBytes();
/**
*
* 视频元信息
*
*
* .Volcengine.Vod.Models.Business.VodSourceInfo SourceInfo = 3;
* @return Whether the sourceInfo field is set.
*/
boolean hasSourceInfo();
/**
*
* 视频元信息
*
*
* .Volcengine.Vod.Models.Business.VodSourceInfo SourceInfo = 3;
* @return The sourceInfo.
*/
com.volcengine.service.vod.model.business.VodSourceInfo getSourceInfo();
/**
*
* 视频元信息
*
*
* .Volcengine.Vod.Models.Business.VodSourceInfo SourceInfo = 3;
*/
com.volcengine.service.vod.model.business.VodSourceInfoOrBuilder getSourceInfoOrBuilder();
/**
*
* 素材 id
*
*
* string Mid = 4;
* @return The mid.
*/
java.lang.String getMid();
/**
*
* 素材 id
*
*
* string Mid = 4;
* @return The bytes for mid.
*/
com.google.protobuf.ByteString
getMidBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy