public interface KillStreamRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getApp()
应用名称,默认查询所有应用名称,由 1 到 30
位数字、字母、下划线及"-"和"."组成。
|
com.google.protobuf.ByteString |
getAppBytes()
应用名称,默认查询所有应用名称,由 1 到 30
位数字、字母、下划线及"-"和"."组成。
|
String |
getStream()
流名称,缺省情况下,查询所有流名称,由 1 到
100位数字、字母、下划线及"-"和"."组成,如果指定 Stream,必须同时指定 App
的值
|
com.google.protobuf.ByteString |
getStreamBytes()
流名称,缺省情况下,查询所有流名称,由 1 到
100位数字、字母、下划线及"-"和"."组成,如果指定 Stream,必须同时指定 App
的值
|
String |
getVhost()
域名空间名称
|
com.google.protobuf.ByteString |
getVhostBytes()
域名空间名称
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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 © 2025. All rights reserved.