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 page provides reference documentation for the `ListClustersResponse` class within the Google Kubernetes Engine v1 API for .NET, specifically version 3.23.0 and up to 3.33.0 which is the latest."],["`ListClustersResponse` is a class that represents the result of a `ListClustersRequest`, allowing users to retrieve a list of clusters."],["The `ListClustersResponse` class includes properties such as `Clusters` (a list of clusters) and `MissingZones` (zones that may be missing from the returned cluster list)."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used in Google Protobuf environments."],["This documentation also includes information about the constructors, inherited members, namespace (`Google.Cloud.Container.V1`), and the assembly (`Google.Cloud.Container.V1.dll`) for the `ListClustersResponse` class."]]],[]]