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"]],[["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 page provides reference documentation for the `GetFunctionRequest` class within the Google Cloud Functions v2 API for .NET."],["`GetFunctionRequest` is used to request details about a specific function and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default one and another that takes a `GetFunctionRequest` object as a parameter."],["The `GetFunctionRequest` class includes two properties, `FunctionName`, a typed view over the name resource property and `Name`, which is the required name of the function."],["There are multiple versions available for the Cloud Functions V2, ranging from 1.0.0 to the latest 1.7.0."]]],[]]