A token to request the next page of resources from the
ListMemberships method. The value of an empty string means that
there are no more resources to return.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis page provides documentation for the \u003ccode\u003eListMembershipsResponse\u003c/code\u003e class within the Google Cloud GKE Hub v1beta1 API, detailing its use in the .NET environment.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListMembershipsResponse\u003c/code\u003e class is a response message for the \u003ccode\u003eGkeHubMembershipService.ListMemberships\u003c/code\u003e method, and implements multiple interfaces including \u003ccode\u003eIPageResponse\u003c/code\u003e, \u003ccode\u003eIEnumerable\u003c/code\u003e, and \u003ccode\u003eIMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties like \u003ccode\u003eNextPageToken\u003c/code\u003e to handle pagination, \u003ccode\u003eResources\u003c/code\u003e to list matching Memberships, and \u003ccode\u003eUnreachable\u003c/code\u003e to track locations that couldn't be reached.\u003c/p\u003e\n"],["\u003cp\u003eThere are three available versions of the documentation, with \u003ccode\u003e2.0.0-beta07\u003c/code\u003e being the latest release.\u003c/p\u003e\n"],["\u003cp\u003eThe class also contains constructors, including one that takes in another \u003ccode\u003eListMembershipsResponse\u003c/code\u003e object, as well as the \u003ccode\u003eGetEnumerator()\u003c/code\u003e method to iterate through resources.\u003c/p\u003e\n"]]],[],null,["# GKE Hub v1beta1 API - Class ListMembershipsResponse (2.0.0-beta07)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta07 (latest)](/dotnet/docs/reference/Google.Cloud.GkeHub.V1Beta1/latest/Google.Cloud.GkeHub.V1Beta1.ListMembershipsResponse)\n- [2.0.0-beta06](/dotnet/docs/reference/Google.Cloud.GkeHub.V1Beta1/2.0.0-beta06/Google.Cloud.GkeHub.V1Beta1.ListMembershipsResponse)\n- [1.0.0-beta04](/dotnet/docs/reference/Google.Cloud.GkeHub.V1Beta1/1.0.0-beta04/Google.Cloud.GkeHub.V1Beta1.ListMembershipsResponse) \n\n public sealed class ListMembershipsResponse : IPageResponse\u003cMembership\u003e, IEnumerable\u003cMembership\u003e, IEnumerable, IMessage\u003cListMembershipsResponse\u003e, IEquatable\u003cListMembershipsResponse\u003e, IDeepCloneable\u003cListMembershipsResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the GKE Hub v1beta1 API class ListMembershipsResponse.\n\nResponse message for the `GkeHubMembershipService.ListMemberships` method. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListMembershipsResponse \n\nImplements\n----------\n\n[IPageResponse](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/PagedEnumerableCommon.cs)[Membership](/dotnet/docs/reference/Google.Cloud.GkeHub.V1Beta1/latest/Google.Cloud.GkeHub.V1Beta1.Membership), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1)[Membership](/dotnet/docs/reference/Google.Cloud.GkeHub.V1Beta1/latest/Google.Cloud.GkeHub.V1Beta1.Membership), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.ienumerable), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListMembershipsResponse](/dotnet/docs/reference/Google.Cloud.GkeHub.V1Beta1/latest/Google.Cloud.GkeHub.V1Beta1.ListMembershipsResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListMembershipsResponse](/dotnet/docs/reference/Google.Cloud.GkeHub.V1Beta1/latest/Google.Cloud.GkeHub.V1Beta1.ListMembershipsResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListMembershipsResponse](/dotnet/docs/reference/Google.Cloud.GkeHub.V1Beta1/latest/Google.Cloud.GkeHub.V1Beta1.ListMembershipsResponse), [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) \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.GkeHub.V1Beta1](/dotnet/docs/reference/Google.Cloud.GkeHub.V1Beta1/latest/Google.Cloud.GkeHub.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.GkeHub.V1Beta1.dll\n\nConstructors\n------------\n\n### ListMembershipsResponse()\n\n public ListMembershipsResponse()\n\n### ListMembershipsResponse(ListMembershipsResponse)\n\n public ListMembershipsResponse(ListMembershipsResponse other)\n\nProperties\n----------\n\n### NextPageToken\n\n public string NextPageToken { get; set; }\n\nA token to request the next page of resources from the\n`ListMemberships` method. The value of an empty string means that\nthere are no more resources to return.\n\n### Resources\n\n public RepeatedField\u003cMembership\u003e Resources { get; }\n\nThe list of matching Memberships.\n\n### Unreachable\n\n public RepeatedField\u003cstring\u003e Unreachable { get; }\n\nList of locations that could not be reached while fetching this list.\n\nMethods\n-------\n\n### GetEnumerator()\n\n public IEnumerator\u003cMembership\u003e GetEnumerator()\n\nReturns an enumerator that iterates through the resources in this response."]]