CustomTag.Environment.Builder |
CustomTag.Environment.Builder.clear() |
|
CustomTag.Environment.Builder |
CustomTag.Environment.Builder.clearDefaultValue() |
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.
|
CustomTag.Environment.Builder |
CustomTag.Environment.Builder.clearName() |
Environment variable name to obtain the value to populate the tag value.
|
CustomTag.Environment.Builder |
CustomTag.Builder.getEnvironmentBuilder() |
An environment custom tag.
|
CustomTag.Environment.Builder |
CustomTag.Environment.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
CustomTag.Environment.Builder |
CustomTag.Environment.Builder.mergeFrom(com.google.protobuf.Message other) |
|
CustomTag.Environment.Builder |
CustomTag.Environment.Builder.mergeFrom(CustomTag.Environment other) |
|
static CustomTag.Environment.Builder |
CustomTag.Environment.newBuilder() |
|
static CustomTag.Environment.Builder |
CustomTag.Environment.newBuilder(CustomTag.Environment prototype) |
|
CustomTag.Environment.Builder |
CustomTag.Environment.newBuilderForType() |
|
protected CustomTag.Environment.Builder |
CustomTag.Environment.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
|
CustomTag.Environment.Builder |
CustomTag.Environment.Builder.setDefaultValue(java.lang.String value) |
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.
|
CustomTag.Environment.Builder |
CustomTag.Environment.Builder.setDefaultValueBytes(com.google.protobuf.ByteString value) |
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.
|
CustomTag.Environment.Builder |
CustomTag.Environment.Builder.setName(java.lang.String value) |
Environment variable name to obtain the value to populate the tag value.
|
CustomTag.Environment.Builder |
CustomTag.Environment.Builder.setNameBytes(com.google.protobuf.ByteString value) |
Environment variable name to obtain the value to populate the tag value.
|
CustomTag.Environment.Builder |
CustomTag.Environment.toBuilder() |
|