public sealed class ListInstancesResponse : IMessage<ListInstancesResponse>, IEquatable<ListInstancesResponse>, IDeepCloneable<ListInstancesResponse>, IBufferMessage, IMessage
Response message for BigtableInstanceAdmin.ListInstances.
public RepeatedField<string> FailedLocations { get; }
Locations from which Instance information could not be retrieved,
due to an outage or some other transient condition.
Instances whose Clusters are all in one of the failed locations
may be missing from instances, and Instances with at least one
Cluster in a failed location 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-25 UTC."],[[["The content provides documentation for the `ListInstancesResponse` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, detailing its structure and functionality for various versions, with the latest version being 3.24.0."],["`ListInstancesResponse` is a class used as a response message for `BigtableInstanceAdmin.ListInstances`, implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `FailedLocations`, a `RepeatedField` of strings indicating locations where instance information retrieval failed, and `Instances`, a `RepeatedField` of `Instance` objects representing the list of requested instances."],["There is a `NextPageToken` string property, but it is noted as deprecated and unused."],["The `ListInstancesResponse` class has two constructors: a parameterless one and another that takes another `ListInstancesResponse` as a parameter to copy its values."]]],[]]