public static interface VirtualServiceOuterClass.DelegateOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getName()
Name specifies the name of the delegate VirtualService.
|
com.google.protobuf.ByteString |
getNameBytes()
Name specifies the name of the delegate VirtualService.
|
String |
getNamespace()
Namespace specifies the namespace where the delegate VirtualService resides.
|
com.google.protobuf.ByteString |
getNamespaceBytes()
Namespace specifies the namespace where the delegate VirtualService resides.
|
String getName()
Name specifies the name of the delegate VirtualService.
string name = 1;com.google.protobuf.ByteString getNameBytes()
Name specifies the name of the delegate VirtualService.
string name = 1;String getNamespace()
Namespace specifies the namespace where the delegate VirtualService resides. By default, it is same to the root's.
string namespace = 2;com.google.protobuf.ByteString getNamespaceBytes()
Namespace specifies the namespace where the delegate VirtualService resides. By default, it is same to the root's.
string namespace = 2;Copyright © 2018–2023 Alibaba Group. All rights reserved.