接口 EnvoyFilterOuterClass.EnvoyFilter.ClusterMatchOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 所有已知实现类:
EnvoyFilterOuterClass.EnvoyFilter.ClusterMatch,EnvoyFilterOuterClass.EnvoyFilter.ClusterMatch.Builder
public static interface EnvoyFilterOuterClass.EnvoyFilter.ClusterMatchOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 java.lang.StringgetName()The exact name of the cluster to match.com.google.protobuf.ByteStringgetNameBytes()The exact name of the cluster to match.intgetPortNumber()The service port for which this cluster was generated.java.lang.StringgetService()The fully qualified service name for this cluster.com.google.protobuf.ByteStringgetServiceBytes()The fully qualified service name for this cluster.java.lang.StringgetSubset()The subset associated with the service.com.google.protobuf.ByteStringgetSubsetBytes()The subset associated with the service.
-
-
-
方法详细资料
-
getPortNumber
int getPortNumber()
The service port for which this cluster was generated. If omitted, applies to clusters for any port.
uint32 port_number = 1;- 返回:
- The portNumber.
-
getService
java.lang.String getService()
The fully qualified service name for this cluster. If omitted, applies to clusters for any service. For services defined through service entries, the service name is same as the hosts defined in the service entry.
string service = 2;- 返回:
- The service.
-
getServiceBytes
com.google.protobuf.ByteString getServiceBytes()
The fully qualified service name for this cluster. If omitted, applies to clusters for any service. For services defined through service entries, the service name is same as the hosts defined in the service entry.
string service = 2;- 返回:
- The bytes for service.
-
getSubset
java.lang.String getSubset()
The subset associated with the service. If omitted, applies to clusters for any subset of a service.
string subset = 3;- 返回:
- The subset.
-
getSubsetBytes
com.google.protobuf.ByteString getSubsetBytes()
The subset associated with the service. If omitted, applies to clusters for any subset of a service.
string subset = 3;- 返回:
- The bytes for subset.
-
getName
java.lang.String getName()
The exact name of the cluster to match. To match a specific cluster by name, such as the internally generated `Passthrough` cluster, leave all fields in clusterMatch empty, except the name.
string name = 4;- 返回:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
The exact name of the cluster to match. To match a specific cluster by name, such as the internally generated `Passthrough` cluster, leave all fields in clusterMatch empty, except the name.
string name = 4;- 返回:
- The bytes for name.
-
-