EnvVar(mapping=None, *, ignore_unknown_fields=False, **kwargs)
EnvVar represents an environment variable present in a Container.
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
name |
str
Required. Name of the environment variable. Must not exceed 32768 characters. |
value |
str
Literal value of the environment variable. Defaults to "", and the maximum length is 32768 bytes. Variable references are not supported in Cloud Run. This field is a member of oneof _ values .
|
value_source |
google.cloud.run_v2.types.EnvVarSource
Source for the environment variable's value. This field is a member of oneof _ values .
|