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