public sealed class CreateFunctionRequest : IMessage<CreateFunctionRequest>, IEquatable<CreateFunctionRequest>, IDeepCloneable<CreateFunctionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Functions v2 API class CreateFunctionRequest.
[[["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-04-17 UTC."],[[["This document provides reference information for the `CreateFunctionRequest` class within the Google Cloud Functions v2 API for .NET, specifically version 1.3.0."],["The `CreateFunctionRequest` class is used to define a request for creating a new function in Google Cloud Functions and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `CreateFunctionRequest` class include `Function` (the function to be created), `FunctionId` (the ID for the function), `Parent` (the project and location), and `ParentAsLocationName` (a `LocationName` typed view of the `Parent`)."],["The class supports two constructors, one default, and another that takes another `CreateFunctionRequest` object as a parameter."],["The documentation is available for multiple versions of the Google Cloud Function, all the way up to 1.7.0 (latest) down to 1.0.0."]]],[]]