Interface ExtensionWithMatcherOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ExtensionWithMatcher, ExtensionWithMatcher.Builder

    public interface ExtensionWithMatcherOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasMatcher

        @Deprecated
        boolean hasMatcher()
        Deprecated.
         The associated matcher. This is deprecated in favor of xds_matcher.
         
        .envoy.config.common.matcher.v3.Matcher matcher = 1 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
      • getMatcher

        @Deprecated
        Matcher getMatcher()
        Deprecated.
         The associated matcher. This is deprecated in favor of xds_matcher.
         
        .envoy.config.common.matcher.v3.Matcher matcher = 1 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
      • getMatcherOrBuilder

        @Deprecated
        MatcherOrBuilder getMatcherOrBuilder()
        Deprecated.
         The associated matcher. This is deprecated in favor of xds_matcher.
         
        .envoy.config.common.matcher.v3.Matcher matcher = 1 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
      • hasXdsMatcher

        boolean hasXdsMatcher()
         The associated matcher.
         
        .xds.type.matcher.v3.Matcher xds_matcher = 3;
      • getXdsMatcher

        Matcher getXdsMatcher()
         The associated matcher.
         
        .xds.type.matcher.v3.Matcher xds_matcher = 3;
      • getXdsMatcherOrBuilder

        MatcherOrBuilder getXdsMatcherOrBuilder()
         The associated matcher.
         
        .xds.type.matcher.v3.Matcher xds_matcher = 3;
      • hasExtensionConfig

        boolean hasExtensionConfig()
         The underlying extension config.
         
        .envoy.config.core.v3.TypedExtensionConfig extension_config = 2 [(.validate.rules) = { ... }
      • getExtensionConfig

        TypedExtensionConfig getExtensionConfig()
         The underlying extension config.
         
        .envoy.config.core.v3.TypedExtensionConfig extension_config = 2 [(.validate.rules) = { ... }
      • getExtensionConfigOrBuilder

        TypedExtensionConfigOrBuilder getExtensionConfigOrBuilder()
         The underlying extension config.
         
        .envoy.config.core.v3.TypedExtensionConfig extension_config = 2 [(.validate.rules) = { ... }