public sealed class ListClustersRequest : IMessage<ListClustersRequest>, IEquatable<ListClustersRequest>, IDeepCloneable<ListClustersRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class ListClustersRequest.
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 latest version of the `ListClustersRequest` documentation is 3.24.0, while version 3.8.0 is the current focus of the displayed documentation."],["This documentation page covers the `ListClustersRequest` class, which is a request message for the `BigtableInstanceAdmin.ListClusters` API method."],["The `ListClustersRequest` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains properties such as `PageToken`, `Parent`, and `ParentAsInstanceName`, used for specifying the request parameters when listing clusters, with the `Parent` property being a required field."],["The documentation lists the different versions available for the class, ranging from 3.24.0 down to 2.4.0, each representing different builds."]]],[]]