public interface EnvironmentVariableOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getName()
Environment variable name as a JSON encoded string.
|
ByteString |
getNameBytes()
Environment variable name as a JSON encoded string.
|
String |
getVal()
Environment variable value as a JSON encoded string.
|
ByteString |
getValBytes()
Environment variable value as a JSON encoded string.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getName()
Environment variable name as a JSON encoded string.
string name = 1;
ByteString getNameBytes()
Environment variable name as a JSON encoded string.
string name = 1;
String getVal()
Environment variable value as a JSON encoded string.
string val = 2;
ByteString getValBytes()
Environment variable value as a JSON encoded string.
string val = 2;
Copyright © 2022 Google LLC. All rights reserved.