Class ListMembershipsResponse (1.4.2)

ListMembershipsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response message for the GkeHubMembershipService.ListMemberships method.

Attributes

NameDescription
resources Sequence[google.cloud.gkehub_v1beta1.types.Membership]
The list of matching Memberships.
next_page_token str
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.
unreachable Sequence[str]
List of locations that could not be reached while fetching this list.

Inheritance

builtins.object > proto.message.Message > ListMembershipsResponse