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, which provides metadata for a given Google Cloud location in the `Google.Cloud.AppEngine.V1` namespace."],["The `LocationMetadata` class is a sealed class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It provides properties indicating whether the App Engine flexible environment (`FlexibleEnvironmentAvailable`), the Search API (`SearchApiAvailable`), and the App Engine standard environment (`StandardEnvironmentAvailable`) are available in a particular location."],["The class has two constructors: a default one and one that takes another `LocationMetadata` object as a parameter."],["The most current version is 2.4.0, with the versions in descending order, down to version 1.0.0."]]],[]]