public sealed class LocationMetadata : IMessage<LocationMetadata>, IEquatable<LocationMetadata>, IDeepCloneable<LocationMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class LocationMetadata.
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 `LocationMetadata` class in the Google.Cloud.AppEngine.V1 API provides metadata for Google Cloud locations, including information on the availability of App Engine environments."],["The latest version of the Google.Cloud.AppEngine.V1 API is 2.4.0, with a history of versions going back to 1.0.0."],["This `LocationMetadata` class implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its robust structure."],["The class contains properties like `FlexibleEnvironmentAvailable`, `SearchApiAvailable`, and `StandardEnvironmentAvailable` to indicate if the respective environments and APIs are available in a certain location."],["The class documentation displays that it can be constructed using either an empty constructor or one that takes another LocationMetadata object."]]],[]]