public sealed class CreateFunctionRequest : IMessage<CreateFunctionRequest>, IEquatable<CreateFunctionRequest>, IDeepCloneable<CreateFunctionRequest>, IBufferMessage, IMessage
[[["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."],[[["This document outlines the `CreateFunctionRequest` class within the Google.Cloud.Functions.V1 namespace, used for requesting the creation of a new function in Google Cloud."],["The `CreateFunctionRequest` class, which is version 2.0.0, implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for handling requests, and inherits from the base `Object` class."],["The class's properties include `Function`, a required `CloudFunction` object defining the function to be created, and `Location`, specifying the project and location for function creation in the format `projects/*/locations/*`."],["There is also the property `LocationAsLocationName`, which provides a `LocationName`-typed view over the location resource name, and the document lists the available constructors `CreateFunctionRequest()` and `CreateFunctionRequest(CreateFunctionRequest)`."],["Multiple versions of this class are listed, ranging from the latest 2.7.0 down to 1.1.0, indicating different versions and potential changes over time."]]],[]]