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
Returns Required. Google Cloud Storage bucket containing the source (see Bucket Name Requirements).
142 143 144 145 |
# File 'proto_docs/google/cloud/run/v2/build.rb', line 142 class StorageSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#generation ⇒ ::Integer
Returns Optional. Google Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.
142 143 144 145 |
# File 'proto_docs/google/cloud/run/v2/build.rb', line 142 class StorageSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#object ⇒ ::String
Returns Required. Google Cloud Storage object containing the source.
This object must be a gzipped archive file (.tar.gz
) containing source to
build.
142 143 144 145 |
# File 'proto_docs/google/cloud/run/v2/build.rb', line 142 class StorageSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |