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-03-21 UTC."],[[["This document provides reference documentation for the `ListClustersResponse` class within the Google Kubernetes Engine v1 API for .NET, specifically version 3.4.0."],["The `ListClustersResponse` class is a result of the `ListClustersRequest` and provides a way to access a list of clusters and any potentially missing zones."],["The document lists a comprehensive history of previous versions of `ListClustersResponse`, ranging from 3.33.0 (latest) down to 2.3.0, and allows the user to view and access each of them."],["`ListClustersResponse` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and the class contains two properties: `Clusters`, which is a repeated field of `Cluster` objects, and `MissingZones`, which is a repeated field of strings."],["The documented class `ListClustersResponse` has two constructors, a default parameterless one and one that takes another `ListClustersResponse` as a parameter."]]],[]]