Google Cloud Run V2 Client - Class GCSVolumeSource (1.1.0)

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 \ V2

Methods

__construct

Constructor.

Parameters
Name Description
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.

getBucket

Cloud Storage Bucket name.

Returns
Type Description
string

setBucket

Cloud Storage Bucket name.

Parameter
Name Description
var string
Returns
Type Description
$this

getReadOnly

If true, the volume will be mounted as read only for all mounts.

Returns
Type Description
bool

setReadOnly

If true, the volume will be mounted as read only for all mounts.

Parameter
Name Description
var bool
Returns
Type Description
$this