Reference documentation and code samples for the Google Cloud Run V2 Client class GCSVolumeSource.
Represents a volume backed by a Cloud Storage bucket using Cloud Storage FUSE.
Generated from protobuf message google.cloud.run.v2.GCSVolumeSource
Namespace
Google \ Cloud \ Run \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ bucket
string
Cloud Storage Bucket name.
↳ read_only
bool
If true, the volume will be mounted as read only for all mounts.
↳ mount_options
array
A list of additional flags to pass to the gcsfuse CLI. Options should be specified without the leading "--".
getBucket
Cloud Storage Bucket name.
string
setBucket
Cloud Storage Bucket name.
var
string
$this
getReadOnly
If true, the volume will be mounted as read only for all mounts.
bool
setReadOnly
If true, the volume will be mounted as read only for all mounts.
var
bool
$this
getMountOptions
A list of additional flags to pass to the gcsfuse CLI.
Options should be specified without the leading "--".
setMountOptions
A list of additional flags to pass to the gcsfuse CLI.
Options should be specified without the leading "--".
var
string[]
$this