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."],[[["The `GetFunctionRequest` class is used to request details about a specific function in Google Cloud Functions."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer message handling respectively."],["The `GetFunctionRequest` class is available in multiple versions, with the latest being version 2.7.0 and the earliest mentioned in the list being 1.1.0, allowing users to choose a version based on their needs."],["It includes properties like `Name` (a string) and `CloudFunctionName` (of type `CloudFunctionName`), where `Name` is a required property that specifies the name of the function for which details are requested."]]],[]]