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-21 UTC."],[[["This document 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 in a Bigtable instance and implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has two constructors, a default one and one that accepts another `ListClustersRequest` object as a parameter for copying, and it contains properties such as `PageToken`, `Parent`, and `ParentAsInstanceName`."],["The content also includes a list of available versions for this class, ranging from 3.24.0 (latest) down to 2.4.0, all of them directing to a similar page, indicating the history of the class' updates."],["This documentation is part of the Google.Cloud.Bigtable.Admin.V2 namespace and the Google.Cloud.Bigtable.Admin.V2.dll assembly, and details the class's members, such as constructors and properties, that are available for developers."]]],[]]