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 volume backed by a Cloud Storage bucket using Cloud Storage FUSE.

Instance Attribute Summary collapse

Instance Attribute Details

#bucket::String

Returns Cloud Storage Bucket name.

Returns:

  • (::String)

    Cloud Storage Bucket name.



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

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

#read_only::Boolean

Returns 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.



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

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