Class: Google::Cloud::Functions::V1::GenerateDownloadUrlRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Functions::V1::GenerateDownloadUrlRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/functions/v1/functions.rb
Overview
Request of GenerateDownloadUrl
method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
The name of function for which source code Google Cloud Storage signed URL should be generated.
-
#version_id ⇒ ::Integer
The optional version of function.
Instance Attribute Details
#name ⇒ ::String
Returns The name of function for which source code Google Cloud Storage signed URL should be generated.
717 718 719 720 |
# File 'proto_docs/google/cloud/functions/v1/functions.rb', line 717 class GenerateDownloadUrlRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#version_id ⇒ ::Integer
Returns The optional version of function. If not set, default, current version is used.
717 718 719 720 |
# File 'proto_docs/google/cloud/functions/v1/functions.rb', line 717 class GenerateDownloadUrlRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |