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, which is used to request details about a specific function in Google Cloud Functions."],["The `GetFunctionRequest` class is a part of the `Google.Cloud.Functions.V1` namespace and is found in the `Google.Cloud.Functions.V1.dll` assembly."],["The class includes two constructors: a default constructor, `GetFunctionRequest()`, and a copy constructor, `GetFunctionRequest(GetFunctionRequest other)`."],["It has two main properties `Name` and `CloudFunctionName`, where `Name` is a string representing the function's name, and `CloudFunctionName` is a typed view of it."],["The documentation lists various versions of the library, with version 2.7.0 being the latest, and version 1.3.0 referencing the provided content."]]],[]]