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."],[[["The documentation pertains to the `LocationMetadata` class within the Google Cloud Memorystore for Memcached v1 API."],["`LocationMetadata` provides information about available zones in a given location, as accessible through its `AvailableZones` property."],["The class is part of the `Google.Cloud.Memcache.V1` namespace and is implemented in the `Google.Cloud.Memcache.V1.dll` assembly."],["Version 2.5.0 is the latest version of the documentation, and various versions are available from 1.0.0 to 2.5.0, each linked to its corresponding documentation."]]],[]]