public sealed class ListClustersRequest : IMessage<ListClustersRequest>, IEquatable<ListClustersRequest>, IDeepCloneable<ListClustersRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class ListClustersRequest.
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."],[[["This webpage provides documentation for the `ListClustersRequest` class within the Google Kubernetes Engine v1 API, specifically for .NET development."],["The latest version documented is 3.33.0, and the page includes a comprehensive list of previous versions, spanning from 3.32.0 down to 2.3.0 for the `ListClustersRequest` class."],["The `ListClustersRequest` class, a part of the `Google.Cloud.Container.V1` namespace, is used for listing clusters and implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`, among others."],["Key properties of the `ListClustersRequest` class include `Parent`, which specifies the project and location for cluster listing, along with the deprecated properties `ProjectId` and `Zone`."],["This `ListClustersRequest` class inherits from the base Object class and has methods including `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]