Uses of Class
com.google.cloud.gkehub.v1alpha2.GkeHubClient.ListMembershipsPage
-
Packages that use GkeHubClient.ListMembershipsPage Package Description com.google.cloud.gkehub.v1alpha2 A client to GKE Hub API -
-
Uses of GkeHubClient.ListMembershipsPage in com.google.cloud.gkehub.v1alpha2
Methods in com.google.cloud.gkehub.v1alpha2 that return GkeHubClient.ListMembershipsPage Modifier and Type Method Description protected GkeHubClient.ListMembershipsPage
GkeHubClient.ListMembershipsPage. createPage(com.google.api.gax.rpc.PageContext<ListMembershipsRequest,ListMembershipsResponse,Membership> context, ListMembershipsResponse response)
Methods in com.google.cloud.gkehub.v1alpha2 that return types with arguments of type GkeHubClient.ListMembershipsPage Modifier and Type Method Description com.google.api.core.ApiFuture<GkeHubClient.ListMembershipsPage>
GkeHubClient.ListMembershipsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListMembershipsRequest,ListMembershipsResponse,Membership> context, com.google.api.core.ApiFuture<ListMembershipsResponse> futureResponse)
Method parameters in com.google.cloud.gkehub.v1alpha2 with type arguments of type GkeHubClient.ListMembershipsPage Modifier and Type Method Description protected GkeHubClient.ListMembershipsFixedSizeCollection
GkeHubClient.ListMembershipsFixedSizeCollection. createCollection(List<GkeHubClient.ListMembershipsPage> pages, int collectionSize)
-