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 document outlines the `ListClustersRequest` class, which is used to request a list of clusters within the Google Cloud Bigtable Admin API, specifically within version 2."],["This class is part of the `Google.Cloud.Bigtable.Admin.V2` namespace and is implemented in the `Google.Cloud.Bigtable.Admin.V2.dll` assembly, and is part of the .NET framework."],["The `ListClustersRequest` class can be constructed without any parameters or using another `ListClustersRequest` object for reference, and has both a `Parent` string property and a `ParentAsInstanceName` property for specifying the instance for which clusters should be listed."],["The provided documentation shows various versions of the `ListClustersRequest` from version `2.4.0` to the latest version `3.24.0` for the Google Cloud Bigtable Admin API, which suggests a history of updates and improvements to the class."],["`PageToken` is a string property that can be set, however, it is currently deprecated and ignored."]]],[]]