public sealed class GetFunctionRequest : IMessage<GetFunctionRequest>, IEquatable<GetFunctionRequest>, IDeepCloneable<GetFunctionRequest>, IBufferMessage, IMessage
[[["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 webpage details the `GetFunctionRequest` class within the `Google.Cloud.Functions.V1` namespace, used to request details about a specific Google Cloud Function."],["The `GetFunctionRequest` class, which is version 1.2.0, implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class offers two constructors, one default and one that accepts another `GetFunctionRequest` object for initialization."],["The `GetFunctionRequest` class has two key properties: `CloudFunctionName` of type `CloudFunctionName`, and `Name` of type `String`, the later of which is used to specify the name of the function for which the details should be obtained."],["There are multiple versions of the `GetFunctionRequest` class, with the latest being version 2.7.0, and older versions being listed back to version 1.1.0."]]],[]]