The generated Google Cloud Storage signed URL that should be used for a
function source code upload. The uploaded file should be a zip archive
which contains a function.
[[["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-03-21 UTC."],[[["The `GenerateUploadUrlResponse` class is used to handle the response from the `GenerateSourceUploadUrl` method."],["It's part of the `Google.Cloud.Functions.V1` namespace in the `Google.Cloud.Functions.V1.dll` assembly, with the latest version being 2.7.0, and this page being about version 1.3.0."],["This class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, indicating its role in message handling and object management within the .NET environment."],["It provides a `UploadUrl` property of type `String`, representing the Google Cloud Storage signed URL for uploading function source code."],["There are two constructors available for this class, one being an empty constructor, and another to create a copy from an existing instance."]]],[]]