接口 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
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 java.lang.StringgetName()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.ByteStringgetNameBytes()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.EnvoyFilterOuterClass.EnvoyFilter.RouteConfigurationMatch.RouteMatchgetRoute()Match a specific route within the virtual host.EnvoyFilterOuterClass.EnvoyFilter.RouteConfigurationMatch.RouteMatchOrBuildergetRouteOrBuilder()Match a specific route within the virtual host.booleanhasRoute()Match a specific route within the virtual host.
-
-
-
方法详细资料
-
getName
java.lang.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
EnvoyFilterOuterClass.EnvoyFilter.RouteConfigurationMatch.RouteMatch 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;
-
-