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