Class: Google::Cloud::Run::V2::GCSVolumeSource

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/run/v2/k8s.min.rb

Overview

Represents a GCS Bucket mounted as a volume.

Instance Attribute Summary collapse

Instance Attribute Details

#bucket::String

Returns GCS Bucket name.

Returns:

  • (::String)

    GCS Bucket name



370
371
372
373
# File 'proto_docs/google/cloud/run/v2/k8s.min.rb', line 370

class GCSVolumeSource
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#read_only::Boolean

Returns If true, mount the GCS bucket as read-only.

Returns:

  • (::Boolean)

    If true, mount the GCS bucket as read-only



370
371
372
373
# File 'proto_docs/google/cloud/run/v2/k8s.min.rb', line 370

class GCSVolumeSource
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end