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-04-17 UTC."],[[["The webpage provides documentation for the `ListClustersRequest` class within the Google Cloud Bigtable Administration v2 API for .NET."],["This class, `ListClustersRequest`, is used to request a list of clusters associated with a specific Bigtable instance, and its latest version is 3.24.0."],["The `ListClustersRequest` class includes properties like `Parent`, `ParentAsInstanceName`, and `PageToken`, which define the scope and parameters of the cluster listing request."],["The page details the inheritance and interfaces implemented by `ListClustersRequest`, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with its namespace, assembly, and constructors."],["The documentation offers links to access different versions, ranging from version 2.4.0 to the latest 3.24.0, of the `ListClustersRequest`."]]],[]]