接口 EnvoyFilterOuterClass.EnvoyFilter.RouteConfigurationMatch.VirtualHostMatchOrBuilder

所有超级接口:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
所有已知实现类:
EnvoyFilterOuterClass.EnvoyFilter.RouteConfigurationMatch.VirtualHostMatch, EnvoyFilterOuterClass.EnvoyFilter.RouteConfigurationMatch.VirtualHostMatch.Builder
封闭类:
EnvoyFilterOuterClass.EnvoyFilter.RouteConfigurationMatch

public static interface EnvoyFilterOuterClass.EnvoyFilter.RouteConfigurationMatch.VirtualHostMatchOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 方法概要

    修饰符和类型
    方法
    说明
    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.ByteString
    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.
    Match a specific route within the virtual host.
    Match a specific route within the virtual host.
    boolean
    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

       Match a specific route within the virtual host.
       
      .istio.networking.v1alpha3.EnvoyFilter.RouteConfigurationMatch.RouteMatch route = 2;