public interface DescribeForbiddenStreamInfoByPageRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
限定符和类型 | 方法和说明 |
---|---|
String |
getApp()
应用名称,默认查询所有应用名称,由 1 到 30
位数字、字母、下划线及"-"和"."
|
com.google.protobuf.ByteString |
getAppBytes()
应用名称,默认查询所有应用名称,由 1 到 30
位数字、字母、下划线及"-"和"."
|
long |
getPageNum()
当前页码,取值范围 ≥1。
|
long |
getPageSize()
分页大小,取值范围为 。
|
String |
getSort()
排列方式,根据结束时间排序。
|
com.google.protobuf.ByteString |
getSortBytes()
排列方式,根据结束时间排序。
|
String |
getStream()
流名称,缺省情况下,查询所有流名称,由 1 到 100
位数字、字母、下划线及"-"和"."
|
com.google.protobuf.ByteString |
getStreamBytes()
流名称,缺省情况下,查询所有流名称,由 1 到 100
位数字、字母、下划线及"-"和"."
|
String |
getVhost()
域名空间名称。
|
com.google.protobuf.ByteString |
getVhostBytes()
域名空间名称。
|
long getPageNum()
当前页码,取值范围 ≥1。
int64 PageNum = 1;
long getPageSize()
分页大小,取值范围为 。
int64 PageSize = 2;
String getVhost()
域名空间名称。 参数 `Domain` 和 `Vhost`传且仅传一个。
string Vhost = 3;
com.google.protobuf.ByteString getVhostBytes()
域名空间名称。 参数 `Domain` 和 `Vhost`传且仅传一个。
string Vhost = 3;
String getApp()
应用名称,默认查询所有应用名称,由 1 到 30 位数字、字母、下划线及"-"和"."组成。
string App = 4;
com.google.protobuf.ByteString getAppBytes()
应用名称,默认查询所有应用名称,由 1 到 30 位数字、字母、下划线及"-"和"."组成。
string App = 4;
String getStream()
流名称,缺省情况下,查询所有流名称,由 1 到 100 位数字、字母、下划线及"-"和"."组成,如果指定 Stream,必须同时指定 App 的值
string Stream = 5;
com.google.protobuf.ByteString getStreamBytes()
流名称,缺省情况下,查询所有流名称,由 1 到 100 位数字、字母、下划线及"-"和"."组成,如果指定 Stream,必须同时指定 App 的值
string Stream = 5;
String getSort()
排列方式,根据结束时间排序。支持两种形式。缺省情况下为 desc。 <li>asc:按从小到大升序排列; <li>desc:按从大到小降序排列。
string Sort = 6;
com.google.protobuf.ByteString getSortBytes()
排列方式,根据结束时间排序。支持两种形式。缺省情况下为 desc。 <li>asc:按从小到大升序排列; <li>desc:按从大到小降序排列。
string Sort = 6;
Copyright © 2024. All rights reserved.