public sealed class LocationMetadata : IMessage<LocationMetadata>, IEquatable<LocationMetadata>, IDeepCloneable<LocationMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Functions v2 API class LocationMetadata.
[[["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 `LocationMetadata` class in the Google Cloud Functions v2 API provides extra location information and is part of the `Google.Cloud.Functions.V2` namespace within the `Google.Cloud.Functions.V2.dll` assembly."],["This class, implemented in version 1.6.0, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor, `LocationMetadata()`, and another that accepts an existing `LocationMetadata` instance as a parameter, `LocationMetadata(LocationMetadata other)`."],["It has one property `Environments` which returns a repeated list of type `Environment` that represents the Cloud Function environments supported by a given location."],["There are older versions of this class available, ranging from 1.0.0 to 1.5.0, with the most recent version being 1.7.0."]]],[]]