接口 EnvoyFilterOuterClass.EnvoyFilter.ListenerMatch.FilterMatchOrBuilder

    • 方法详细资料

      • getName

        java.lang.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;
      • 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;
      • 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;