public static final class Config.Rule extends com.google.protobuf.GeneratedMessageV3 implements Config.RuleOrBuilder
A Rule defines what metadata to apply when a header is present or missing. [#next-free-field: 6]Protobuf type
envoy.extensions.filters.http.header_to_metadata.v4alpha.Config.Rule| Modifier and Type | Class and Description |
|---|---|
static class |
Config.Rule.Builder
A Rule defines what metadata to apply when a header is present or missing.
|
static class |
Config.Rule.HeaderCookieSpecifierCase |
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, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
COOKIE_FIELD_NUMBER |
static int |
HEADER_FIELD_NUMBER |
static int |
ON_MISSING_FIELD_NUMBER |
static int |
ON_PRESENT_FIELD_NUMBER |
static int |
REMOVE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCookie()
The cookie to be extracted.
|
com.google.protobuf.ByteString |
getCookieBytes()
The cookie to be extracted.
|
static Config.Rule |
getDefaultInstance() |
Config.Rule |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getHeader()
Specifies that a match will be performed on the value of a header or a cookie.
|
com.google.protobuf.ByteString |
getHeaderBytes()
Specifies that a match will be performed on the value of a header or a cookie.
|
Config.Rule.HeaderCookieSpecifierCase |
getHeaderCookieSpecifierCase() |
Config.KeyValuePair |
getOnMissing()
If the header or cookie is not present, apply this metadata KeyValuePair.
|
Config.KeyValuePairOrBuilder |
getOnMissingOrBuilder()
If the header or cookie is not present, apply this metadata KeyValuePair.
|
Config.KeyValuePair |
getOnPresent()
If the header or cookie is present, apply this metadata KeyValuePair.
|
Config.KeyValuePairOrBuilder |
getOnPresentOrBuilder()
If the header or cookie is present, apply this metadata KeyValuePair.
|
com.google.protobuf.Parser<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 |
hasOnMissing()
If the header or cookie is not present, apply this metadata KeyValuePair.
|
boolean |
hasOnPresent()
If the header or cookie is present, apply this metadata KeyValuePair.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Config.Rule.Builder |
newBuilder() |
static Config.Rule.Builder |
newBuilder(Config.Rule prototype) |
Config.Rule.Builder |
newBuilderForType() |
protected Config.Rule.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static Config.Rule |
parseDelimitedFrom(InputStream input) |
static Config.Rule |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Config.Rule |
parseFrom(byte[] data) |
static Config.Rule |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Config.Rule |
parseFrom(ByteBuffer data) |
static Config.Rule |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Config.Rule |
parseFrom(com.google.protobuf.ByteString data) |
static Config.Rule |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Config.Rule |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Config.Rule |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Config.Rule |
parseFrom(InputStream input) |
static Config.Rule |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Config.Rule> |
parser() |
Config.Rule.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, 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 COOKIE_FIELD_NUMBER
public static final int ON_PRESENT_FIELD_NUMBER
public static final int ON_MISSING_FIELD_NUMBER
public static final int REMOVE_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public 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 Config.Rule.HeaderCookieSpecifierCase getHeaderCookieSpecifierCase()
getHeaderCookieSpecifierCase in interface Config.RuleOrBuilderpublic String getHeader()
Specifies that a match will be performed on the value of a header or a cookie. The header to be extracted.
string header = 1 [(.validate.rules) = { ... }getHeader in interface Config.RuleOrBuilderpublic com.google.protobuf.ByteString getHeaderBytes()
Specifies that a match will be performed on the value of a header or a cookie. The header to be extracted.
string header = 1 [(.validate.rules) = { ... }getHeaderBytes in interface Config.RuleOrBuilderpublic String getCookie()
The cookie to be extracted.
string cookie = 5 [(.validate.rules) = { ... }getCookie in interface Config.RuleOrBuilderpublic com.google.protobuf.ByteString getCookieBytes()
The cookie to be extracted.
string cookie = 5 [(.validate.rules) = { ... }getCookieBytes in interface Config.RuleOrBuilderpublic boolean hasOnPresent()
If the header or cookie is present, apply this metadata KeyValuePair. If the value in the KeyValuePair is non-empty, it'll be used instead of the header or cookie value.
.envoy.extensions.filters.http.header_to_metadata.v4alpha.Config.KeyValuePair on_present = 2;hasOnPresent in interface Config.RuleOrBuilderpublic Config.KeyValuePair getOnPresent()
If the header or cookie is present, apply this metadata KeyValuePair. If the value in the KeyValuePair is non-empty, it'll be used instead of the header or cookie value.
.envoy.extensions.filters.http.header_to_metadata.v4alpha.Config.KeyValuePair on_present = 2;getOnPresent in interface Config.RuleOrBuilderpublic Config.KeyValuePairOrBuilder getOnPresentOrBuilder()
If the header or cookie is present, apply this metadata KeyValuePair. If the value in the KeyValuePair is non-empty, it'll be used instead of the header or cookie value.
.envoy.extensions.filters.http.header_to_metadata.v4alpha.Config.KeyValuePair on_present = 2;getOnPresentOrBuilder in interface Config.RuleOrBuilderpublic boolean hasOnMissing()
If the header or cookie 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 or cookie value.
.envoy.extensions.filters.http.header_to_metadata.v4alpha.Config.KeyValuePair on_missing = 3;hasOnMissing in interface Config.RuleOrBuilderpublic Config.KeyValuePair getOnMissing()
If the header or cookie 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 or cookie value.
.envoy.extensions.filters.http.header_to_metadata.v4alpha.Config.KeyValuePair on_missing = 3;getOnMissing in interface Config.RuleOrBuilderpublic Config.KeyValuePairOrBuilder getOnMissingOrBuilder()
If the header or cookie 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 or cookie value.
.envoy.extensions.filters.http.header_to_metadata.v4alpha.Config.KeyValuePair on_missing = 3;getOnMissingOrBuilder in interface Config.RuleOrBuilderpublic boolean getRemove()
Whether or not to remove the header after a rule is applied. This prevents headers from leaking. This field is not supported in case of a cookie.
bool remove = 4;getRemove in interface 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 Config.Rule parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Config.Rule parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Config.Rule parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Config.Rule parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Config.Rule parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Config.Rule parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Config.Rule parseFrom(InputStream input) throws IOException
IOExceptionpublic static Config.Rule parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Config.Rule parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Config.Rule parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Config.Rule parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Config.Rule parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Config.Rule.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Config.Rule.Builder newBuilder()
public static Config.Rule.Builder newBuilder(Config.Rule prototype)
public Config.Rule.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Config.Rule.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Config.Rule getDefaultInstance()
public static com.google.protobuf.Parser<Config.Rule> parser()
public com.google.protobuf.Parser<Config.Rule> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Config.Rule getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2018–2021 The Envoy Project. All rights reserved.