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-03-21 UTC."],[[["The `ListClustersRequest` class, found in the `Google.Cloud.Container.V1` namespace, is used to list clusters and is part of the Google Cloud Container API's .NET library, specifically for versions ranging from 2.3.0 to 3.33.0."],["`ListClustersRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and object management within the Google Protobuf framework."],["The class includes constructors for creating new instances, either empty or by cloning an existing `ListClustersRequest` object."],["It has properties such as `Parent`, `ProjectId`, and `Zone` to specify the scope of the cluster listing, with `ProjectId` and `Zone` being deprecated in favor of the `Parent` property, which uses the format `projects/*/locations/*`."],["The latest version available is 3.33.0, which, along with older versions, can be found in the reference documentation, each with a link to its own specific page that would contain more information."]]],[]]