Class: Google::Cloud::Run::V2::StorageSource
- Inherits:
-
Object
- Object
- Google::Cloud::Run::V2::StorageSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/run/v2/build.rb
Overview
Location of the source in an archive file in Google Cloud Storage.
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Required.
-
#generation ⇒ ::Integer
Optional.
-
#object ⇒ ::String
Required.
Instance Attribute Details
#bucket ⇒ ::String
151 152 153 154 |
# File 'proto_docs/google/cloud/run/v2/build.rb', line 151 class StorageSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#generation ⇒ ::Integer
151 152 153 154 |
# File 'proto_docs/google/cloud/run/v2/build.rb', line 151 class StorageSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#object ⇒ ::String
151 152 153 154 |
# File 'proto_docs/google/cloud/run/v2/build.rb', line 151 class StorageSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |