Class: Google::Cloud::Functions::V1::GenerateDownloadUrlResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Functions::V1::GenerateDownloadUrlResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/functions/v1/functions.rb
Overview
Response of GenerateDownloadUrl
method.
Instance Attribute Summary collapse
-
#download_url ⇒ ::String
The generated Google Cloud Storage signed URL that should be used for function source code download.
Instance Attribute Details
#download_url ⇒ ::String
Returns The generated Google Cloud Storage signed URL that should be used for function source code download.
723 724 725 726 |
# File 'proto_docs/google/cloud/functions/v1/functions.rb', line 723 class GenerateDownloadUrlResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |