Class: Google::Cloud::Functions::V2::GenerateDownloadUrlResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#download_url::String

Returns The generated Google Cloud Storage signed URL that should be used for function source code download.

Returns:

  • (::String)

    The generated Google Cloud Storage signed URL that should be used for function source code download.



812
813
814
815
# File 'proto_docs/google/cloud/functions/v2/functions.rb', line 812

class GenerateDownloadUrlResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end