public static final class ExtensionWithMatcher.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ExtensionWithMatcher.Builder> implements ExtensionWithMatcherOrBuilder
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
envoy.extensions.common.matching.v3.ExtensionWithMatchergetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ExtensionWithMatcher.Builder>public ExtensionWithMatcher.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ExtensionWithMatcher.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ExtensionWithMatcher.Builder>public ExtensionWithMatcher getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ExtensionWithMatcher build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ExtensionWithMatcher buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ExtensionWithMatcher.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ExtensionWithMatcher.Builder>public ExtensionWithMatcher.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ExtensionWithMatcher.Builder>public ExtensionWithMatcher.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ExtensionWithMatcher.Builder>public ExtensionWithMatcher.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ExtensionWithMatcher.Builder>public ExtensionWithMatcher.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ExtensionWithMatcher.Builder>public ExtensionWithMatcher.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ExtensionWithMatcher.Builder>public ExtensionWithMatcher.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ExtensionWithMatcher.Builder>public ExtensionWithMatcher.Builder mergeFrom(ExtensionWithMatcher other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ExtensionWithMatcher.Builder>public ExtensionWithMatcher.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ExtensionWithMatcher.Builder>IOExceptionpublic boolean hasMatcher()
The associated matcher.
.envoy.config.common.matcher.v3.Matcher matcher = 1 [(.validate.rules) = { ... }hasMatcher in interface ExtensionWithMatcherOrBuilderpublic Matcher getMatcher()
The associated matcher.
.envoy.config.common.matcher.v3.Matcher matcher = 1 [(.validate.rules) = { ... }getMatcher in interface ExtensionWithMatcherOrBuilderpublic ExtensionWithMatcher.Builder setMatcher(Matcher value)
The associated matcher.
.envoy.config.common.matcher.v3.Matcher matcher = 1 [(.validate.rules) = { ... }public ExtensionWithMatcher.Builder setMatcher(Matcher.Builder builderForValue)
The associated matcher.
.envoy.config.common.matcher.v3.Matcher matcher = 1 [(.validate.rules) = { ... }public ExtensionWithMatcher.Builder mergeMatcher(Matcher value)
The associated matcher.
.envoy.config.common.matcher.v3.Matcher matcher = 1 [(.validate.rules) = { ... }public ExtensionWithMatcher.Builder clearMatcher()
The associated matcher.
.envoy.config.common.matcher.v3.Matcher matcher = 1 [(.validate.rules) = { ... }public Matcher.Builder getMatcherBuilder()
The associated matcher.
.envoy.config.common.matcher.v3.Matcher matcher = 1 [(.validate.rules) = { ... }public MatcherOrBuilder getMatcherOrBuilder()
The associated matcher.
.envoy.config.common.matcher.v3.Matcher matcher = 1 [(.validate.rules) = { ... }getMatcherOrBuilder in interface ExtensionWithMatcherOrBuilderpublic boolean hasExtensionConfig()
The underlying extension config.
.envoy.config.core.v3.TypedExtensionConfig extension_config = 2 [(.validate.rules) = { ... }hasExtensionConfig in interface ExtensionWithMatcherOrBuilderpublic TypedExtensionConfig getExtensionConfig()
The underlying extension config.
.envoy.config.core.v3.TypedExtensionConfig extension_config = 2 [(.validate.rules) = { ... }getExtensionConfig in interface ExtensionWithMatcherOrBuilderpublic ExtensionWithMatcher.Builder setExtensionConfig(TypedExtensionConfig value)
The underlying extension config.
.envoy.config.core.v3.TypedExtensionConfig extension_config = 2 [(.validate.rules) = { ... }public ExtensionWithMatcher.Builder setExtensionConfig(TypedExtensionConfig.Builder builderForValue)
The underlying extension config.
.envoy.config.core.v3.TypedExtensionConfig extension_config = 2 [(.validate.rules) = { ... }public ExtensionWithMatcher.Builder mergeExtensionConfig(TypedExtensionConfig value)
The underlying extension config.
.envoy.config.core.v3.TypedExtensionConfig extension_config = 2 [(.validate.rules) = { ... }public ExtensionWithMatcher.Builder clearExtensionConfig()
The underlying extension config.
.envoy.config.core.v3.TypedExtensionConfig extension_config = 2 [(.validate.rules) = { ... }public TypedExtensionConfig.Builder getExtensionConfigBuilder()
The underlying extension config.
.envoy.config.core.v3.TypedExtensionConfig extension_config = 2 [(.validate.rules) = { ... }public TypedExtensionConfigOrBuilder getExtensionConfigOrBuilder()
The underlying extension config.
.envoy.config.core.v3.TypedExtensionConfig extension_config = 2 [(.validate.rules) = { ... }getExtensionConfigOrBuilder in interface ExtensionWithMatcherOrBuilderpublic final ExtensionWithMatcher.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ExtensionWithMatcher.Builder>public final ExtensionWithMatcher.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ExtensionWithMatcher.Builder>Copyright © 2018–2021 The Envoy Project. All rights reserved.