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."],[[["This webpage provides documentation for the `ListClustersRequest` class within the Google Cloud Bigtable Administration v2 API, specifically for .NET."],["The `ListClustersRequest` class is used to request a list of clusters from the BigtableInstanceAdmin and is part of the `Google.Cloud.Bigtable.Admin.V2` namespace."],["The latest version documented is 3.24.0, and the page covers a range of versions down to 2.4.0, with the current version of the page being 3.7.0."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class includes properties like `PageToken`, `Parent`, and `ParentAsInstanceName`, with the `Parent` property being a required string for specifying the instance or project for which to list the clusters."]]],[]]