Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
// 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.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.
*