public static final class HeaderToMetadata.Config.Rule extends com.google.protobuf.GeneratedMessageV3 implements HeaderToMetadata.Config.RuleOrBuilder
A Rule defines what metadata to apply when a header is present or missing.Protobuf type
envoy.config.filter.http.header_to_metadata.v2.Config.Rule| Modifier and Type | Class and Description |
|---|---|
static class |
HeaderToMetadata.Config.Rule.Builder
A Rule defines what metadata to apply when a header is present or missing.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
HEADER_FIELD_NUMBER |
static int |
ON_HEADER_MISSING_FIELD_NUMBER |
static int |
ON_HEADER_PRESENT_FIELD_NUMBER |
static int |
REMOVE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static HeaderToMetadata.Config.Rule |
getDefaultInstance() |
HeaderToMetadata.Config.Rule |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getHeader()
The header that triggers this rule — required.
|
com.google.protobuf.ByteString |
getHeaderBytes()
The header that triggers this rule — required.
|
HeaderToMetadata.Config.KeyValuePair |
getOnHeaderMissing()
If the header is not present, apply this metadata KeyValuePair.
|
HeaderToMetadata.Config.KeyValuePairOrBuilder |
getOnHeaderMissingOrBuilder()
If the header is not present, apply this metadata KeyValuePair.
|
HeaderToMetadata.Config.KeyValuePair |
getOnHeaderPresent()
If the header is present, apply this metadata KeyValuePair.
|
HeaderToMetadata.Config.KeyValuePairOrBuilder |
getOnHeaderPresentOrBuilder()
If the header is present, apply this metadata KeyValuePair.
|
com.google.protobuf.Parser<HeaderToMetadata.Config.Rule> |
getParserForType() |
boolean |
getRemove()
Whether or not to remove the header after a rule is applied.
|
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasOnHeaderMissing()
If the header is not present, apply this metadata KeyValuePair.
|
boolean |
hasOnHeaderPresent()
If the header is present, apply this metadata KeyValuePair.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static HeaderToMetadata.Config.Rule.Builder |
newBuilder() |
static HeaderToMetadata.Config.Rule.Builder |
newBuilder(HeaderToMetadata.Config.Rule prototype) |
HeaderToMetadata.Config.Rule.Builder |
newBuilderForType() |
protected HeaderToMetadata.Config.Rule.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static HeaderToMetadata.Config.Rule |
parseDelimitedFrom(InputStream input) |
static HeaderToMetadata.Config.Rule |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HeaderToMetadata.Config.Rule |
parseFrom(byte[] data) |
static HeaderToMetadata.Config.Rule |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HeaderToMetadata.Config.Rule |
parseFrom(ByteBuffer data) |
static HeaderToMetadata.Config.Rule |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HeaderToMetadata.Config.Rule |
parseFrom(com.google.protobuf.ByteString data) |
static HeaderToMetadata.Config.Rule |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HeaderToMetadata.Config.Rule |
parseFrom(com.google.protobuf.CodedInputStream input) |
static HeaderToMetadata.Config.Rule |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HeaderToMetadata.Config.Rule |
parseFrom(InputStream input) |
static HeaderToMetadata.Config.Rule |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<HeaderToMetadata.Config.Rule> |
parser() |
HeaderToMetadata.Config.Rule.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int HEADER_FIELD_NUMBER
public static final int ON_HEADER_PRESENT_FIELD_NUMBER
public static final int ON_HEADER_MISSING_FIELD_NUMBER
public static final int REMOVE_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getHeader()
The header that triggers this rule — required.
string header = 1 [(.validate.rules) = { ... }getHeader in interface HeaderToMetadata.Config.RuleOrBuilderpublic com.google.protobuf.ByteString getHeaderBytes()
The header that triggers this rule — required.
string header = 1 [(.validate.rules) = { ... }getHeaderBytes in interface HeaderToMetadata.Config.RuleOrBuilderpublic boolean hasOnHeaderPresent()
If the header is present, apply this metadata KeyValuePair. If the value in the KeyValuePair is non-empty, it'll be used instead of the header value.
.envoy.config.filter.http.header_to_metadata.v2.Config.KeyValuePair on_header_present = 2;hasOnHeaderPresent in interface HeaderToMetadata.Config.RuleOrBuilderpublic HeaderToMetadata.Config.KeyValuePair getOnHeaderPresent()
If the header is present, apply this metadata KeyValuePair. If the value in the KeyValuePair is non-empty, it'll be used instead of the header value.
.envoy.config.filter.http.header_to_metadata.v2.Config.KeyValuePair on_header_present = 2;getOnHeaderPresent in interface HeaderToMetadata.Config.RuleOrBuilderpublic HeaderToMetadata.Config.KeyValuePairOrBuilder getOnHeaderPresentOrBuilder()
If the header is present, apply this metadata KeyValuePair. If the value in the KeyValuePair is non-empty, it'll be used instead of the header value.
.envoy.config.filter.http.header_to_metadata.v2.Config.KeyValuePair on_header_present = 2;getOnHeaderPresentOrBuilder in interface HeaderToMetadata.Config.RuleOrBuilderpublic boolean hasOnHeaderMissing()
If the header is not present, apply this metadata KeyValuePair. The value in the KeyValuePair must be set, since it'll be used in lieu of the missing header value.
.envoy.config.filter.http.header_to_metadata.v2.Config.KeyValuePair on_header_missing = 3;hasOnHeaderMissing in interface HeaderToMetadata.Config.RuleOrBuilderpublic HeaderToMetadata.Config.KeyValuePair getOnHeaderMissing()
If the header is not present, apply this metadata KeyValuePair. The value in the KeyValuePair must be set, since it'll be used in lieu of the missing header value.
.envoy.config.filter.http.header_to_metadata.v2.Config.KeyValuePair on_header_missing = 3;getOnHeaderMissing in interface HeaderToMetadata.Config.RuleOrBuilderpublic HeaderToMetadata.Config.KeyValuePairOrBuilder getOnHeaderMissingOrBuilder()
If the header is not present, apply this metadata KeyValuePair. The value in the KeyValuePair must be set, since it'll be used in lieu of the missing header value.
.envoy.config.filter.http.header_to_metadata.v2.Config.KeyValuePair on_header_missing = 3;getOnHeaderMissingOrBuilder in interface HeaderToMetadata.Config.RuleOrBuilderpublic boolean getRemove()
Whether or not to remove the header after a rule is applied. This prevents headers from leaking.
bool remove = 4;getRemove in interface HeaderToMetadata.Config.RuleOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static HeaderToMetadata.Config.Rule parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HeaderToMetadata.Config.Rule parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HeaderToMetadata.Config.Rule parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HeaderToMetadata.Config.Rule parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HeaderToMetadata.Config.Rule parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HeaderToMetadata.Config.Rule parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HeaderToMetadata.Config.Rule parseFrom(InputStream input) throws IOException
IOExceptionpublic static HeaderToMetadata.Config.Rule parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HeaderToMetadata.Config.Rule parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static HeaderToMetadata.Config.Rule parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HeaderToMetadata.Config.Rule parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static HeaderToMetadata.Config.Rule parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic HeaderToMetadata.Config.Rule.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static HeaderToMetadata.Config.Rule.Builder newBuilder()
public static HeaderToMetadata.Config.Rule.Builder newBuilder(HeaderToMetadata.Config.Rule prototype)
public HeaderToMetadata.Config.Rule.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected HeaderToMetadata.Config.Rule.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static HeaderToMetadata.Config.Rule getDefaultInstance()
public static com.google.protobuf.Parser<HeaderToMetadata.Config.Rule> parser()
public com.google.protobuf.Parser<HeaderToMetadata.Config.Rule> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public HeaderToMetadata.Config.Rule getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2018 The Envoy Project. All rights reserved.