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 `LocationMetadata` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It offers two constructors: a default constructor `LocationMetadata()` and one that accepts another `LocationMetadata` object as a parameter for copying its values."],["Key properties within the `LocationMetadata` class include `FlexibleEnvironmentAvailable`, `SearchApiAvailable`, and `StandardEnvironmentAvailable`, all of which are boolean values indicating the availability of certain App Engine features in a given location."],["The page lists the available versions of this class, with version 2.4.0 being the latest, and ranging down to version 1.0.0."]]],[]]