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 latest version of `ListClustersRequest` is 3.33.0, with a list of previous versions available, ranging down to version 2.3.0."],["`ListClustersRequest` is a class used for listing clusters within the Google Cloud Container V1 namespace."],["The `ListClustersRequest` class has constructors for creating new instances and for cloning from an existing `ListClustersRequest` object."],["The `ListClustersRequest` class contains properties `Parent`, `ProjectId`, and `Zone`, where `ProjectId` and `Zone` are deprecated and replaced by the `Parent` property, which specifies the project and location for listing clusters."],["`ListClustersRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."]]],[]]