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 documentation for the `LocationMetadata` class within the Google Cloud Memorystore for Memcached v1 API, specifically version 2.4.0."],["The `LocationMetadata` class offers information on location metadata, and is a sealed class that inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, `LocationMetadata()` and `LocationMetadata(LocationMetadata other)`, for creating instances of the class."],["It contains one main property, `AvailableZones`, which is a map of strings to `ZoneMetadata` objects, representing the available zones within a given location."],["There is an archive of previous versions of this class within the Google Cloud Memcache V1 API, from version 1.0.0 through to 2.5.0."]]],[]]