com.volcengine.service.live.model.request.GeneratePushURLRequestOrBuilder 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 GeneratePushURLRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Live.Models.Request.GeneratePushURLRequest)
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();
/**
*
*推流域名名称,需要推流地址的域名,不填返回Vhost下所有推流域名生成的地址
*
*
* string Domain = 2;
* @return The domain.
*/
java.lang.String getDomain();
/**
*
*推流域名名称,需要推流地址的域名,不填返回Vhost下所有推流域名生成的地址
*
*
* 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();
/**
*
* App名称
*
*
* string Stream = 4;
* @return The stream.
*/
java.lang.String getStream();
/**
*
* App名称
*
*
* string Stream = 4;
* @return The bytes for stream.
*/
com.google.protobuf.ByteString
getStreamBytes();
/**
*
*生成的地址鉴权的有效时间,单位s,不填默认使用鉴权配置的过期时间,没有鉴权时间则默认7天过期
*
*
* int64 ValidDuration = 5;
* @return The validDuration.
*/
long getValidDuration();
/**
*
*绝对有效时间,UTC格式,优先级比ValidDuration低
*
*
* string ExpiredTime = 6;
* @return The expiredTime.
*/
java.lang.String getExpiredTime();
/**
*
*绝对有效时间,UTC格式,优先级比ValidDuration低
*
*
* string ExpiredTime = 6;
* @return The bytes for expiredTime.
*/
com.google.protobuf.ByteString
getExpiredTimeBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy