![JAR search and dependency download from the Maven repository](/logo.png)
io.envoyproxy.envoy.extensions.common.matching.v3.ExtensionWithMatcherOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: envoy/extensions/common/matching/v3/extension_matcher.proto
package io.envoyproxy.envoy.extensions.common.matching.v3;
public interface ExtensionWithMatcherOrBuilder extends
// @@protoc_insertion_point(interface_extends:envoy.extensions.common.matching.v3.ExtensionWithMatcher)
com.google.protobuf.MessageOrBuilder {
/**
*
* 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"];
* @deprecated envoy.extensions.common.matching.v3.ExtensionWithMatcher.matcher is deprecated.
* See envoy/extensions/common/matching/v3/extension_matcher.proto;l=26
* @return Whether the matcher field is set.
*/
@java.lang.Deprecated boolean hasMatcher();
/**
*
* 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"];
* @deprecated envoy.extensions.common.matching.v3.ExtensionWithMatcher.matcher is deprecated.
* See envoy/extensions/common/matching/v3/extension_matcher.proto;l=26
* @return The matcher.
*/
@java.lang.Deprecated io.envoyproxy.envoy.config.common.matcher.v3.Matcher getMatcher();
/**
*
* 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"];
*/
@java.lang.Deprecated io.envoyproxy.envoy.config.common.matcher.v3.MatcherOrBuilder getMatcherOrBuilder();
/**
*
* The associated matcher.
*
*
* .xds.type.matcher.v3.Matcher xds_matcher = 3;
* @return Whether the xdsMatcher field is set.
*/
boolean hasXdsMatcher();
/**
*
* The associated matcher.
*
*
* .xds.type.matcher.v3.Matcher xds_matcher = 3;
* @return The xdsMatcher.
*/
com.github.xds.type.matcher.v3.Matcher getXdsMatcher();
/**
*
* The associated matcher.
*
*
* .xds.type.matcher.v3.Matcher xds_matcher = 3;
*/
com.github.xds.type.matcher.v3.MatcherOrBuilder getXdsMatcherOrBuilder();
/**
*
* The underlying extension config.
*
*
* .envoy.config.core.v3.TypedExtensionConfig extension_config = 2 [(.validate.rules) = { ... }
* @return Whether the extensionConfig field is set.
*/
boolean hasExtensionConfig();
/**
*
* The underlying extension config.
*
*
* .envoy.config.core.v3.TypedExtensionConfig extension_config = 2 [(.validate.rules) = { ... }
* @return The extensionConfig.
*/
io.envoyproxy.envoy.config.core.v3.TypedExtensionConfig getExtensionConfig();
/**
*
* The underlying extension config.
*
*
* .envoy.config.core.v3.TypedExtensionConfig extension_config = 2 [(.validate.rules) = { ... }
*/
io.envoyproxy.envoy.config.core.v3.TypedExtensionConfigOrBuilder getExtensionConfigOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy