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 documentation for the `CreateFunctionRequest` class within the Google Cloud Functions v2 API, specifically version 1.5.0."],["The `CreateFunctionRequest` class is used to structure requests for the `CreateFunction` method, facilitating the creation of new functions in Google Cloud."],["The `CreateFunctionRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting members from the `object` class."],["Key properties of the `CreateFunctionRequest` class include `Function` (the function to be created), `FunctionId` (the ID for the function), `Parent` (project and location for the function), and `ParentAsLocationName` (a `LocationName` type view of the parent)."],["There are two constructors available for `CreateFunctionRequest`: one that creates an empty request, and another that allows you to clone another `CreateFunctionRequest`."]]],[]]