[[["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-08-28 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eListClustersResponse\u003c/code\u003e API class is 1.0.0-beta04, as part of the Managed Service for Apache Kafka API v1.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eListClustersResponse\u003c/code\u003e is a class that inherits from \u003ccode\u003eobject\u003c/code\u003e and implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIEnumerable\u003c/code\u003e, among others.\u003c/p\u003e\n"],["\u003cp\u003eThis class provides methods and properties to manage the response for listing clusters, including the \u003ccode\u003eClusters\u003c/code\u003e property, which holds a list of \u003ccode\u003eCluster\u003c/code\u003e objects.\u003c/p\u003e\n"],["\u003cp\u003eIt also provides a \u003ccode\u003eNextPageToken\u003c/code\u003e property for pagination and an \u003ccode\u003eUnreachable\u003c/code\u003e property to list locations that could not be reached during the request.\u003c/p\u003e\n"],["\u003cp\u003eThe response can be iterated over through the \u003ccode\u003eGetEnumerator()\u003c/code\u003e method.\u003c/p\u003e\n"]]],[],null,["# Managed Service for Apache Kafka API v1 API - Class ListClustersResponse (1.0.0-beta07)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta07 (latest)](/dotnet/docs/reference/Google.Cloud.ManagedKafka.V1/latest/Google.Cloud.ManagedKafka.V1.ListClustersResponse)\n- [1.0.0-beta06](/dotnet/docs/reference/Google.Cloud.ManagedKafka.V1/1.0.0-beta06/Google.Cloud.ManagedKafka.V1.ListClustersResponse) \n\n public sealed class ListClustersResponse : IMessage\u003cListClustersResponse\u003e, IEquatable\u003cListClustersResponse\u003e, IDeepCloneable\u003cListClustersResponse\u003e, IBufferMessage, IMessage, IPageResponse\u003cCluster\u003e, IEnumerable\u003cCluster\u003e, IEnumerable\n\nReference documentation and code samples for the Managed Service for Apache Kafka API v1 API class ListClustersResponse.\n\nResponse for ListClusters. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListClustersResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListClustersResponse](/dotnet/docs/reference/Google.Cloud.ManagedKafka.V1/latest/Google.Cloud.ManagedKafka.V1.ListClustersResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListClustersResponse](/dotnet/docs/reference/Google.Cloud.ManagedKafka.V1/latest/Google.Cloud.ManagedKafka.V1.ListClustersResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListClustersResponse](/dotnet/docs/reference/Google.Cloud.ManagedKafka.V1/latest/Google.Cloud.ManagedKafka.V1.ListClustersResponse), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html), [IPageResponse](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.IPageResponse-1.html)[Cluster](/dotnet/docs/reference/Google.Cloud.ManagedKafka.V1/latest/Google.Cloud.ManagedKafka.V1.Cluster), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1)[Cluster](/dotnet/docs/reference/Google.Cloud.ManagedKafka.V1/latest/Google.Cloud.ManagedKafka.V1.Cluster), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.ienumerable) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.ManagedKafka.V1](/dotnet/docs/reference/Google.Cloud.ManagedKafka.V1/latest/Google.Cloud.ManagedKafka.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.ManagedKafka.V1.dll\n\nConstructors\n------------\n\n### ListClustersResponse()\n\n public ListClustersResponse()\n\n### ListClustersResponse(ListClustersResponse)\n\n public ListClustersResponse(ListClustersResponse other)\n\nProperties\n----------\n\n### Clusters\n\n public RepeatedField\u003cCluster\u003e Clusters { get; }\n\nThe list of Clusters in the requested parent.\n\n### NextPageToken\n\n public string NextPageToken { get; set; }\n\nA token that can be sent as `page_token` to retrieve the next page of\nresults. If this field is omitted, there are no more results.\n\n### Unreachable\n\n public RepeatedField\u003cstring\u003e Unreachable { get; }\n\nLocations that could not be reached.\n\nMethods\n-------\n\n### GetEnumerator()\n\n public IEnumerator\u003cCluster\u003e GetEnumerator()\n\nReturns an enumerator that iterates through the resources in this response."]]