public sealed class ListClustersRequest : IMessage<ListClustersRequest>, IEquatable<ListClustersRequest>, IDeepCloneable<ListClustersRequest>, IBufferMessage, IMessage
Request message for BigtableInstanceAdmin.ListClusters.
Required. The unique name of the instance for which a list of clusters is requested.
Values are of the form projects/{project}/instances/{instance}.
Use {instance} = '-' to list Clusters for all Instances in a project,
e.g., projects/myproject/instances/-.
[[["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."],[[["This webpage details the `ListClustersRequest` class, which is used to request a list of clusters in Google Cloud Bigtable."],["The `ListClustersRequest` class is part of the `Google.Cloud.Bigtable.Admin.V2` namespace within the .NET library and has many versions available, with 3.24.0 being the latest, and going down as low as 2.4.0."],["The `ListClustersRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one default and another that accepts another `ListClustersRequest` object to copy, in addition to having two properties `PageToken` and `Parent` to utilize."],["The `Parent` property uses the format of `projects/{project}/instances/{instance}`, however, you can use `projects/myproject/instances/-` to get all instances for that project."]]],[]]