Cloud Functions v2beta API - Class GenerateDownloadUrlResponse (1.0.0-beta08)

publicsealedclassGenerateDownloadUrlResponse:IMessage<GenerateDownloadUrlResponse>,IEquatable<GenerateDownloadUrlResponse>,IDeepCloneable<GenerateDownloadUrlResponse>,IBufferMessage,IMessage

Reference documentation and code samples for the Cloud Functions v2beta API class GenerateDownloadUrlResponse.

Response of GenerateDownloadUrl method.

Inheritance

object > GenerateDownloadUrlResponse

Namespace

Google.Cloud.Functions.V2Beta

Assembly

Google.Cloud.Functions.V2Beta.dll

Constructors

GenerateDownloadUrlResponse()

publicGenerateDownloadUrlResponse()

GenerateDownloadUrlResponse(GenerateDownloadUrlResponse)

publicGenerateDownloadUrlResponse(GenerateDownloadUrlResponseother)
Parameter
Name Description
other GenerateDownloadUrlResponse

Properties

DownloadUrl

publicstringDownloadUrl{get;set;}

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

Property Value
Type Description
string

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.