public sealed class ListClustersResponse : IMessage<ListClustersResponse>, IEquatable<ListClustersResponse>, IDeepCloneable<ListClustersResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class ListClustersResponse.
ListClustersResponse is the result of ListClustersRequest.
[[["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 `ListClustersResponse` class within the Google Kubernetes Engine v1 API."],["The `ListClustersResponse` class is used to represent the results of a `ListClustersRequest` in the Google Cloud Container API."],["The page details different versions of the API, from 2.3.0 all the way up to the latest 3.33.0, allowing users to access specific older versions of the API documentation."],["The `ListClustersResponse` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ListClustersResponse` object contains two main properties, `Clusters` for a list of clusters and `MissingZones` which lists zones that may not be included in the cluster list."]]],[]]