public sealed class CreateFunctionRequest : IMessage<CreateFunctionRequest>, IEquatable<CreateFunctionRequest>, IDeepCloneable<CreateFunctionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Functions v2beta 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 v2beta API, specifically version 1.0.0-beta06."],["`CreateFunctionRequest` is used to request the creation of a new function and is part of the `Google.Cloud.Functions.V2Beta` namespace within the `Google.Cloud.Functions.V2Beta.dll` assembly."],["The class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, each adding specific functionalities to the request."],["The `CreateFunctionRequest` class includes properties like `Function` (the function to be created), `FunctionId` (the desired ID of the function), and `Parent` (the project and location for the function)."],["The class has two constructors: one default constructor, and another which will take in another `CreateFunctionRequest` object to make a copy."]]],[]]