Uses of Class
com.google.cloud.eventarc.v1.EventarcClient.ListChannelsPage
-
Packages that use EventarcClient.ListChannelsPage Package Description com.google.cloud.eventarc.v1 A client to Eventarc API -
-
Uses of EventarcClient.ListChannelsPage in com.google.cloud.eventarc.v1
Methods in com.google.cloud.eventarc.v1 that return EventarcClient.ListChannelsPage Modifier and Type Method Description protected EventarcClient.ListChannelsPage
EventarcClient.ListChannelsPage. createPage(com.google.api.gax.rpc.PageContext<ListChannelsRequest,ListChannelsResponse,Channel> context, ListChannelsResponse response)
Methods in com.google.cloud.eventarc.v1 that return types with arguments of type EventarcClient.ListChannelsPage Modifier and Type Method Description com.google.api.core.ApiFuture<EventarcClient.ListChannelsPage>
EventarcClient.ListChannelsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListChannelsRequest,ListChannelsResponse,Channel> context, com.google.api.core.ApiFuture<ListChannelsResponse> futureResponse)
Method parameters in com.google.cloud.eventarc.v1 with type arguments of type EventarcClient.ListChannelsPage Modifier and Type Method Description protected EventarcClient.ListChannelsFixedSizeCollection
EventarcClient.ListChannelsFixedSizeCollection. createCollection(List<EventarcClient.ListChannelsPage> pages, int collectionSize)
-