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."],[[["This document provides reference information for the `CreateFunctionRequest` class within the Google Cloud Functions v1 API for .NET, specifically version 2.6.0."],["The `CreateFunctionRequest` class is used to define requests for the `CreateFunction` method, inheriting from `object` and implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Function` (the function to be created), `Location` (the project and location), and `LocationAsLocationName` (a typed view over the location)."],["The document also provides links to other versions of the API, including version 2.7.0 as the latest, as well as previous versions going back to version 1.1.0."],["`CreateFunctionRequest` class has two constructors, a parameterless constructor, and one that can take another `CreateFunctionRequest` object as a parameter."]]],[]]