public static interface CustomTag.EnvironmentOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue()
When the environment variable is not found,
the tag value will be populated with this default value if specified,
otherwise no tag will be populated.
|
com.google.protobuf.ByteString |
getDefaultValueBytes()
When the environment variable is not found,
the tag value will be populated with this default value if specified,
otherwise no tag will be populated.
|
String |
getName()
Environment variable name to obtain the value to populate the tag value.
|
com.google.protobuf.ByteString |
getNameBytes()
Environment variable name to obtain the value to populate the tag value.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Environment variable name to obtain the value to populate the tag value.
string name = 1 [(.validate.rules) = { ... }com.google.protobuf.ByteString getNameBytes()
Environment variable name to obtain the value to populate the tag value.
string name = 1 [(.validate.rules) = { ... }String getDefaultValue()
When the environment variable is not found, the tag value will be populated with this default value if specified, otherwise no tag will be populated.
string default_value = 2;com.google.protobuf.ByteString getDefaultValueBytes()
When the environment variable is not found, the tag value will be populated with this default value if specified, otherwise no tag will be populated.
string default_value = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.