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."],[[["The latest version available for `Google.Cloud.AppEngine.V1.LocationMetadata` is 2.4.0, and this page specifically documents version 2.0.0."],["The `LocationMetadata` class provides metadata for a given Google Cloud location, which it inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`LocationMetadata` has two constructors, one default and one that accepts another `LocationMetadata` instance as a parameter for copying."],["The class contains three properties: `FlexibleEnvironmentAvailable`, `SearchApiAvailable`, and `StandardEnvironmentAvailable`, all of which are boolean and indicate the availability of specific App Engine features in a given location."],["The properties `FlexibleEnvironmentAvailable`, `SearchApiAvailable` and `StandardEnvironmentAvailable` are all output only, and show whether or not the given API is available in the given location."]]],[]]