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."],[[["The webpage provides documentation for the `ListClustersRequest` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, specifically for the .NET platform."],["This class is used as a request message for the `BigtableInstanceAdmin.ListClusters` method and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the `ListClustersRequest` documentation is version 3.24.0, with documentation available for several versions down to 2.4.0."],["The class includes properties such as `PageToken`, `Parent`, and `ParentAsInstanceName`, with the `Parent` property being required and used to specify the instance from which to list clusters, or to list all clusters in a project."],["This class also includes two constructors, one public default constructor, and one that accepts another `ListClustersRequest` as a parameter."]]],[]]