com.volcengine.service.vod.model.business.VodStoreUriGroupOrBuilder 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 VodStoreUriGroupOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.VodStoreUriGroup)
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();
/**
*
*封面图对象地址列表
*
*
* repeated string StoreUris = 2;
* @return A list containing the storeUris.
*/
java.util.List
getStoreUrisList();
/**
*
*封面图对象地址列表
*
*
* repeated string StoreUris = 2;
* @return The count of storeUris.
*/
int getStoreUrisCount();
/**
*
*封面图对象地址列表
*
*
* repeated string StoreUris = 2;
* @param index The index of the element to return.
* @return The storeUris at the given index.
*/
java.lang.String getStoreUris(int index);
/**
*
*封面图对象地址列表
*
*
* repeated string StoreUris = 2;
* @param index The index of the value to return.
* @return The bytes of the storeUris at the given index.
*/
com.google.protobuf.ByteString
getStoreUrisBytes(int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy