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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]