public sealed class CloudFunctionInfo : IMessage<CloudFunctionInfo>, IEquatable<CloudFunctionInfo>, IDeepCloneable<CloudFunctionInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Management v1 API class CloudFunctionInfo.
For display only. Metadata associated with a Cloud Function.
[[["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."],[[["The latest version of the `CloudFunctionInfo` API is 2.13.0, which can be found alongside other versions from 2.12.0 down to 1.0.0, in a list of versions available for reference."],["`CloudFunctionInfo` is a class in the `Google.Cloud.NetworkManagement.V1` namespace, part of the Network Management v1 API, and is designed to represent metadata for a Cloud Function."],["The `CloudFunctionInfo` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `CloudFunctionInfo` class include `DisplayName`, `Location`, `Uri`, and `VersionId`, providing details about the Cloud Function's name, deployment location, URI, and its latest successful version ID, respectively."],["The `CloudFunctionInfo` class has 2 constructors, the first is a default one with no parameters, and the second requires a `CloudFunctionInfo` parameter."]]],[]]