接口 EnvoyFilterOuterClass.EnvoyFilter.RouteConfigurationMatch.VirtualHostMatchOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 所有已知实现类:
EnvoyFilterOuterClass.EnvoyFilter.RouteConfigurationMatch.VirtualHostMatch,EnvoyFilterOuterClass.EnvoyFilter.RouteConfigurationMatch.VirtualHostMatch.Builder
public static interface EnvoyFilterOuterClass.EnvoyFilter.RouteConfigurationMatch.VirtualHostMatchOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
修饰符和类型方法说明getName()The VirtualHosts objects generated by Istio are named as host:port, where the host typically corresponds to the VirtualService's host field or the hostname of a service in the registry.com.google.protobuf.ByteStringThe VirtualHosts objects generated by Istio are named as host:port, where the host typically corresponds to the VirtualService's host field or the hostname of a service in the registry.getRoute()Match a specific route within the virtual host.Match a specific route within the virtual host.booleanhasRoute()Match a specific route within the virtual host.从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
getName
String getName()The VirtualHosts objects generated by Istio are named as host:port, where the host typically corresponds to the VirtualService's host field or the hostname of a service in the registry.
string name = 1;- 返回:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()The VirtualHosts objects generated by Istio are named as host:port, where the host typically corresponds to the VirtualService's host field or the hostname of a service in the registry.
string name = 1;- 返回:
- The bytes for name.
-
hasRoute
boolean hasRoute()Match a specific route within the virtual host.
.istio.networking.v1alpha3.EnvoyFilter.RouteConfigurationMatch.RouteMatch route = 2;- 返回:
- Whether the route field is set.
-
getRoute
Match a specific route within the virtual host.
.istio.networking.v1alpha3.EnvoyFilter.RouteConfigurationMatch.RouteMatch route = 2;- 返回:
- The route.
-
getRouteOrBuilder
EnvoyFilterOuterClass.EnvoyFilter.RouteConfigurationMatch.RouteMatchOrBuilder getRouteOrBuilder()Match a specific route within the virtual host.
.istio.networking.v1alpha3.EnvoyFilter.RouteConfigurationMatch.RouteMatch route = 2;
-