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-03-21 UTC."],[[["The `CreateFunctionRequest` class is used to create a request for the `CreateFunction` method within the Cloud Functions v2 API, serving as the main class for initiating function creation."],["This class is part of the `Google.Cloud.Functions.V2` namespace and is available in the `Google.Cloud.Functions.V2.dll` assembly, with version history from 1.0.0 to the latest, 1.7.0."],["`CreateFunctionRequest` requires details such as the `Function` to be created, a `FunctionId` between 4-63 characters long, and the `Parent` location in `projects/*/locations/*` format for function creation."],["The class implements several interfaces including `IMessage`, `IEquatable\u003cCreateFunctionRequest\u003e`, `IDeepCloneable\u003cCreateFunctionRequest\u003e`, and `IBufferMessage`, extending functionality for message handling, equality comparison, deep cloning, and buffer operations."],["You can initiate a new request with the use of its constructors: `CreateFunctionRequest()` or `CreateFunctionRequest(CreateFunctionRequest other)`, when you want to create a new instance from an existing `CreateFunctionRequest` object."]]],[]]