public sealed class LocationMetadata : IMessage<LocationMetadata>, IEquatable<LocationMetadata>, IDeepCloneable<LocationMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Memorystore for Memcached v1 API class LocationMetadata.
Metadata for the given [google.cloud.location.Location][google.cloud.location.Location].
public MapField<string, ZoneMetadata> AvailableZones { get; }
Output only. The set of available zones in the location. The map is keyed
by the lowercase ID of each zone, as defined by GCE. These keys can be
specified in the zones field when creating a Memcached instance.
[[["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 provides reference documentation for the `LocationMetadata` class within the Google Cloud Memorystore for Memcached v1 API."],["The `LocationMetadata` class represents metadata for a given Google Cloud location and implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes a property named `AvailableZones`, which is a `MapField` containing the set of available zones within a location, keyed by their lowercase IDs."],["The page lists various versions of the API documentation, with version 2.5.0 being the latest."],["The webpage provides information about the constructors and inherited members of the `LocationMetadata` class."]]],[]]