public sealed class LocationMetadata : IMessage<LocationMetadata>, IEquatable<LocationMetadata>, IDeepCloneable<LocationMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Functions v2beta 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-04-09 UTC."],[[["This page provides reference documentation for the `LocationMetadata` class within the Cloud Functions v2beta API in the .NET environment."],["`LocationMetadata` is a sealed class, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it inherits from `object`."],["The class offers two constructors: a default `LocationMetadata()` and another that accepts a `LocationMetadata` object for initialization, `LocationMetadata(LocationMetadata)`."],["The `LocationMetadata` class has one property, `Environments`, which is of type `RepeatedField\u003cEnvironment\u003e` and represents the Cloud Function environments supported by the location."],["This documentation covers versions `1.0.0-beta07` as the latest, and also `1.0.0-beta06`."]]],[]]