public sealed class ListClustersRequest : IMessage<ListClustersRequest>, IEquatable<ListClustersRequest>, IDeepCloneable<ListClustersRequest>, IBufferMessage, IMessage
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, which is accessible via a direct link."],["The `ListClustersRequest` class is used to list clusters, with the documentation providing access to versions ranging from 3.33.0 down to 2.3.0, offering a history of the class's changes."],["`ListClustersRequest` inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, providing a range of functionalities."],["The class has properties such as `Parent`, `ProjectId`, and `Zone`, with the latter two being deprecated and replaced by `Parent`, which specifies the project and location."],["There are two constructors, one empty and one that takes another `ListClustersRequest` as an argument, allowing for the creation and cloning of the request object."]]],[]]