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 within the `Google.Cloud.Bigtable.Admin.V2` namespace, specifically for version 3.1.0 of the .NET library, used for requesting a list of clusters in Google Cloud Bigtable."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`, which includes inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The `ListClustersRequest` class has properties like `PageToken`, `Parent`, and `ParentAsInstanceName`, where `Parent` is a required field that specifies the instance for which clusters are being listed, or '-' to list for all instances in a project."],["The provided content provides access to documentation for various versions of `Google.Cloud.Bigtable.Admin.V2`, ranging from version 3.24.0 (latest) down to 2.4.0, with all versions pointing to documentation for the `ListClustersRequest` class."],["The class has 2 constructors, a parameterless one and one that accepts another `ListClustersRequest` as an argument, allowing for the creation of a new `ListClustersRequest` from an existing instance."]]],[]]