public interface KillStreamRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
限定符和类型 | 方法和说明 |
---|---|
String |
getApp()
应用名称,默认查询所有应用名称,由 1 到 30
位数字、字母、下划线及"-"和"."
|
com.google.protobuf.ByteString |
getAppBytes()
应用名称,默认查询所有应用名称,由 1 到 30
位数字、字母、下划线及"-"和"."
|
String |
getStream()
流名称,缺省情况下,查询所有流名称,由 1 到
100位数字、字母、下划线及"-"和"."
|
com.google.protobuf.ByteString |
getStreamBytes()
流名称,缺省情况下,查询所有流名称,由 1 到
100位数字、字母、下划线及"-"和"."
|
String |
getVhost()
域名空间名称
string Vhost = 1; |
com.google.protobuf.ByteString |
getVhostBytes()
域名空间名称
string Vhost = 1; |
String getVhost()
域名空间名称
string Vhost = 1;
com.google.protobuf.ByteString getVhostBytes()
域名空间名称
string Vhost = 1;
String getApp()
应用名称,默认查询所有应用名称,由 1 到 30 位数字、字母、下划线及"-"和"."组成。
string App = 2;
com.google.protobuf.ByteString getAppBytes()
应用名称,默认查询所有应用名称,由 1 到 30 位数字、字母、下划线及"-"和"."组成。
string App = 2;
String getStream()
流名称,缺省情况下,查询所有流名称,由 1 到 100位数字、字母、下划线及"-"和"."组成,如果指定 Stream,必须同时指定 App 的值
string Stream = 3;
com.google.protobuf.ByteString getStreamBytes()
流名称,缺省情况下,查询所有流名称,由 1 到 100位数字、字母、下划线及"-"和"."组成,如果指定 Stream,必须同时指定 App 的值
string Stream = 3;
Copyright © 2024. All rights reserved.