public sealed class LocationMetadata : IMessage<LocationMetadata>, IEquatable<LocationMetadata>, IDeepCloneable<LocationMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Memorystore for Memcache v1beta2 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."],[[["The latest version of the `LocationMetadata` class is `2.0.0-beta06`, which is part of the Google Cloud Memorystore for Memcache v1beta2 API."],["This class provides metadata for a specific Google Cloud location, offering details about available zones within that location."],["It inherits from the `object` class and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `LocationMetadata` class includes a `AvailableZones` property, which is an output-only map containing zone IDs and their associated metadata, useful for creating Memcached instances."]]],[]]