public sealed class GetFunctionRequest : IMessage<GetFunctionRequest>, IEquatable<GetFunctionRequest>, IDeepCloneable<GetFunctionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Functions v1 API class GetFunctionRequest.
Optional. The optional version of the 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. Each deployment creates a config
version of the underlying function. GCF may keep historical configs for old
versions. This field can be specified to fetch the historical configs.
Leave it blank or set to 0 to get the latest version of the 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."],[[["\u003cp\u003eThis document provides reference documentation for the \u003ccode\u003eGetFunctionRequest\u003c/code\u003e class within the Google Cloud Functions v1 API for .NET.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGetFunctionRequest\u003c/code\u003e class is used to request details about a specific Cloud Function.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties such as \u003ccode\u003eName\u003c/code\u003e to specify the function, \u003ccode\u003eVersionId\u003c/code\u003e to retrieve historical configurations, and \u003ccode\u003eCloudFunctionName\u003c/code\u003e which gives a typed-view of the Name property.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGetFunctionRequest\u003c/code\u003e class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThere are various versions of the \u003ccode\u003eGetFunctionRequest\u003c/code\u003e available, ranging from version 1.1.0 up to the latest version 2.7.0.\u003c/p\u003e\n"]]],[],null,[]]