All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.volcengine.service.live.model.business.VhostWithDenyConfigOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: live/business/deny_config.proto

package com.volcengine.service.live.model.business;

public interface VhostWithDenyConfigOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Volcengine.Live.Models.Business.VhostWithDenyConfig)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   *域名空间名称
   * 
* * string Vhost = 1; * @return The vhost. */ String getVhost(); /** *
   *域名空间名称
   * 
* * string Vhost = 1; * @return The bytes for vhost. */ com.google.protobuf.ByteString getVhostBytes(); /** *
   *推拉流域名
   * 
* * string Domain = 2; * @return The domain. */ String getDomain(); /** *
   *推拉流域名
   * 
* * string Domain = 2; * @return The bytes for domain. */ com.google.protobuf.ByteString getDomainBytes(); /** *
   * App的名称,由 1 到 30 位数字、字母、下划线及"-"和"."组成。
   * 
* * string App = 3; * @return The app. */ String getApp(); /** *
   * App的名称,由 1 到 30 位数字、字母、下划线及"-"和"."组成。
   * 
* * string App = 3; * @return The bytes for app. */ com.google.protobuf.ByteString getAppBytes(); /** *
   *配置详情列表
   * 
* * repeated .Volcengine.Live.Models.Business.DenyConfigDetail DenyConfigDetail = 4; */ java.util.List getDenyConfigDetailList(); /** *
   *配置详情列表
   * 
* * repeated .Volcengine.Live.Models.Business.DenyConfigDetail DenyConfigDetail = 4; */ DenyConfigDetail getDenyConfigDetail(int index); /** *
   *配置详情列表
   * 
* * repeated .Volcengine.Live.Models.Business.DenyConfigDetail DenyConfigDetail = 4; */ int getDenyConfigDetailCount(); /** *
   *配置详情列表
   * 
* * repeated .Volcengine.Live.Models.Business.DenyConfigDetail DenyConfigDetail = 4; */ java.util.List getDenyConfigDetailOrBuilderList(); /** *
   *配置详情列表
   * 
* * repeated .Volcengine.Live.Models.Business.DenyConfigDetail DenyConfigDetail = 4; */ DenyConfigDetailOrBuilder getDenyConfigDetailOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy