public sealed class GetFunctionRequest : IMessage<GetFunctionRequest>, IEquatable<GetFunctionRequest>, IDeepCloneable<GetFunctionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Functions v2 API class GetFunctionRequest.
[[["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 documentation page covers the `GetFunctionRequest` class within the Google Cloud Functions v2 API, specifically for version 1.5.0."],["`GetFunctionRequest` is used to request details of a Google Cloud Function using the `GetFunction` method and implements multiple interfaces for message handling and cloning."],["The class inherits from `object` and has methods such as `GetHashCode`, `GetType`, and `ToString` which are inherited."],["The `GetFunctionRequest` class has two constructors, one default and another that allows creating a new request by copying an existing `GetFunctionRequest` instance."],["`GetFunctionRequest` includes two properties: `FunctionName` for a structured resource name, and `Name` for the required string name of the function."]]],[]]