com.volcengine.service.vod.model.request.VodGetPlayInfoWithLiveTimeShiftSceneRequestOrBuilder 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 VodGetPlayInfoWithLiveTimeShiftSceneRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Request.VodGetPlayInfoWithLiveTimeShiftSceneRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* 播放URI列表,多个uri之间使用“,”分隔
*
*
* string StoreUris = 1;
* @return The storeUris.
*/
java.lang.String getStoreUris();
/**
*
* 播放URI列表,多个uri之间使用“,”分隔
*
*
* string StoreUris = 1;
* @return The bytes for storeUris.
*/
com.google.protobuf.ByteString
getStoreUrisBytes();
/**
*
* 空间名称
*
*
* string SpaceName = 2;
* @return The spaceName.
*/
java.lang.String getSpaceName();
/**
*
* 空间名称
*
*
* string SpaceName = 2;
* @return The bytes for spaceName.
*/
com.google.protobuf.ByteString
getSpaceNameBytes();
/**
*
* 返回https播放地址,默认否, 1-是;0-否
*
*
* string Ssl = 3;
* @return The ssl.
*/
java.lang.String getSsl();
/**
*
* 返回https播放地址,默认否, 1-是;0-否
*
*
* string Ssl = 3;
* @return The bytes for ssl.
*/
com.google.protobuf.ByteString
getSslBytes();
/**
*
* 过期时间戳:毫秒。若不传,则为当前时间+1小时
*
*
* string ExpireTimestamp = 4;
* @return The expireTimestamp.
*/
java.lang.String getExpireTimestamp();
/**
*
* 过期时间戳:毫秒。若不传,则为当前时间+1小时
*
*
* string ExpireTimestamp = 4;
* @return The bytes for expireTimestamp.
*/
com.google.protobuf.ByteString
getExpireTimestampBytes();
/**
*
* 生成地址时填充BucketName,默认否, 1-是;0-否
*
*
* string NeedComposeBucketName = 5;
* @return The needComposeBucketName.
*/
java.lang.String getNeedComposeBucketName();
/**
*
* 生成地址时填充BucketName,默认否, 1-是;0-否
*
*
* string NeedComposeBucketName = 5;
* @return The bytes for needComposeBucketName.
*/
com.google.protobuf.ByteString
getNeedComposeBucketNameBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy