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"]],[["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 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."]]],[]]