public static interface CustomTag.MetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue()
When no valid metadata is found,
the tag value would be populated with this default value if specified,
otherwise no tag would be populated.
|
com.google.protobuf.ByteString |
getDefaultValueBytes()
When no valid metadata is found,
the tag value would be populated with this default value if specified,
otherwise no tag would be populated.
|
MetadataKind |
getKind()
Specify what kind of metadata to obtain tag value from.
|
MetadataKindOrBuilder |
getKindOrBuilder()
Specify what kind of metadata to obtain tag value from.
|
MetadataKey |
getMetadataKey()
Metadata key to define the path to retrieve the tag value.
|
MetadataKeyOrBuilder |
getMetadataKeyOrBuilder()
Metadata key to define the path to retrieve the tag value.
|
boolean |
hasKind()
Specify what kind of metadata to obtain tag value from.
|
boolean |
hasMetadataKey()
Metadata key to define the path to retrieve the tag value.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasKind()
Specify what kind of metadata to obtain tag value from.
.envoy.type.metadata.v2.MetadataKind kind = 1;MetadataKind getKind()
Specify what kind of metadata to obtain tag value from.
.envoy.type.metadata.v2.MetadataKind kind = 1;MetadataKindOrBuilder getKindOrBuilder()
Specify what kind of metadata to obtain tag value from.
.envoy.type.metadata.v2.MetadataKind kind = 1;boolean hasMetadataKey()
Metadata key to define the path to retrieve the tag value.
.envoy.type.metadata.v2.MetadataKey metadata_key = 2;MetadataKey getMetadataKey()
Metadata key to define the path to retrieve the tag value.
.envoy.type.metadata.v2.MetadataKey metadata_key = 2;MetadataKeyOrBuilder getMetadataKeyOrBuilder()
Metadata key to define the path to retrieve the tag value.
.envoy.type.metadata.v2.MetadataKey metadata_key = 2;String getDefaultValue()
When no valid metadata is found, the tag value would be populated with this default value if specified, otherwise no tag would be populated.
string default_value = 3;com.google.protobuf.ByteString getDefaultValueBytes()
When no valid metadata is found, the tag value would be populated with this default value if specified, otherwise no tag would be populated.
string default_value = 3;Copyright © 2018–2021 The Envoy Project. All rights reserved.