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."],[[["The latest version of the `ListClustersRequest` documentation is 3.33.0, but this page is showing version 3.14.0, which is one of many previous versions."],["`ListClustersRequest` is a class within the Google Kubernetes Engine v1 API, used for listing clusters and it inherits from `object` and implements multiple interfaces."],["The `ListClustersRequest` class has two constructors: a default constructor and a constructor that takes another `ListClustersRequest` instance as a parameter."],["There are three properties available in the `ListClustersRequest` class: `Parent` which is for specifying the project and location for listing clusters, and `ProjectId` and `Zone`, which are both deprecated."],["The ListClustersRequest class can be found within the Google.Cloud.Container.V1 namespace inside the Google.Cloud.Container.V1.dll assembly."]]],[]]