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 webpage provides documentation for the `ListClustersRequest` class within the Google Kubernetes Engine v1 API for .NET, offering a comprehensive overview of its functionality and usage."],["This class, `ListClustersRequest`, is used to list clusters and is part of the `Google.Cloud.Container.V1` namespace within the Google Cloud .NET library."],["The page includes links to documentation for various versions of the API, ranging from version 2.3.0 to the latest version, 3.33.0, demonstrating backward compatibility and version history for the `ListClustersRequest`."],["`ListClustersRequest` is a class that inherits from the base `object` class and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ListClustersRequest` class contains properties such as `Parent`, which specifies the project and location to list clusters, and deprecated properties like `ProjectId` and `Zone`, which were used in older versions and have been replaced by the `Parent` property."]]],[]]