public interface EnvironmentOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
containsVariables(String key)
public abstract boolean containsVariables(String key)A map of environment variable names to values.
map<string, string> variables = 1;
| Name | Description |
| key | String |
| Type | Description |
| boolean |
getVariables()
public abstract Map<String,String> getVariables()Use #getVariablesMap() instead.
| Type | Description |
| Map<String,String> |
getVariablesCount()
public abstract int getVariablesCount()A map of environment variable names to values.
map<string, string> variables = 1;
| Type | Description |
| int |
getVariablesMap()
public abstract Map<String,String> getVariablesMap()A map of environment variable names to values.
map<string, string> variables = 1;
| Type | Description |
| Map<String,String> |
getVariablesOrDefault(String key, String defaultValue)
public abstract String getVariablesOrDefault(String key, String defaultValue)A map of environment variable names to values.
map<string, string> variables = 1;
| Name | Description |
| key | String |
| defaultValue | String |
| Type | Description |
| String |
getVariablesOrThrow(String key)
public abstract String getVariablesOrThrow(String key)A map of environment variable names to values.
map<string, string> variables = 1;
| Name | Description |
| key | String |
| Type | Description |
| String |