public sealed class LocationMetadata : IMessage<LocationMetadata>, IEquatable<LocationMetadata>, IDeepCloneable<LocationMetadata>, IBufferMessage, IMessage
Metadata for the given [google.cloud.location.Location][google.cloud.location.Location].
[[["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."],[[["This webpage details the `LocationMetadata` class within the `Google.Cloud.AppEngine.V1` namespace, used for providing metadata about a specific location in Google Cloud."],["The latest version of the `LocationMetadata` is 2.4.0, with versions ranging from 1.0.0 up to the latest, each with its own documentation."],["`LocationMetadata` inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `LocationMetadata` class has two key properties: `FlexibleEnvironmentAvailable` and `StandardEnvironmentAvailable`, which indicate the availability of App Engine flexible and standard environments, respectively, in a given location."],["This class includes two constructors: a default one and another that takes an existing `LocationMetadata` object for creating a new instance."]]],[]]