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.
Optional. The version of the 1st gen function whose details should
be obtained. The version of a 1st gen function is an integer that starts
from 1 and gets incremented on redeployments. GCF may keep historical
configs for old versions of 1st gen function. This field can be specified
to fetch the historical configs. This field is valid only for GCF 1st gen
function.
[[["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."],[[["The latest version of the `GetFunctionRequest` class is 1.7.0, within the `Google.Cloud.Functions.V2` API."],["`GetFunctionRequest` is a request class used to retrieve details of a specific function in the Cloud Functions v2 API."],["The class provides methods for retrieving function details, including the function's name via `Name` property and optionally the `Revision` of a 1st generation function."],["`GetFunctionRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for flexible object handling."],["Previous versions of `GetFunctionRequest` from 1.0.0 to 1.6.0 are also documented and accessible, providing a version history."]]],[]]