com.volcengine.service.live.model.request.UpdateDenyConfigRequestOrBuilder 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 UpdateDenyConfigRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Live.Models.Request.UpdateDenyConfigRequest)
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();
/**
*
*推拉流域名,domain和app二选一填
*
*
* string Domain = 2;
* @return The domain.
*/
java.lang.String getDomain();
/**
*
*推拉流域名,domain和app二选一填
*
*
* string Domain = 2;
* @return The bytes for domain.
*/
com.google.protobuf.ByteString
getDomainBytes();
/**
*
* App的名称,由 1 到 30
* 位数字、字母、下划线及"-"和"."组成。domain和app二选一填。
*
*
* string App = 3;
* @return The app.
*/
java.lang.String getApp();
/**
*
* App的名称,由 1 到 30
* 位数字、字母、下划线及"-"和"."组成。domain和app二选一填。
*
*
* string App = 3;
* @return The bytes for app.
*/
com.google.protobuf.ByteString
getAppBytes();
/**
*
*黑白名称配置列表
*
*
* repeated .Volcengine.Live.Models.Business.DenyConfigDetail DenyConfigList = 4;
*/
java.util.List
getDenyConfigListList();
/**
*
*黑白名称配置列表
*
*
* repeated .Volcengine.Live.Models.Business.DenyConfigDetail DenyConfigList = 4;
*/
com.volcengine.service.live.model.business.DenyConfigDetail getDenyConfigList(int index);
/**
*
*黑白名称配置列表
*
*
* repeated .Volcengine.Live.Models.Business.DenyConfigDetail DenyConfigList = 4;
*/
int getDenyConfigListCount();
/**
*
*黑白名称配置列表
*
*
* repeated .Volcengine.Live.Models.Business.DenyConfigDetail DenyConfigList = 4;
*/
java.util.List extends com.volcengine.service.live.model.business.DenyConfigDetailOrBuilder>
getDenyConfigListOrBuilderList();
/**
*
*黑白名称配置列表
*
*
* repeated .Volcengine.Live.Models.Business.DenyConfigDetail DenyConfigList = 4;
*/
com.volcengine.service.live.model.business.DenyConfigDetailOrBuilder getDenyConfigListOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy