com.volcengine.service.live.model.request.ListDomainDetailRequestOrBuilder 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 ListDomainDetailRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Live.Models.Request.ListDomainDetailRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
*当前页码,取值范围为 。
*
*
* int64 PageNum = 1;
* @return The pageNum.
*/
long getPageNum();
/**
*
*分页大小,取值范围为 。
*
*
* int64 PageSize = 2;
* @return The pageSize.
*/
long getPageSize();
/**
*
*配置空间列表,缺省情况下表示过滤全部。
*
*
* repeated string VhostList = 3;
* @return A list containing the vhostList.
*/
java.util.List
getVhostListList();
/**
*
*配置空间列表,缺省情况下表示过滤全部。
*
*
* repeated string VhostList = 3;
* @return The count of vhostList.
*/
int getVhostListCount();
/**
*
*配置空间列表,缺省情况下表示过滤全部。
*
*
* repeated string VhostList = 3;
* @param index The index of the element to return.
* @return The vhostList at the given index.
*/
java.lang.String getVhostList(int index);
/**
*
*配置空间列表,缺省情况下表示过滤全部。
*
*
* repeated string VhostList = 3;
* @param index The index of the value to return.
* @return The bytes of the vhostList at the given index.
*/
com.google.protobuf.ByteString
getVhostListBytes(int index);
/**
*
*域名状态列表。缺省情况下表示过滤全部。状态说明如下所示。
* <li>0:正常;
* <li>1:审核中;
* <li>2:禁用,禁止使用,此时domain不生效;
* <li>3:删除;
* <li>4:审核被驳回。审核不通过,需要重新创建并审核;
* <li>5:欠费关停。
*
*
* repeated string DomainStatusList = 4;
* @return A list containing the domainStatusList.
*/
java.util.List
getDomainStatusListList();
/**
*
*域名状态列表。缺省情况下表示过滤全部。状态说明如下所示。
* <li>0:正常;
* <li>1:审核中;
* <li>2:禁用,禁止使用,此时domain不生效;
* <li>3:删除;
* <li>4:审核被驳回。审核不通过,需要重新创建并审核;
* <li>5:欠费关停。
*
*
* repeated string DomainStatusList = 4;
* @return The count of domainStatusList.
*/
int getDomainStatusListCount();
/**
*
*域名状态列表。缺省情况下表示过滤全部。状态说明如下所示。
* <li>0:正常;
* <li>1:审核中;
* <li>2:禁用,禁止使用,此时domain不生效;
* <li>3:删除;
* <li>4:审核被驳回。审核不通过,需要重新创建并审核;
* <li>5:欠费关停。
*
*
* repeated string DomainStatusList = 4;
* @param index The index of the element to return.
* @return The domainStatusList at the given index.
*/
java.lang.String getDomainStatusList(int index);
/**
*
*域名状态列表。缺省情况下表示过滤全部。状态说明如下所示。
* <li>0:正常;
* <li>1:审核中;
* <li>2:禁用,禁止使用,此时domain不生效;
* <li>3:删除;
* <li>4:审核被驳回。审核不通过,需要重新创建并审核;
* <li>5:欠费关停。
*
*
* repeated string DomainStatusList = 4;
* @param index The index of the value to return.
* @return The bytes of the domainStatusList at the given index.
*/
com.google.protobuf.ByteString
getDomainStatusListBytes(int index);
/**
*
*域名类型列表。缺省情况下表示过滤全部。域名类型包括:
* <li>push:推流域名;
* <li>pull-flv:拉流域名。
*
*
* repeated string DomainTypeList = 5;
* @return A list containing the domainTypeList.
*/
java.util.List
getDomainTypeListList();
/**
*
*域名类型列表。缺省情况下表示过滤全部。域名类型包括:
* <li>push:推流域名;
* <li>pull-flv:拉流域名。
*
*
* repeated string DomainTypeList = 5;
* @return The count of domainTypeList.
*/
int getDomainTypeListCount();
/**
*
*域名类型列表。缺省情况下表示过滤全部。域名类型包括:
* <li>push:推流域名;
* <li>pull-flv:拉流域名。
*
*
* repeated string DomainTypeList = 5;
* @param index The index of the element to return.
* @return The domainTypeList at the given index.
*/
java.lang.String getDomainTypeList(int index);
/**
*
*域名类型列表。缺省情况下表示过滤全部。域名类型包括:
* <li>push:推流域名;
* <li>pull-flv:拉流域名。
*
*
* repeated string DomainTypeList = 5;
* @param index The index of the value to return.
* @return The bytes of the domainTypeList at the given index.
*/
com.google.protobuf.ByteString
getDomainTypeListBytes(int index);
/**
*
*域名区域列表。缺省情况下表示过滤全部,区域包括:
* <li>cn:中国大陆;
* <li>oversea:海外。
*
*
* repeated string DomainRegionList = 6;
* @return A list containing the domainRegionList.
*/
java.util.List
getDomainRegionListList();
/**
*
*域名区域列表。缺省情况下表示过滤全部,区域包括:
* <li>cn:中国大陆;
* <li>oversea:海外。
*
*
* repeated string DomainRegionList = 6;
* @return The count of domainRegionList.
*/
int getDomainRegionListCount();
/**
*
*域名区域列表。缺省情况下表示过滤全部,区域包括:
* <li>cn:中国大陆;
* <li>oversea:海外。
*
*
* repeated string DomainRegionList = 6;
* @param index The index of the element to return.
* @return The domainRegionList at the given index.
*/
java.lang.String getDomainRegionList(int index);
/**
*
*域名区域列表。缺省情况下表示过滤全部,区域包括:
* <li>cn:中国大陆;
* <li>oversea:海外。
*
*
* repeated string DomainRegionList = 6;
* @param index The index of the value to return.
* @return The bytes of the domainRegionList at the given index.
*/
com.google.protobuf.ByteString
getDomainRegionListBytes(int index);
/**
*
*域名名称列表,缺省情况下表示过滤全部。
*
*
* repeated string DomainNameList = 7;
* @return A list containing the domainNameList.
*/
java.util.List
getDomainNameListList();
/**
*
*域名名称列表,缺省情况下表示过滤全部。
*
*
* repeated string DomainNameList = 7;
* @return The count of domainNameList.
*/
int getDomainNameListCount();
/**
*
*域名名称列表,缺省情况下表示过滤全部。
*
*
* repeated string DomainNameList = 7;
* @param index The index of the element to return.
* @return The domainNameList at the given index.
*/
java.lang.String getDomainNameList(int index);
/**
*
*域名名称列表,缺省情况下表示过滤全部。
*
*
* repeated string DomainNameList = 7;
* @param index The index of the value to return.
* @return The bytes of the domainNameList at the given index.
*/
com.google.protobuf.ByteString
getDomainNameListBytes(int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy