public sealed class GetFunctionRequest : IMessage<GetFunctionRequest>, IEquatable<GetFunctionRequest>, IDeepCloneable<GetFunctionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Functions v2 API class GetFunctionRequest.
[[["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 `GetFunctionRequest` class is part of the Cloud Functions v2 API, specifically within the `Google.Cloud.Functions.V2` namespace, and is defined in the Google.Cloud.Functions.V2.dll assembly."],["This class is a request object used for the `GetFunction` method and it implements several interfaces such as `IMessage`, `IEquatable\u003cGetFunctionRequest\u003e`, `IDeepCloneable\u003cGetFunctionRequest\u003e`, and `IBufferMessage`."],["The `GetFunctionRequest` class has two constructors: a default constructor `GetFunctionRequest()` and an overloaded constructor `GetFunctionRequest(GetFunctionRequest other)` that takes another `GetFunctionRequest` object as input."],["It includes two properties: `FunctionName`, which offers a `FunctionName`-typed view of the resource name, and `Name`, a string property that is a required field representing the function name."],["The latest version listed is 1.7.0 and the documentation lists the following versions as well: 1.6.0, 1.5.0, 1.4.0, 1.3.0, 1.2.0, 1.1.0, and 1.0.0."]]],[]]