public sealed class GetFunctionRequest : IMessage<GetFunctionRequest>, IEquatable<GetFunctionRequest>, IDeepCloneable<GetFunctionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Functions v2beta 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 details the `GetFunctionRequest` class within the Cloud Functions v2beta API, specifically for version 1.0.0-beta06."],["`GetFunctionRequest` is used to request information about a specific function and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor and one that accepts another `GetFunctionRequest` object as a parameter for copying."],["`GetFunctionRequest` contains two main properties: `FunctionName`, which provides a typed view of the function name, and `Name`, a string that holds the required name of the function."],["This document provides details on the inheritance and implemented interfaces, also on members inherited from the base object class."]]],[]]