public sealed class CreateFunctionRequest : IMessage<CreateFunctionRequest>, IEquatable<CreateFunctionRequest>, IDeepCloneable<CreateFunctionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Functions v1 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 latest version of the `CreateFunctionRequest` API is 2.7.0, with versions ranging back to 1.1.0 available in the documentation."],["`CreateFunctionRequest` is a class used to define the request for the `CreateFunction` method within the Cloud Functions v1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateFunctionRequest` class requires a `Location` property to specify where the function will be created, and a `Function` property defining the function itself."],["There are two constructors for `CreateFunctionRequest`: one with no parameters, and another that takes another `CreateFunctionRequest` object to copy."]]],[]]