Class Volume (0.13.0) Stay organized with collections Save and categorize content based on your preferences.
Volume(mapping=None,*,ignore_unknown_fields=False,**kwargs)Volume represents a named volume in a container.
This message hasoneof_ 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 othermembers.
.. _oneof:https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes | |
|---|---|
| Name | Description |
name | strRequired. Volume's name. |
secret | google.cloud.run_v2.types.SecretVolumeSourceSecret represents a secret that should populate this volume. This field is a member of oneof_volume_type. |
cloud_sql_instance | google.cloud.run_v2.types.CloudSqlInstanceFor Cloud SQL volumes, contains the specific instances that should be mounted. Visit https://cloud.google.com/sql/docs/mysql/connect-run for more information on how to connect Cloud SQL and Cloud Run. This field is a member of oneof_volume_type. |
empty_dir | google.cloud.run_v2.types.EmptyDirVolumeSourceEphemeral storage used as a shared volume. This field is a member of oneof_volume_type. |
nfs | google.cloud.run_v2.types.NFSVolumeSourceFor NFS Voumes, contains the path to the nfs Volume This field is a member of oneof_volume_type. |
gcs | google.cloud.run_v2.types.GCSVolumeSourcePersistent storage backed by a Google Cloud Storage bucket. This field is a member of oneof_volume_type. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-01-22 UTC.