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-21 UTC."],[[["The page provides documentation for the `ListClustersRequest` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, specifically for .NET development."],["This class is a request message used by `BigtableInstanceAdmin.ListClusters` and implements various interfaces for message handling, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation includes information on available versions, with the latest being 3.24.0 and many previous versions such as 3.23.0, 3.22.0, and so forth, all the way down to version 2.4.0, and all versions include `ListClustersRequest`."],["`ListClustersRequest` has two constructors, a default one and one that takes another `ListClustersRequest` as a parameter for copying, and it contains the properties `PageToken`, `Parent`, and `ParentAsInstanceName` for configuring the list request."],["The required `Parent` property specifies the instance to be queried for clusters and can be set to list clusters for a specific instance or all instances within a project."]]],[]]