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 webpage provides a comprehensive list of versions for the `ListClustersRequest` class within the `Google.Cloud.Container.V1` namespace, ranging from version 3.33.0 (latest) down to 2.3.0."],["`ListClustersRequest` is a class used for listing clusters, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Parent`, `ProjectId` (deprecated), and `Zone` (deprecated) to specify the location and project for listing clusters, with the `Parent` property replacing the `ProjectId` and `Zone` properties."],["The current page focuses on version 2.6.0 of ListClustersRequest, and provides a full class breakdown, including constructors, properties and members."],["There are two constructors available for the ListClustersRequest class, a default constructor and one that accepts another ListClustersRequest instance as a parameter."]]],[]]