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

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

Represents a GCS Bucket mounted as a volume.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#bucket

def bucket() -> ::String
Returns
  • (::String) — GCS Bucket name

#bucket=

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

#read_only

def read_only() -> ::Boolean
Returns
  • (::Boolean) — If true, mount the GCS bucket as read-only

#read_only=

def read_only=(value) -> ::Boolean
Parameter
  • value (::Boolean) — If true, mount the GCS bucket as read-only
Returns
  • (::Boolean) — If true, mount the GCS bucket as read-only