public sealed class ListClustersRequest : IMessage<ListClustersRequest>, IEquatable<ListClustersRequest>, IDeepCloneable<ListClustersRequest>, IBufferMessage, IMessage
The parent (project and location) where the clusters will be listed.
Specified in the format projects/*/locations/*.
Location "-" matches all zones and all regions.
Deprecated. The name of the Google Compute Engine
zone in which the
cluster resides, or "-" for all zones. This field has been deprecated and
replaced by the parent field.
[[["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-09 UTC."],[[["The `ListClustersRequest` class, found in the `Google.Cloud.Container.V1` namespace, is used to list clusters, and it is part of the Google Cloud Container API."],["This document details the `ListClustersRequest` class across multiple versions, from 2.3.0 to the latest version, 3.33.0, offering links to the documentation for each version."],["`ListClustersRequest` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class includes properties like `Parent`, `ProjectId` (deprecated), and `Zone` (deprecated) for specifying the scope of the cluster listing request."],["The ListClustersRequest has two constructors: `ListClustersRequest()` and `ListClustersRequest(ListClustersRequest other)` that can be used."]]],[]]