Cloud Functions V2 API - Class Google::Cloud::Functions::V2::GenerateDownloadUrlResponse (v0.7.0)

Reference documentation and code samples for the Cloud Functions V2 API class Google::Cloud::Functions::V2::GenerateDownloadUrlResponse.

Response of GenerateDownloadUrl method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#download_url

def download_url() -> ::String
Returns
  • (::String) — The generated Google Cloud Storage signed URL that should be used for function source code download.

#download_url=

def download_url=(value) -> ::String
Parameter
  • value (::String) — 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.