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-04-09 UTC."],[[["This webpage provides reference documentation for the `ListClustersRequest` class within the Google Kubernetes Engine v1 API for .NET, specifically within the `Google.Cloud.Container.V1` namespace."],["The `ListClustersRequest` class is used to list clusters and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The webpage lists multiple versions of the API, starting from version 2.3.0 up to the latest version, 3.33.0, enabling users to navigate to the documentation for various versions."],["The `ListClustersRequest` class has properties like `Parent`, `ProjectId`, and `Zone` which are used to specify the location of the clusters to be listed; `ProjectId` and `Zone` are now deprecated in favor of `Parent`."],["The webpage details the constructors of the class `ListClustersRequest()`, `ListClustersRequest(ListClustersRequest other)`, and lists members that are inherited from the `object` class."]]],[]]