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 content covers a comprehensive list of available versions, ranging from version 3.33.0 (latest) down to 2.3.0, each linking to its respective `ListClustersRequest` documentation."],["`ListClustersRequest` is a class used to list clusters, inheriting from `Object` and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ListClustersRequest` class has properties such as `Parent`, `ProjectId`, and `Zone`, where `ProjectId` and `Zone` are now deprecated in favor of the `Parent` property for specifying the location of the clusters."],["The page also includes constructor information for creating a new `ListClustersRequest`, as well as a link to the relevant namespace `Google.Cloud.Container.V1`."]]],[]]