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."],[[["This webpage provides documentation for the `ListClustersRequest` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, specifically for version 2.7.0."],["The `ListClustersRequest` class is used to request a list of clusters from the BigtableInstanceAdmin and inherits from multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The documentation details the `ListClustersRequest` class's constructors, including a default constructor and one that accepts another `ListClustersRequest` object, along with it's respective properties."],["The page lists available versions of the `ListClustersRequest`, ranging from 3.24.0 (latest) down to 2.4.0, allowing users to navigate to the documentation for different versions."],["The `ListClustersRequest` class contains the properties `PageToken`, which is now deprecated, `Parent`, which is required to list the clusters under a specified instance, and `ParentAsInstanceName`, which is a view of the `Parent` property with the `InstanceName` type."]]],[]]