public interface EnvironmentVariableOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getName()
public abstract String getName()
Environment variable name as a JSON encoded string.
string name = 1;
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Environment variable name as a JSON encoded string.
string name = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getVal()
public abstract String getVal()
Environment variable value as a JSON encoded string.
string val = 2;
Returns | |
---|---|
Type | Description |
String |
The val. |
getValBytes()
public abstract ByteString getValBytes()
Environment variable value as a JSON encoded string.
string val = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for val. |