Cloud Run V2 API - Class Google::Cloud::Run::V2::GCSVolumeSource (v0.16.0)

Reference documentation and code samples for the Cloud Run V2 API class Google::Cloud::Run::V2::GCSVolumeSource.

Represents a volume backed by a Cloud Storage bucket using Cloud Storage FUSE.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#bucket

def bucket() -> ::String
Returns
  • (::String) — Cloud Storage Bucket name.

#bucket=

def bucket=(value) -> ::String
Parameter
  • value (::String) — Cloud Storage Bucket name.
Returns
  • (::String) — Cloud Storage Bucket name.

#read_only

def read_only() -> ::Boolean
Returns
  • (::Boolean) — If true, the volume will be mounted as read only for all mounts.

#read_only=

def read_only=(value) -> ::Boolean
Parameter
  • value (::Boolean) — If true, the volume will be mounted as read only for all mounts.
Returns
  • (::Boolean) — If true, the volume will be mounted as read only for all mounts.