All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.envoyproxy.envoy.extensions.common.matching.v3.ExtensionWithMatcher Maven / Gradle / Ivy

There is a newer version: 1.0.46
Show newest version
// 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;

/**
 * 
 * Wrapper around an existing extension that provides an associated matcher. This allows
 * decorating an existing extension with a matcher, which can be used to match against
 * relevant protocol data.
 * 
* * Protobuf type {@code envoy.extensions.common.matching.v3.ExtensionWithMatcher} */ public final class ExtensionWithMatcher extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:envoy.extensions.common.matching.v3.ExtensionWithMatcher) ExtensionWithMatcherOrBuilder { private static final long serialVersionUID = 0L; // Use ExtensionWithMatcher.newBuilder() to construct. private ExtensionWithMatcher(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ExtensionWithMatcher() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new ExtensionWithMatcher(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ExtensionWithMatcher( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { io.envoyproxy.envoy.config.common.matcher.v3.Matcher.Builder subBuilder = null; if (matcher_ != null) { subBuilder = matcher_.toBuilder(); } matcher_ = input.readMessage(io.envoyproxy.envoy.config.common.matcher.v3.Matcher.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(matcher_); matcher_ = subBuilder.buildPartial(); } break; } case 18: { io.envoyproxy.envoy.config.core.v3.TypedExtensionConfig.Builder subBuilder = null; if (extensionConfig_ != null) { subBuilder = extensionConfig_.toBuilder(); } extensionConfig_ = input.readMessage(io.envoyproxy.envoy.config.core.v3.TypedExtensionConfig.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(extensionConfig_); extensionConfig_ = subBuilder.buildPartial(); } break; } case 26: { com.github.xds.type.matcher.v3.Matcher.Builder subBuilder = null; if (xdsMatcher_ != null) { subBuilder = xdsMatcher_.toBuilder(); } xdsMatcher_ = input.readMessage(com.github.xds.type.matcher.v3.Matcher.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(xdsMatcher_); xdsMatcher_ = subBuilder.buildPartial(); } break; } default: { if (!parseUnknownField( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return io.envoyproxy.envoy.extensions.common.matching.v3.ExtensionMatcherProto.internal_static_envoy_extensions_common_matching_v3_ExtensionWithMatcher_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return io.envoyproxy.envoy.extensions.common.matching.v3.ExtensionMatcherProto.internal_static_envoy_extensions_common_matching_v3_ExtensionWithMatcher_fieldAccessorTable .ensureFieldAccessorsInitialized( io.envoyproxy.envoy.extensions.common.matching.v3.ExtensionWithMatcher.class, io.envoyproxy.envoy.extensions.common.matching.v3.ExtensionWithMatcher.Builder.class); } public static final int MATCHER_FIELD_NUMBER = 1; private io.envoyproxy.envoy.config.common.matcher.v3.Matcher matcher_; /** *
   * 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.Override @java.lang.Deprecated public boolean hasMatcher() { return matcher_ != null; } /** *
   * 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.Override @java.lang.Deprecated public io.envoyproxy.envoy.config.common.matcher.v3.Matcher getMatcher() { return matcher_ == null ? io.envoyproxy.envoy.config.common.matcher.v3.Matcher.getDefaultInstance() : matcher_; } /** *
   * 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.Override @java.lang.Deprecated public io.envoyproxy.envoy.config.common.matcher.v3.MatcherOrBuilder getMatcherOrBuilder() { return getMatcher(); } public static final int XDS_MATCHER_FIELD_NUMBER = 3; private com.github.xds.type.matcher.v3.Matcher xdsMatcher_; /** *
   * The associated matcher.
   * 
* * .xds.type.matcher.v3.Matcher xds_matcher = 3; * @return Whether the xdsMatcher field is set. */ @java.lang.Override public boolean hasXdsMatcher() { return xdsMatcher_ != null; } /** *
   * The associated matcher.
   * 
* * .xds.type.matcher.v3.Matcher xds_matcher = 3; * @return The xdsMatcher. */ @java.lang.Override public com.github.xds.type.matcher.v3.Matcher getXdsMatcher() { return xdsMatcher_ == null ? com.github.xds.type.matcher.v3.Matcher.getDefaultInstance() : xdsMatcher_; } /** *
   * The associated matcher.
   * 
* * .xds.type.matcher.v3.Matcher xds_matcher = 3; */ @java.lang.Override public com.github.xds.type.matcher.v3.MatcherOrBuilder getXdsMatcherOrBuilder() { return getXdsMatcher(); } public static final int EXTENSION_CONFIG_FIELD_NUMBER = 2; private io.envoyproxy.envoy.config.core.v3.TypedExtensionConfig extensionConfig_; /** *
   * The underlying extension config.
   * 
* * .envoy.config.core.v3.TypedExtensionConfig extension_config = 2 [(.validate.rules) = { ... } * @return Whether the extensionConfig field is set. */ @java.lang.Override public boolean hasExtensionConfig() { return extensionConfig_ != null; } /** *
   * The underlying extension config.
   * 
* * .envoy.config.core.v3.TypedExtensionConfig extension_config = 2 [(.validate.rules) = { ... } * @return The extensionConfig. */ @java.lang.Override public io.envoyproxy.envoy.config.core.v3.TypedExtensionConfig getExtensionConfig() { return extensionConfig_ == null ? io.envoyproxy.envoy.config.core.v3.TypedExtensionConfig.getDefaultInstance() : extensionConfig_; } /** *
   * The underlying extension config.
   * 
* * .envoy.config.core.v3.TypedExtensionConfig extension_config = 2 [(.validate.rules) = { ... } */ @java.lang.Override public io.envoyproxy.envoy.config.core.v3.TypedExtensionConfigOrBuilder getExtensionConfigOrBuilder() { return getExtensionConfig(); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (matcher_ != null) { output.writeMessage(1, getMatcher()); } if (extensionConfig_ != null) { output.writeMessage(2, getExtensionConfig()); } if (xdsMatcher_ != null) { output.writeMessage(3, getXdsMatcher()); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (matcher_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getMatcher()); } if (extensionConfig_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, getExtensionConfig()); } if (xdsMatcher_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, getXdsMatcher()); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof io.envoyproxy.envoy.extensions.common.matching.v3.ExtensionWithMatcher)) { return super.equals(obj); } io.envoyproxy.envoy.extensions.common.matching.v3.ExtensionWithMatcher other = (io.envoyproxy.envoy.extensions.common.matching.v3.ExtensionWithMatcher) obj; if (hasMatcher() != other.hasMatcher()) return false; if (hasMatcher()) { if (!getMatcher() .equals(other.getMatcher())) return false; } if (hasXdsMatcher() != other.hasXdsMatcher()) return false; if (hasXdsMatcher()) { if (!getXdsMatcher() .equals(other.getXdsMatcher())) return false; } if (hasExtensionConfig() != other.hasExtensionConfig()) return false; if (hasExtensionConfig()) { if (!getExtensionConfig() .equals(other.getExtensionConfig())) return false; } if (!unknownFields.equals(other.unknownFields)) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasMatcher()) { hash = (37 * hash) + MATCHER_FIELD_NUMBER; hash = (53 * hash) + getMatcher().hashCode(); } if (hasXdsMatcher()) { hash = (37 * hash) + XDS_MATCHER_FIELD_NUMBER; hash = (53 * hash) + getXdsMatcher().hashCode(); } if (hasExtensionConfig()) { hash = (37 * hash) + EXTENSION_CONFIG_FIELD_NUMBER; hash = (53 * hash) + getExtensionConfig().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static io.envoyproxy.envoy.extensions.common.matching.v3.ExtensionWithMatcher parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static io.envoyproxy.envoy.extensions.common.matching.v3.ExtensionWithMatcher parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static io.envoyproxy.envoy.extensions.common.matching.v3.ExtensionWithMatcher parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static io.envoyproxy.envoy.extensions.common.matching.v3.ExtensionWithMatcher parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static io.envoyproxy.envoy.extensions.common.matching.v3.ExtensionWithMatcher parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static io.envoyproxy.envoy.extensions.common.matching.v3.ExtensionWithMatcher parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static io.envoyproxy.envoy.extensions.common.matching.v3.ExtensionWithMatcher parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static io.envoyproxy.envoy.extensions.common.matching.v3.ExtensionWithMatcher parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static io.envoyproxy.envoy.extensions.common.matching.v3.ExtensionWithMatcher parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static io.envoyproxy.envoy.extensions.common.matching.v3.ExtensionWithMatcher parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static io.envoyproxy.envoy.extensions.common.matching.v3.ExtensionWithMatcher parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static io.envoyproxy.envoy.extensions.common.matching.v3.ExtensionWithMatcher parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(io.envoyproxy.envoy.extensions.common.matching.v3.ExtensionWithMatcher prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
   * Wrapper around an existing extension that provides an associated matcher. This allows
   * decorating an existing extension with a matcher, which can be used to match against
   * relevant protocol data.
   * 
* * Protobuf type {@code envoy.extensions.common.matching.v3.ExtensionWithMatcher} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:envoy.extensions.common.matching.v3.ExtensionWithMatcher) io.envoyproxy.envoy.extensions.common.matching.v3.ExtensionWithMatcherOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return io.envoyproxy.envoy.extensions.common.matching.v3.ExtensionMatcherProto.internal_static_envoy_extensions_common_matching_v3_ExtensionWithMatcher_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return io.envoyproxy.envoy.extensions.common.matching.v3.ExtensionMatcherProto.internal_static_envoy_extensions_common_matching_v3_ExtensionWithMatcher_fieldAccessorTable .ensureFieldAccessorsInitialized( io.envoyproxy.envoy.extensions.common.matching.v3.ExtensionWithMatcher.class, io.envoyproxy.envoy.extensions.common.matching.v3.ExtensionWithMatcher.Builder.class); } // Construct using io.envoyproxy.envoy.extensions.common.matching.v3.ExtensionWithMatcher.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } @java.lang.Override public Builder clear() { super.clear(); if (matcherBuilder_ == null) { matcher_ = null; } else { matcher_ = null; matcherBuilder_ = null; } if (xdsMatcherBuilder_ == null) { xdsMatcher_ = null; } else { xdsMatcher_ = null; xdsMatcherBuilder_ = null; } if (extensionConfigBuilder_ == null) { extensionConfig_ = null; } else { extensionConfig_ = null; extensionConfigBuilder_ = null; } return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return io.envoyproxy.envoy.extensions.common.matching.v3.ExtensionMatcherProto.internal_static_envoy_extensions_common_matching_v3_ExtensionWithMatcher_descriptor; } @java.lang.Override public io.envoyproxy.envoy.extensions.common.matching.v3.ExtensionWithMatcher getDefaultInstanceForType() { return io.envoyproxy.envoy.extensions.common.matching.v3.ExtensionWithMatcher.getDefaultInstance(); } @java.lang.Override public io.envoyproxy.envoy.extensions.common.matching.v3.ExtensionWithMatcher build() { io.envoyproxy.envoy.extensions.common.matching.v3.ExtensionWithMatcher result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public io.envoyproxy.envoy.extensions.common.matching.v3.ExtensionWithMatcher buildPartial() { io.envoyproxy.envoy.extensions.common.matching.v3.ExtensionWithMatcher result = new io.envoyproxy.envoy.extensions.common.matching.v3.ExtensionWithMatcher(this); if (matcherBuilder_ == null) { result.matcher_ = matcher_; } else { result.matcher_ = matcherBuilder_.build(); } if (xdsMatcherBuilder_ == null) { result.xdsMatcher_ = xdsMatcher_; } else { result.xdsMatcher_ = xdsMatcherBuilder_.build(); } if (extensionConfigBuilder_ == null) { result.extensionConfig_ = extensionConfig_; } else { result.extensionConfig_ = extensionConfigBuilder_.build(); } onBuilt(); return result; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof io.envoyproxy.envoy.extensions.common.matching.v3.ExtensionWithMatcher) { return mergeFrom((io.envoyproxy.envoy.extensions.common.matching.v3.ExtensionWithMatcher)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(io.envoyproxy.envoy.extensions.common.matching.v3.ExtensionWithMatcher other) { if (other == io.envoyproxy.envoy.extensions.common.matching.v3.ExtensionWithMatcher.getDefaultInstance()) return this; if (other.hasMatcher()) { mergeMatcher(other.getMatcher()); } if (other.hasXdsMatcher()) { mergeXdsMatcher(other.getXdsMatcher()); } if (other.hasExtensionConfig()) { mergeExtensionConfig(other.getExtensionConfig()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { io.envoyproxy.envoy.extensions.common.matching.v3.ExtensionWithMatcher parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (io.envoyproxy.envoy.extensions.common.matching.v3.ExtensionWithMatcher) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private io.envoyproxy.envoy.config.common.matcher.v3.Matcher matcher_; private com.google.protobuf.SingleFieldBuilderV3< io.envoyproxy.envoy.config.common.matcher.v3.Matcher, io.envoyproxy.envoy.config.common.matcher.v3.Matcher.Builder, io.envoyproxy.envoy.config.common.matcher.v3.MatcherOrBuilder> matcherBuilder_; /** *
     * 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 public boolean hasMatcher() { return matcherBuilder_ != null || matcher_ != null; } /** *
     * 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 public io.envoyproxy.envoy.config.common.matcher.v3.Matcher getMatcher() { if (matcherBuilder_ == null) { return matcher_ == null ? io.envoyproxy.envoy.config.common.matcher.v3.Matcher.getDefaultInstance() : matcher_; } else { return matcherBuilder_.getMessage(); } } /** *
     * 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 public Builder setMatcher(io.envoyproxy.envoy.config.common.matcher.v3.Matcher value) { if (matcherBuilder_ == null) { if (value == null) { throw new NullPointerException(); } matcher_ = value; onChanged(); } else { matcherBuilder_.setMessage(value); } return this; } /** *
     * 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 public Builder setMatcher( io.envoyproxy.envoy.config.common.matcher.v3.Matcher.Builder builderForValue) { if (matcherBuilder_ == null) { matcher_ = builderForValue.build(); onChanged(); } else { matcherBuilder_.setMessage(builderForValue.build()); } return this; } /** *
     * 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 public Builder mergeMatcher(io.envoyproxy.envoy.config.common.matcher.v3.Matcher value) { if (matcherBuilder_ == null) { if (matcher_ != null) { matcher_ = io.envoyproxy.envoy.config.common.matcher.v3.Matcher.newBuilder(matcher_).mergeFrom(value).buildPartial(); } else { matcher_ = value; } onChanged(); } else { matcherBuilder_.mergeFrom(value); } return this; } /** *
     * 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 public Builder clearMatcher() { if (matcherBuilder_ == null) { matcher_ = null; onChanged(); } else { matcher_ = null; matcherBuilder_ = null; } return this; } /** *
     * 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 public io.envoyproxy.envoy.config.common.matcher.v3.Matcher.Builder getMatcherBuilder() { onChanged(); return getMatcherFieldBuilder().getBuilder(); } /** *
     * 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 public io.envoyproxy.envoy.config.common.matcher.v3.MatcherOrBuilder getMatcherOrBuilder() { if (matcherBuilder_ != null) { return matcherBuilder_.getMessageOrBuilder(); } else { return matcher_ == null ? io.envoyproxy.envoy.config.common.matcher.v3.Matcher.getDefaultInstance() : matcher_; } } /** *
     * 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"]; */ private com.google.protobuf.SingleFieldBuilderV3< io.envoyproxy.envoy.config.common.matcher.v3.Matcher, io.envoyproxy.envoy.config.common.matcher.v3.Matcher.Builder, io.envoyproxy.envoy.config.common.matcher.v3.MatcherOrBuilder> getMatcherFieldBuilder() { if (matcherBuilder_ == null) { matcherBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< io.envoyproxy.envoy.config.common.matcher.v3.Matcher, io.envoyproxy.envoy.config.common.matcher.v3.Matcher.Builder, io.envoyproxy.envoy.config.common.matcher.v3.MatcherOrBuilder>( getMatcher(), getParentForChildren(), isClean()); matcher_ = null; } return matcherBuilder_; } private com.github.xds.type.matcher.v3.Matcher xdsMatcher_; private com.google.protobuf.SingleFieldBuilderV3< com.github.xds.type.matcher.v3.Matcher, com.github.xds.type.matcher.v3.Matcher.Builder, com.github.xds.type.matcher.v3.MatcherOrBuilder> xdsMatcherBuilder_; /** *
     * The associated matcher.
     * 
* * .xds.type.matcher.v3.Matcher xds_matcher = 3; * @return Whether the xdsMatcher field is set. */ public boolean hasXdsMatcher() { return xdsMatcherBuilder_ != null || xdsMatcher_ != null; } /** *
     * The associated matcher.
     * 
* * .xds.type.matcher.v3.Matcher xds_matcher = 3; * @return The xdsMatcher. */ public com.github.xds.type.matcher.v3.Matcher getXdsMatcher() { if (xdsMatcherBuilder_ == null) { return xdsMatcher_ == null ? com.github.xds.type.matcher.v3.Matcher.getDefaultInstance() : xdsMatcher_; } else { return xdsMatcherBuilder_.getMessage(); } } /** *
     * The associated matcher.
     * 
* * .xds.type.matcher.v3.Matcher xds_matcher = 3; */ public Builder setXdsMatcher(com.github.xds.type.matcher.v3.Matcher value) { if (xdsMatcherBuilder_ == null) { if (value == null) { throw new NullPointerException(); } xdsMatcher_ = value; onChanged(); } else { xdsMatcherBuilder_.setMessage(value); } return this; } /** *
     * The associated matcher.
     * 
* * .xds.type.matcher.v3.Matcher xds_matcher = 3; */ public Builder setXdsMatcher( com.github.xds.type.matcher.v3.Matcher.Builder builderForValue) { if (xdsMatcherBuilder_ == null) { xdsMatcher_ = builderForValue.build(); onChanged(); } else { xdsMatcherBuilder_.setMessage(builderForValue.build()); } return this; } /** *
     * The associated matcher.
     * 
* * .xds.type.matcher.v3.Matcher xds_matcher = 3; */ public Builder mergeXdsMatcher(com.github.xds.type.matcher.v3.Matcher value) { if (xdsMatcherBuilder_ == null) { if (xdsMatcher_ != null) { xdsMatcher_ = com.github.xds.type.matcher.v3.Matcher.newBuilder(xdsMatcher_).mergeFrom(value).buildPartial(); } else { xdsMatcher_ = value; } onChanged(); } else { xdsMatcherBuilder_.mergeFrom(value); } return this; } /** *
     * The associated matcher.
     * 
* * .xds.type.matcher.v3.Matcher xds_matcher = 3; */ public Builder clearXdsMatcher() { if (xdsMatcherBuilder_ == null) { xdsMatcher_ = null; onChanged(); } else { xdsMatcher_ = null; xdsMatcherBuilder_ = null; } return this; } /** *
     * The associated matcher.
     * 
* * .xds.type.matcher.v3.Matcher xds_matcher = 3; */ public com.github.xds.type.matcher.v3.Matcher.Builder getXdsMatcherBuilder() { onChanged(); return getXdsMatcherFieldBuilder().getBuilder(); } /** *
     * The associated matcher.
     * 
* * .xds.type.matcher.v3.Matcher xds_matcher = 3; */ public com.github.xds.type.matcher.v3.MatcherOrBuilder getXdsMatcherOrBuilder() { if (xdsMatcherBuilder_ != null) { return xdsMatcherBuilder_.getMessageOrBuilder(); } else { return xdsMatcher_ == null ? com.github.xds.type.matcher.v3.Matcher.getDefaultInstance() : xdsMatcher_; } } /** *
     * The associated matcher.
     * 
* * .xds.type.matcher.v3.Matcher xds_matcher = 3; */ private com.google.protobuf.SingleFieldBuilderV3< com.github.xds.type.matcher.v3.Matcher, com.github.xds.type.matcher.v3.Matcher.Builder, com.github.xds.type.matcher.v3.MatcherOrBuilder> getXdsMatcherFieldBuilder() { if (xdsMatcherBuilder_ == null) { xdsMatcherBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.github.xds.type.matcher.v3.Matcher, com.github.xds.type.matcher.v3.Matcher.Builder, com.github.xds.type.matcher.v3.MatcherOrBuilder>( getXdsMatcher(), getParentForChildren(), isClean()); xdsMatcher_ = null; } return xdsMatcherBuilder_; } private io.envoyproxy.envoy.config.core.v3.TypedExtensionConfig extensionConfig_; private com.google.protobuf.SingleFieldBuilderV3< io.envoyproxy.envoy.config.core.v3.TypedExtensionConfig, io.envoyproxy.envoy.config.core.v3.TypedExtensionConfig.Builder, io.envoyproxy.envoy.config.core.v3.TypedExtensionConfigOrBuilder> extensionConfigBuilder_; /** *
     * The underlying extension config.
     * 
* * .envoy.config.core.v3.TypedExtensionConfig extension_config = 2 [(.validate.rules) = { ... } * @return Whether the extensionConfig field is set. */ public boolean hasExtensionConfig() { return extensionConfigBuilder_ != null || extensionConfig_ != null; } /** *
     * The underlying extension config.
     * 
* * .envoy.config.core.v3.TypedExtensionConfig extension_config = 2 [(.validate.rules) = { ... } * @return The extensionConfig. */ public io.envoyproxy.envoy.config.core.v3.TypedExtensionConfig getExtensionConfig() { if (extensionConfigBuilder_ == null) { return extensionConfig_ == null ? io.envoyproxy.envoy.config.core.v3.TypedExtensionConfig.getDefaultInstance() : extensionConfig_; } else { return extensionConfigBuilder_.getMessage(); } } /** *
     * The underlying extension config.
     * 
* * .envoy.config.core.v3.TypedExtensionConfig extension_config = 2 [(.validate.rules) = { ... } */ public Builder setExtensionConfig(io.envoyproxy.envoy.config.core.v3.TypedExtensionConfig value) { if (extensionConfigBuilder_ == null) { if (value == null) { throw new NullPointerException(); } extensionConfig_ = value; onChanged(); } else { extensionConfigBuilder_.setMessage(value); } return this; } /** *
     * The underlying extension config.
     * 
* * .envoy.config.core.v3.TypedExtensionConfig extension_config = 2 [(.validate.rules) = { ... } */ public Builder setExtensionConfig( io.envoyproxy.envoy.config.core.v3.TypedExtensionConfig.Builder builderForValue) { if (extensionConfigBuilder_ == null) { extensionConfig_ = builderForValue.build(); onChanged(); } else { extensionConfigBuilder_.setMessage(builderForValue.build()); } return this; } /** *
     * The underlying extension config.
     * 
* * .envoy.config.core.v3.TypedExtensionConfig extension_config = 2 [(.validate.rules) = { ... } */ public Builder mergeExtensionConfig(io.envoyproxy.envoy.config.core.v3.TypedExtensionConfig value) { if (extensionConfigBuilder_ == null) { if (extensionConfig_ != null) { extensionConfig_ = io.envoyproxy.envoy.config.core.v3.TypedExtensionConfig.newBuilder(extensionConfig_).mergeFrom(value).buildPartial(); } else { extensionConfig_ = value; } onChanged(); } else { extensionConfigBuilder_.mergeFrom(value); } return this; } /** *
     * The underlying extension config.
     * 
* * .envoy.config.core.v3.TypedExtensionConfig extension_config = 2 [(.validate.rules) = { ... } */ public Builder clearExtensionConfig() { if (extensionConfigBuilder_ == null) { extensionConfig_ = null; onChanged(); } else { extensionConfig_ = null; extensionConfigBuilder_ = null; } return this; } /** *
     * The underlying extension config.
     * 
* * .envoy.config.core.v3.TypedExtensionConfig extension_config = 2 [(.validate.rules) = { ... } */ public io.envoyproxy.envoy.config.core.v3.TypedExtensionConfig.Builder getExtensionConfigBuilder() { onChanged(); return getExtensionConfigFieldBuilder().getBuilder(); } /** *
     * The underlying extension config.
     * 
* * .envoy.config.core.v3.TypedExtensionConfig extension_config = 2 [(.validate.rules) = { ... } */ public io.envoyproxy.envoy.config.core.v3.TypedExtensionConfigOrBuilder getExtensionConfigOrBuilder() { if (extensionConfigBuilder_ != null) { return extensionConfigBuilder_.getMessageOrBuilder(); } else { return extensionConfig_ == null ? io.envoyproxy.envoy.config.core.v3.TypedExtensionConfig.getDefaultInstance() : extensionConfig_; } } /** *
     * The underlying extension config.
     * 
* * .envoy.config.core.v3.TypedExtensionConfig extension_config = 2 [(.validate.rules) = { ... } */ private com.google.protobuf.SingleFieldBuilderV3< io.envoyproxy.envoy.config.core.v3.TypedExtensionConfig, io.envoyproxy.envoy.config.core.v3.TypedExtensionConfig.Builder, io.envoyproxy.envoy.config.core.v3.TypedExtensionConfigOrBuilder> getExtensionConfigFieldBuilder() { if (extensionConfigBuilder_ == null) { extensionConfigBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< io.envoyproxy.envoy.config.core.v3.TypedExtensionConfig, io.envoyproxy.envoy.config.core.v3.TypedExtensionConfig.Builder, io.envoyproxy.envoy.config.core.v3.TypedExtensionConfigOrBuilder>( getExtensionConfig(), getParentForChildren(), isClean()); extensionConfig_ = null; } return extensionConfigBuilder_; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:envoy.extensions.common.matching.v3.ExtensionWithMatcher) } // @@protoc_insertion_point(class_scope:envoy.extensions.common.matching.v3.ExtensionWithMatcher) private static final io.envoyproxy.envoy.extensions.common.matching.v3.ExtensionWithMatcher DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new io.envoyproxy.envoy.extensions.common.matching.v3.ExtensionWithMatcher(); } public static io.envoyproxy.envoy.extensions.common.matching.v3.ExtensionWithMatcher getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public ExtensionWithMatcher parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new ExtensionWithMatcher(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public io.envoyproxy.envoy.extensions.common.matching.v3.ExtensionWithMatcher getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy