Class: Google::Cloud::Functions::V2::GenerateDownloadUrlResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Functions::V2::GenerateDownloadUrlResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/functions/v2/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.
867 868 869 870 |
# File 'proto_docs/google/cloud/functions/v2/functions.rb', line 867 class GenerateDownloadUrlResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |