Uses of Class
com.google.cloud.channel.v1.CloudChannelServiceClient.ListOffersPage
-
Packages that use CloudChannelServiceClient.ListOffersPage Package Description com.google.cloud.channel.v1 A client to Cloud Channel API -
-
Uses of CloudChannelServiceClient.ListOffersPage in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return CloudChannelServiceClient.ListOffersPage Modifier and Type Method Description protected CloudChannelServiceClient.ListOffersPage
CloudChannelServiceClient.ListOffersPage. createPage(com.google.api.gax.rpc.PageContext<ListOffersRequest,ListOffersResponse,Offer> context, ListOffersResponse response)
Methods in com.google.cloud.channel.v1 that return types with arguments of type CloudChannelServiceClient.ListOffersPage Modifier and Type Method Description com.google.api.core.ApiFuture<CloudChannelServiceClient.ListOffersPage>
CloudChannelServiceClient.ListOffersPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListOffersRequest,ListOffersResponse,Offer> context, com.google.api.core.ApiFuture<ListOffersResponse> futureResponse)
Method parameters in com.google.cloud.channel.v1 with type arguments of type CloudChannelServiceClient.ListOffersPage Modifier and Type Method Description protected CloudChannelServiceClient.ListOffersFixedSizeCollection
CloudChannelServiceClient.ListOffersFixedSizeCollection. createCollection(List<CloudChannelServiceClient.ListOffersPage> pages, int collectionSize)
-