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 document provides reference information for the `ListClustersRequest` class within the Google Cloud Bigtable Administration v2 API for .NET."],["The latest version of `ListClustersRequest` is 3.24.0, and the document lists versions back to 2.4.0, accessible via hyperlinks."],["`ListClustersRequest` is used to request a list of clusters for a specific instance or all instances in a project, implementing various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `PageToken` and `Parent`, with `Parent` being a required field to specify the instance, or using `'-'` to list all Clusters in a project."],["There are two constructors, one taking no parameters and the other taking a `ListClustersRequest` parameter, and the class is found within the `Google.Cloud.Bigtable.Admin.V2` namespace, and within the `Google.Cloud.Bigtable.Admin.V2.dll` assembly."]]],[]]