com.volcengine.service.vod.model.business.VodGetRecPosterDataOrBuilder 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_media.proto
package com.volcengine.service.vod.model.business;
public interface VodGetRecPosterDataOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.VodGetRecPosterData)
com.google.protobuf.MessageOrBuilder {
/**
*
*封面图信息
*
*
* repeated .Volcengine.Vod.Models.Business.VodStoreUriGroup StoreUriGroups = 1;
*/
java.util.List
getStoreUriGroupsList();
/**
*
*封面图信息
*
*
* repeated .Volcengine.Vod.Models.Business.VodStoreUriGroup StoreUriGroups = 1;
*/
com.volcengine.service.vod.model.business.VodStoreUriGroup getStoreUriGroups(int index);
/**
*
*封面图信息
*
*
* repeated .Volcengine.Vod.Models.Business.VodStoreUriGroup StoreUriGroups = 1;
*/
int getStoreUriGroupsCount();
/**
*
*封面图信息
*
*
* repeated .Volcengine.Vod.Models.Business.VodStoreUriGroup StoreUriGroups = 1;
*/
java.util.List extends com.volcengine.service.vod.model.business.VodStoreUriGroupOrBuilder>
getStoreUriGroupsOrBuilderList();
/**
*
*封面图信息
*
*
* repeated .Volcengine.Vod.Models.Business.VodStoreUriGroup StoreUriGroups = 1;
*/
com.volcengine.service.vod.model.business.VodStoreUriGroupOrBuilder getStoreUriGroupsOrBuilder(
int index);
/**
*
*不存在的视频VID列表
*
*
* repeated string NotExistVids = 2;
* @return A list containing the notExistVids.
*/
java.util.List
getNotExistVidsList();
/**
*
*不存在的视频VID列表
*
*
* repeated string NotExistVids = 2;
* @return The count of notExistVids.
*/
int getNotExistVidsCount();
/**
*
*不存在的视频VID列表
*
*
* repeated string NotExistVids = 2;
* @param index The index of the element to return.
* @return The notExistVids at the given index.
*/
java.lang.String getNotExistVids(int index);
/**
*
*不存在的视频VID列表
*
*
* repeated string NotExistVids = 2;
* @param index The index of the value to return.
* @return The bytes of the notExistVids at the given index.
*/
com.google.protobuf.ByteString
getNotExistVidsBytes(int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy