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"]],[["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-03-21 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."]]],[]]