public interface DeleteRelaySourceRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getApp()
应用名称,由 1 到 30 位数字、字母、下划线及"-"和"."
|
com.google.protobuf.ByteString |
getAppBytes()
应用名称,由 1 到 30 位数字、字母、下划线及"-"和"."
|
String |
getVhost()
域名空间名称。
|
com.google.protobuf.ByteString |
getVhostBytes()
域名空间名称。
|
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;Copyright © 2025. All rights reserved.