public interface DescribeForbiddenStreamInfoByPageRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getApp()
应用名称,默认查询所有应用名称,由 1 到 30
位数字、字母、下划线及"-"和"."组成。
|
com.google.protobuf.ByteString |
getAppBytes()
应用名称,默认查询所有应用名称,由 1 到 30
位数字、字母、下划线及"-"和"."组成。
|
long |
getPageNum()
当前页码,取值范围 ≥1。
|
long |
getPageSize()
分页大小,取值范围为 。
|
String |
getSort()
排列方式,根据结束时间排序。支持两种形式。缺省情况下为 desc。
<li>asc:按从小到大升序排列;
<li>desc:按从大到小降序排列。
|
com.google.protobuf.ByteString |
getSortBytes()
排列方式,根据结束时间排序。支持两种形式。缺省情况下为 desc。
<li>asc:按从小到大升序排列;
<li>desc:按从大到小降序排列。
|
String |
getStream()
流名称,缺省情况下,查询所有流名称,由 1 到 100
位数字、字母、下划线及"-"和"."组成,如果指定 Stream,必须同时指定 App 的值
|
com.google.protobuf.ByteString |
getStreamBytes()
流名称,缺省情况下,查询所有流名称,由 1 到 100
位数字、字母、下划线及"-"和"."组成,如果指定 Stream,必须同时指定 App 的值
|
String |
getVhost()
域名空间名称。
参数 `Domain` 和 `Vhost`传且仅传一个。
|
com.google.protobuf.ByteString |
getVhostBytes()
域名空间名称。
参数 `Domain` 和 `Vhost`传且仅传一个。
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong 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 © 2025. All rights reserved.