Send feedback
Class Environment (0.11.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.11.0 keyboard_arrow_down
public final class Environment extends GeneratedMessageV3 implements EnvironmentOrBuilder
An Environment describes a collection of environment variables to set when
executing Tasks.
Protobuf type google.cloud.batch.v1.Environment
Static Fields
ENCRYPTED_VARIABLES_FIELD_NUMBER
public static final int ENCRYPTED_VARIABLES_FIELD_NUMBER
Field Value
SECRET_VARIABLES_FIELD_NUMBER
public static final int SECRET_VARIABLES_FIELD_NUMBER
Field Value
VARIABLES_FIELD_NUMBER
public static final int VARIABLES_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static Environment getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static Environment . Builder newBuilder ()
Returns
newBuilder(Environment prototype)
public static Environment . Builder newBuilder ( Environment prototype )
Parameter
Returns
public static Environment parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static Environment parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static Environment parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Environment parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static Environment parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Environment parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static Environment parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static Environment parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static Environment parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static Environment parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static Environment parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Environment parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<Environment> parser ()
Returns
Methods
containsSecretVariables(String key)
public 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;
Parameter
Returns
containsVariables(String key)
public boolean containsVariables ( String key )
A map of environment variable names to values.
map<string, string> variables = 1;
Parameter
Returns
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getDefaultInstanceForType()
public Environment getDefaultInstanceForType ()
Returns
getEncryptedVariables()
public 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;
Returns
getEncryptedVariablesOrBuilder()
public 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;
Returns
getParserForType()
public Parser<Environment> getParserForType ()
Returns
Overrides
getSecretVariables()
public Map<String , String > getSecretVariables ()
Returns
getSecretVariablesCount()
public 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;
Returns
getSecretVariablesMap()
public 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;
Returns
getSecretVariablesOrDefault(String key, String defaultValue)
public 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;
Parameters
Returns
getSecretVariablesOrThrow(String key)
public 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;
Parameter
Returns
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
getVariables()
public Map<String , String > getVariables ()
Returns
getVariablesCount()
public int getVariablesCount ()
A map of environment variable names to values.
map<string, string> variables = 1;
Returns
getVariablesMap()
public Map<String , String > getVariablesMap ()
A map of environment variable names to values.
map<string, string> variables = 1;
Returns
getVariablesOrDefault(String key, String defaultValue)
public String getVariablesOrDefault ( String key , String defaultValue )
A map of environment variable names to values.
map<string, string> variables = 1;
Parameters
Returns
getVariablesOrThrow(String key)
public String getVariablesOrThrow ( String key )
A map of environment variable names to values.
map<string, string> variables = 1;
Parameter
Returns
hasEncryptedVariables()
public 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;
Returns
Type
Description
boolean
Whether the encryptedVariables field is set.
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
internalGetMapField(int number)
protected MapField internalGetMapField ( int number )
Parameter
Name
Description
number
int
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilderForType()
public Environment . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Environment . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public Environment . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]