Class: Google::Cloud::Run::V2::SourceCode::CloudStorageSource
- Inherits:
-
Object
- Object
- Google::Cloud::Run::V2::SourceCode::CloudStorageSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/run/v2/k8s.min.rb
Overview
Cloud Storage source.
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Required.
-
#generation ⇒ ::Integer
Optional.
-
#object ⇒ ::String
Required.
Instance Attribute Details
#bucket ⇒ ::String
Returns Required. The Cloud Storage bucket name.
539 540 541 542 |
# File 'proto_docs/google/cloud/run/v2/k8s.min.rb', line 539 class CloudStorageSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#generation ⇒ ::Integer
Returns Optional. The Cloud Storage object generation.
539 540 541 542 |
# File 'proto_docs/google/cloud/run/v2/k8s.min.rb', line 539 class CloudStorageSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#object ⇒ ::String
Returns Required. The Cloud Storage object name.
539 540 541 542 |
# File 'proto_docs/google/cloud/run/v2/k8s.min.rb', line 539 class CloudStorageSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |