com.volcengine.service.live.model.business.RelaySourceGroupItemV2OrBuilder 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/business/relay_source.proto
package com.volcengine.service.live.model.business;
public interface RelaySourceGroupItemV2OrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Live.Models.Business.RelaySourceGroupItemV2)
com.google.protobuf.MessageOrBuilder {
/**
*
* 回源地址数组
*
*
* repeated string RelaySourceDomainList = 1;
* @return A list containing the relaySourceDomainList.
*/
java.util.List
getRelaySourceDomainListList();
/**
*
* 回源地址数组
*
*
* repeated string RelaySourceDomainList = 1;
* @return The count of relaySourceDomainList.
*/
int getRelaySourceDomainListCount();
/**
*
* 回源地址数组
*
*
* repeated string RelaySourceDomainList = 1;
* @param index The index of the element to return.
* @return The relaySourceDomainList at the given index.
*/
String getRelaySourceDomainList(int index);
/**
*
* 回源地址数组
*
*
* repeated string RelaySourceDomainList = 1;
* @param index The index of the value to return.
* @return The bytes of the relaySourceDomainList at the given index.
*/
com.google.protobuf.ByteString
getRelaySourceDomainListBytes(int index);
/**
*
* 回源参数。
*
*
* map<string, string> RelaySourceParams = 2;
*/
int getRelaySourceParamsCount();
/**
*
* 回源参数。
*
*
* map<string, string> RelaySourceParams = 2;
*/
boolean containsRelaySourceParams(
String key);
/**
* Use {@link #getRelaySourceParamsMap()} instead.
*/
@Deprecated
java.util.Map
getRelaySourceParams();
/**
*
* 回源参数。
*
*
* map<string, string> RelaySourceParams = 2;
*/
java.util.Map
getRelaySourceParamsMap();
/**
*
* 回源参数。
*
*
* map<string, string> RelaySourceParams = 2;
*/
String getRelaySourceParamsOrDefault(
String key,
String defaultValue);
/**
*
* 回源参数。
*
*
* map<string, string> RelaySourceParams = 2;
*/
String getRelaySourceParamsOrThrow(
String key);
/**
*
* 回源协议,目前只支持以下两种:<li>rmtp <li>flv。
*
*
* string RelaySourceProtocol = 3;
* @return The relaySourceProtocol.
*/
String getRelaySourceProtocol();
/**
*
* 回源协议,目前只支持以下两种:<li>rmtp <li>flv。
*
*
* string RelaySourceProtocol = 3;
* @return The bytes for relaySourceProtocol.
*/
com.google.protobuf.ByteString
getRelaySourceProtocolBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy