[[["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\u003eThis webpage provides reference documentation for the \u003ccode\u003eGenerateDownloadUrlRequest\u003c/code\u003e class within the Cloud Functions v2 API, specifically for .NET development.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGenerateDownloadUrlRequest\u003c/code\u003e is a class used to request the generation of a signed URL for downloading source code from Google Cloud Storage, inheriting from \u003ccode\u003eobject\u003c/code\u003e and 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 documentation covers various versions of the \u003ccode\u003eGenerateDownloadUrlRequest\u003c/code\u003e class, ranging from version 1.0.0 up to the latest, version 1.7.0.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two properties, \u003ccode\u003eFunctionName\u003c/code\u003e which is a typed view over the \u003ccode\u003eName\u003c/code\u003e resource and the \u003ccode\u003eName\u003c/code\u003e property, which is a string that is the required parameter for specifying the function for which to generate the download URL.\u003c/p\u003e\n"],["\u003cp\u003eTwo constructors are available, one default and one that accepts another \u003ccode\u003eGenerateDownloadUrlRequest\u003c/code\u003e object as a parameter, and the class also inherits several methods from the base \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"]]],[],null,["# Cloud Functions v2 API - Class GenerateDownloadUrlRequest (1.7.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.7.0 (latest)](/dotnet/docs/reference/Google.Cloud.Functions.V2/latest/Google.Cloud.Functions.V2.GenerateDownloadUrlRequest)\n- [1.6.0](/dotnet/docs/reference/Google.Cloud.Functions.V2/1.6.0/Google.Cloud.Functions.V2.GenerateDownloadUrlRequest)\n- [1.5.0](/dotnet/docs/reference/Google.Cloud.Functions.V2/1.5.0/Google.Cloud.Functions.V2.GenerateDownloadUrlRequest)\n- [1.4.0](/dotnet/docs/reference/Google.Cloud.Functions.V2/1.4.0/Google.Cloud.Functions.V2.GenerateDownloadUrlRequest)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.Functions.V2/1.3.0/Google.Cloud.Functions.V2.GenerateDownloadUrlRequest)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Functions.V2/1.2.0/Google.Cloud.Functions.V2.GenerateDownloadUrlRequest)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Functions.V2/1.1.0/Google.Cloud.Functions.V2.GenerateDownloadUrlRequest)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Functions.V2/1.0.0/Google.Cloud.Functions.V2.GenerateDownloadUrlRequest) \n\n public sealed class GenerateDownloadUrlRequest : IMessage\u003cGenerateDownloadUrlRequest\u003e, IEquatable\u003cGenerateDownloadUrlRequest\u003e, IDeepCloneable\u003cGenerateDownloadUrlRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Cloud Functions v2 API class GenerateDownloadUrlRequest.\n\nRequest of `GenerateDownloadUrl` method. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GenerateDownloadUrlRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[GenerateDownloadUrlRequest](/dotnet/docs/reference/Google.Cloud.Functions.V2/latest/Google.Cloud.Functions.V2.GenerateDownloadUrlRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[GenerateDownloadUrlRequest](/dotnet/docs/reference/Google.Cloud.Functions.V2/latest/Google.Cloud.Functions.V2.GenerateDownloadUrlRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[GenerateDownloadUrlRequest](/dotnet/docs/reference/Google.Cloud.Functions.V2/latest/Google.Cloud.Functions.V2.GenerateDownloadUrlRequest), [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.V2](/dotnet/docs/reference/Google.Cloud.Functions.V2/latest/Google.Cloud.Functions.V2)\n\nAssembly\n--------\n\nGoogle.Cloud.Functions.V2.dll\n\nConstructors\n------------\n\n### GenerateDownloadUrlRequest()\n\n public GenerateDownloadUrlRequest()\n\n### GenerateDownloadUrlRequest(GenerateDownloadUrlRequest)\n\n public GenerateDownloadUrlRequest(GenerateDownloadUrlRequest other)\n\nProperties\n----------\n\n### FunctionName\n\n public FunctionName FunctionName { get; set; }\n\n[FunctionName](/dotnet/docs/reference/Google.Cloud.Functions.V2/latest/Google.Cloud.Functions.V2.FunctionName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.Functions.V2/latest/Google.Cloud.Functions.V2.GenerateDownloadUrlRequest#Google_Cloud_Functions_V2_GenerateDownloadUrlRequest_Name) resource name property.\n\n### Name\n\n public string Name { get; set; }\n\nRequired. The name of function for which source code Google Cloud Storage\nsigned URL should be generated."]]