接口 EnvoyFilterOuterClass.EnvoyFilter.ListenerMatch.FilterMatchOrBuilder

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

public static interface EnvoyFilterOuterClass.EnvoyFilter.ListenerMatch.FilterMatchOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 方法详细资料

    • getName

      String getName()
       The filter name to match on.
       For standard Envoy filters, [canonical filter](https://www.envoyproxy.io/docs/envoy/latest/version_history/v1.14.0#deprecated)
       names should be used.
       
      string name = 1;
      返回:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       The filter name to match on.
       For standard Envoy filters, [canonical filter](https://www.envoyproxy.io/docs/envoy/latest/version_history/v1.14.0#deprecated)
       names should be used.
       
      string name = 1;
      返回:
      The bytes for name.
    • hasSubFilter

      boolean hasSubFilter()
       The next level filter within this filter to match
       upon. Typically used for HTTP Connection Manager filters and
       Thrift filters.
       
      .istio.networking.v1alpha3.EnvoyFilter.ListenerMatch.SubFilterMatch sub_filter = 2;
      返回:
      Whether the subFilter field is set.
    • getSubFilter

       The next level filter within this filter to match
       upon. Typically used for HTTP Connection Manager filters and
       Thrift filters.
       
      .istio.networking.v1alpha3.EnvoyFilter.ListenerMatch.SubFilterMatch sub_filter = 2;
      返回:
      The subFilter.
    • getSubFilterOrBuilder

       The next level filter within this filter to match
       upon. Typically used for HTTP Connection Manager filters and
       Thrift filters.
       
      .istio.networking.v1alpha3.EnvoyFilter.ListenerMatch.SubFilterMatch sub_filter = 2;