Interface EnvironmentVariableOrBuilder (2.49.0)

public interface EnvironmentVariableOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Environment variable name as a JSON encoded string.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Environment variable name as a JSON encoded string.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getVal()

public abstract String getVal()

Environment variable value as a JSON encoded string.

string val = 2;

Returns
TypeDescription
String

The val.

getValBytes()

public abstract ByteString getValBytes()

Environment variable value as a JSON encoded string.

string val = 2;

Returns
TypeDescription
ByteString

The bytes for val.