[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eGenerateDownloadUrlResponse\u003c/code\u003e class is 1.0.0-beta07, with a previous version at 1.0.0-beta06 also available.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGenerateDownloadUrlResponse\u003c/code\u003e is a class in the Google.Cloud.Functions.V2Beta namespace within the Google.Cloud.Functions.V2Beta.dll assembly.\u003c/p\u003e\n"],["\u003cp\u003eThis class serves as the response for the \u003ccode\u003eGenerateDownloadUrl\u003c/code\u003e method in the Cloud Functions v2beta API and inherits from the \u003ccode\u003eobject\u003c/code\u003e class, while implementing several interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIDeepCloneable\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGenerateDownloadUrlResponse\u003c/code\u003e class contains a constructor \u003ccode\u003eGenerateDownloadUrlResponse()\u003c/code\u003e and a property called \u003ccode\u003eDownloadUrl\u003c/code\u003e, a string that holds the Google Cloud Storage signed URL for function source code download.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGenerateDownloadUrlResponse\u003c/code\u003e has inherited methods, these being: \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e, and \u003ccode\u003eToString()\u003c/code\u003e from the parent class \u003ccode\u003eobject\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Cloud Functions v2beta API - Class GenerateDownloadUrlResponse (1.0.0-beta07)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta07 (latest)](/dotnet/docs/reference/Google.Cloud.Functions.V2Beta/latest/Google.Cloud.Functions.V2Beta.GenerateDownloadUrlResponse)\n- [1.0.0-beta06](/dotnet/docs/reference/Google.Cloud.Functions.V2Beta/1.0.0-beta06/Google.Cloud.Functions.V2Beta.GenerateDownloadUrlResponse) \n\n public sealed class GenerateDownloadUrlResponse : IMessage\u003cGenerateDownloadUrlResponse\u003e, IEquatable\u003cGenerateDownloadUrlResponse\u003e, IDeepCloneable\u003cGenerateDownloadUrlResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Cloud Functions v2beta API class GenerateDownloadUrlResponse.\n\nResponse of `GenerateDownloadUrl` method. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GenerateDownloadUrlResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[GenerateDownloadUrlResponse](/dotnet/docs/reference/Google.Cloud.Functions.V2Beta/latest/Google.Cloud.Functions.V2Beta.GenerateDownloadUrlResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[GenerateDownloadUrlResponse](/dotnet/docs/reference/Google.Cloud.Functions.V2Beta/latest/Google.Cloud.Functions.V2Beta.GenerateDownloadUrlResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[GenerateDownloadUrlResponse](/dotnet/docs/reference/Google.Cloud.Functions.V2Beta/latest/Google.Cloud.Functions.V2Beta.GenerateDownloadUrlResponse), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Functions.V2Beta](/dotnet/docs/reference/Google.Cloud.Functions.V2Beta/latest/Google.Cloud.Functions.V2Beta)\n\nAssembly\n--------\n\nGoogle.Cloud.Functions.V2Beta.dll\n\nConstructors\n------------\n\n### GenerateDownloadUrlResponse()\n\n public GenerateDownloadUrlResponse()\n\n### GenerateDownloadUrlResponse(GenerateDownloadUrlResponse)\n\n public GenerateDownloadUrlResponse(GenerateDownloadUrlResponse other)\n\nProperties\n----------\n\n### DownloadUrl\n\n public string DownloadUrl { get; set; }\n\nThe generated Google Cloud Storage signed URL that should be used for\nfunction source code download."]]