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