public static interface RateLimit.Action.DynamicMetaDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue()
An optional value to use if *metadata_key* is empty.
|
com.google.protobuf.ByteString |
getDefaultValueBytes()
An optional value to use if *metadata_key* is empty.
|
String |
getDescriptorKey()
The key to use in the descriptor entry.
|
com.google.protobuf.ByteString |
getDescriptorKeyBytes()
The key to use in the descriptor entry.
|
MetadataKey |
getMetadataKey()
Metadata struct that defines the key and path to retrieve the string value.
|
MetadataKeyOrBuilder |
getMetadataKeyOrBuilder()
Metadata struct that defines the key and path to retrieve the string value.
|
boolean |
hasMetadataKey()
Metadata struct that defines the key and path to retrieve the string value.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDescriptorKey()
The key to use in the descriptor entry.
string descriptor_key = 1 [(.validate.rules) = { ... }com.google.protobuf.ByteString getDescriptorKeyBytes()
The key to use in the descriptor entry.
string descriptor_key = 1 [(.validate.rules) = { ... }boolean hasMetadataKey()
Metadata struct that defines the key and path to retrieve the string value. A match will only happen if the value in the dynamic metadata is of type string.
.envoy.type.metadata.v3.MetadataKey metadata_key = 2 [(.validate.rules) = { ... }MetadataKey getMetadataKey()
Metadata struct that defines the key and path to retrieve the string value. A match will only happen if the value in the dynamic metadata is of type string.
.envoy.type.metadata.v3.MetadataKey metadata_key = 2 [(.validate.rules) = { ... }MetadataKeyOrBuilder getMetadataKeyOrBuilder()
Metadata struct that defines the key and path to retrieve the string value. A match will only happen if the value in the dynamic metadata is of type string.
.envoy.type.metadata.v3.MetadataKey metadata_key = 2 [(.validate.rules) = { ... }String getDefaultValue()
An optional value to use if *metadata_key* is empty. If not set and no value is present under the metadata_key then no descriptor is generated.
string default_value = 3;com.google.protobuf.ByteString getDefaultValueBytes()
An optional value to use if *metadata_key* is empty. If not set and no value is present under the metadata_key then no descriptor is generated.
string default_value = 3;Copyright © 2018–2021 The Envoy Project. All rights reserved.