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 document outlines the `GetFunctionRequest` class within the Google.Cloud.Functions.V1 namespace, used to request details about a specific function."],["The `GetFunctionRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, comparison, cloning, and buffering."],["The class provides two constructors: a default constructor and a copy constructor, allowing for the creation of new instances and copies."],["The `GetFunctionRequest` class includes properties such as `CloudFunctionName` and `Name`, which are used to specify the target function."],["The latest version available for reference in the provided documentation is 2.7.0, while the class described is for version 2.0.0, and there are several earlier versions in between these."]]],[]]