com.volcengine.service.live.model.request.GeneratePlayURLRequestOrBuilder 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: live/request/request_live.proto
package com.volcengine.service.live.model.request;
public interface GeneratePlayURLRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Live.Models.Request.GeneratePlayURLRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
*域名空间名称
*
*
* string Vhost = 1;
* @return The vhost.
*/
java.lang.String getVhost();
/**
*
*域名空间名称
*
*
* string Vhost = 1;
* @return The bytes for vhost.
*/
com.google.protobuf.ByteString
getVhostBytes();
/**
*
*拉流域名名称,需要生成拉流地址的域名
*
*
* string Domain = 2;
* @return The domain.
*/
java.lang.String getDomain();
/**
*
*拉流域名名称,需要生成拉流地址的域名
*
*
* string Domain = 2;
* @return The bytes for domain.
*/
com.google.protobuf.ByteString
getDomainBytes();
/**
*
* App名称
*
*
* string App = 3;
* @return The app.
*/
java.lang.String getApp();
/**
*
* App名称
*
*
* string App = 3;
* @return The bytes for app.
*/
com.google.protobuf.ByteString
getAppBytes();
/**
*
* Stream名称
*
*
* string Stream = 4;
* @return The stream.
*/
java.lang.String getStream();
/**
*
* Stream名称
*
*
* string Stream = 4;
* @return The bytes for stream.
*/
com.google.protobuf.ByteString
getStreamBytes();
/**
*
*转码流后缀,不填源流
*
*
* string Suffix = 5;
* @return The suffix.
*/
java.lang.String getSuffix();
/**
*
*转码流后缀,不填源流
*
*
* string Suffix = 5;
* @return The bytes for suffix.
*/
com.google.protobuf.ByteString
getSuffixBytes();
/**
*
* cdn类型,fcdn/3rd(第二方cdn)二选一填,不填默认fcdn
*
*
* string Type = 6;
* @return The type.
*/
java.lang.String getType();
/**
*
* cdn类型,fcdn/3rd(第二方cdn)二选一填,不填默认fcdn
*
*
* string Type = 6;
* @return The bytes for type.
*/
com.google.protobuf.ByteString
getTypeBytes();
/**
*
*生成的地址鉴权的有效时间,单位s,不填默认使用鉴权配置的过期时间,没有鉴权时间则默认7天过期
*
*
* int64 ValidDuration = 7;
* @return The validDuration.
*/
long getValidDuration();
/**
*
*绝对有效时间,UTC格式,优先级比ValidDuration低
*
*
* string ExpiredTime = 8;
* @return The expiredTime.
*/
java.lang.String getExpiredTime();
/**
*
*绝对有效时间,UTC格式,优先级比ValidDuration低
*
*
* string ExpiredTime = 8;
* @return The bytes for expiredTime.
*/
com.google.protobuf.ByteString
getExpiredTimeBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy