public sealed class ListClustersResponse : IMessage<ListClustersResponse>, IEquatable<ListClustersResponse>, IDeepCloneable<ListClustersResponse>, IBufferMessage, IMessage
Response message for BigtableInstanceAdmin.ListClusters.
public RepeatedField<string> FailedLocations { get; }
Locations from which Cluster information could not be retrieved,
due to an outage or some other transient condition.
Clusters from these locations may be missing from clusters,
or may only have partial information returned.
Values are of the form projects/<project>/locations/<zone_id>
[[["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 `ListClustersResponse` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, specifically for .NET development."],["The `ListClustersResponse` class is used as a response message for the `BigtableInstanceAdmin.ListClusters` method and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of this class is 3.24.0, but the page lists and links to a comprehensive range of versions from 3.24.0 down to 2.4.0, allowing access to documentation for specific releases."],["The `ListClustersResponse` class includes properties like `Clusters`, `FailedLocations`, and `NextPageToken`, with `Clusters` containing a list of the requested clusters and `FailedLocations` detailing locations from which cluster data was not retrievable."],["The page documents two constructors for `ListClustersResponse`: a default constructor and one that takes another `ListClustersResponse` object, as well as providing information on inherited members from the `Object` class."]]],[]]