public interface EnvironmentOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsSecretVariables(String key)
A map of environment variable names to Secret Manager secret names.
|
boolean |
containsVariables(String key)
A map of environment variable names to values.
|
Environment.KMSEnvMap |
getEncryptedVariables()
An encrypted JSON dictionary where the key/value pairs correspond to
environment variable names and their values.
|
Environment.KMSEnvMapOrBuilder |
getEncryptedVariablesOrBuilder()
An encrypted JSON dictionary where the key/value pairs correspond to
environment variable names and their values.
|
Map<String,String> |
getSecretVariables()
Deprecated.
|
int |
getSecretVariablesCount()
A map of environment variable names to Secret Manager secret names.
|
Map<String,String> |
getSecretVariablesMap()
A map of environment variable names to Secret Manager secret names.
|
String |
getSecretVariablesOrDefault(String key,
String defaultValue)
A map of environment variable names to Secret Manager secret names.
|
String |
getSecretVariablesOrThrow(String key)
A map of environment variable names to Secret Manager secret names.
|
Map<String,String> |
getVariables()
Deprecated.
|
int |
getVariablesCount()
A map of environment variable names to values.
|
Map<String,String> |
getVariablesMap()
A map of environment variable names to values.
|
String |
getVariablesOrDefault(String key,
String defaultValue)
A map of environment variable names to values.
|
String |
getVariablesOrThrow(String key)
A map of environment variable names to values.
|
boolean |
hasEncryptedVariables()
An encrypted JSON dictionary where the key/value pairs correspond to
environment variable names and their values.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getVariablesCount()
A map of environment variable names to values.
map<string, string> variables = 1;boolean containsVariables(String key)
A map of environment variable names to values.
map<string, string> variables = 1;@Deprecated Map<String,String> getVariables()
getVariablesMap() instead.Map<String,String> getVariablesMap()
A map of environment variable names to values.
map<string, string> variables = 1;String getVariablesOrDefault(String key, String defaultValue)
A map of environment variable names to values.
map<string, string> variables = 1;String getVariablesOrThrow(String key)
A map of environment variable names to values.
map<string, string> variables = 1;int getSecretVariablesCount()
A map of environment variable names to Secret Manager secret names. The VM will access the named secrets to set the value of each environment variable.
map<string, string> secret_variables = 2;boolean containsSecretVariables(String key)
A map of environment variable names to Secret Manager secret names. The VM will access the named secrets to set the value of each environment variable.
map<string, string> secret_variables = 2;@Deprecated Map<String,String> getSecretVariables()
getSecretVariablesMap() instead.Map<String,String> getSecretVariablesMap()
A map of environment variable names to Secret Manager secret names. The VM will access the named secrets to set the value of each environment variable.
map<string, string> secret_variables = 2;String getSecretVariablesOrDefault(String key, String defaultValue)
A map of environment variable names to Secret Manager secret names. The VM will access the named secrets to set the value of each environment variable.
map<string, string> secret_variables = 2;String getSecretVariablesOrThrow(String key)
A map of environment variable names to Secret Manager secret names. The VM will access the named secrets to set the value of each environment variable.
map<string, string> secret_variables = 2;boolean hasEncryptedVariables()
An encrypted JSON dictionary where the key/value pairs correspond to environment variable names and their values.
.google.cloud.batch.v1.Environment.KMSEnvMap encrypted_variables = 3;Environment.KMSEnvMap getEncryptedVariables()
An encrypted JSON dictionary where the key/value pairs correspond to environment variable names and their values.
.google.cloud.batch.v1.Environment.KMSEnvMap encrypted_variables = 3;Environment.KMSEnvMapOrBuilder getEncryptedVariablesOrBuilder()
An encrypted JSON dictionary where the key/value pairs correspond to environment variable names and their values.
.google.cloud.batch.v1.Environment.KMSEnvMap encrypted_variables = 3;Copyright © 2025 Google LLC. All rights reserved.