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 page provides reference documentation for the `ListClustersRequest` class within the Google Cloud Bigtable Administration v2 API, specifically for .NET development."],["The `ListClustersRequest` class is used to send a request to list clusters associated with a specific instance, with the latest version being 3.24.0, while there are multiple versions of the API listed ranging from 3.24.0 to 2.4.0."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its capabilities for handling messages and data structures."],["The `ListClustersRequest` class includes properties like `PageToken` (deprecated), `Parent` (required for specifying the instance name), and `ParentAsInstanceName` (a typed view over the Parent resource name), allowing for detailed request configuration."],["The documentation contains information on the constructors of the `ListClustersRequest` class, providing options for creating an empty request or one cloned from an existing `ListClustersRequest` object."]]],[]]