Uses of Class
com.google.cloud.bigqueryconnection.v1.ConnectionServiceClient.ListConnectionsPage
-
Packages that use ConnectionServiceClient.ListConnectionsPage Package Description com.google.cloud.bigqueryconnection.v1 A client to BigQuery Connection API -
-
Uses of ConnectionServiceClient.ListConnectionsPage in com.google.cloud.bigqueryconnection.v1
Methods in com.google.cloud.bigqueryconnection.v1 that return ConnectionServiceClient.ListConnectionsPage Modifier and Type Method Description protected ConnectionServiceClient.ListConnectionsPage
ConnectionServiceClient.ListConnectionsPage. createPage(com.google.api.gax.rpc.PageContext<ListConnectionsRequest,ListConnectionsResponse,Connection> context, ListConnectionsResponse response)
Methods in com.google.cloud.bigqueryconnection.v1 that return types with arguments of type ConnectionServiceClient.ListConnectionsPage Modifier and Type Method Description com.google.api.core.ApiFuture<ConnectionServiceClient.ListConnectionsPage>
ConnectionServiceClient.ListConnectionsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListConnectionsRequest,ListConnectionsResponse,Connection> context, com.google.api.core.ApiFuture<ListConnectionsResponse> futureResponse)
Method parameters in com.google.cloud.bigqueryconnection.v1 with type arguments of type ConnectionServiceClient.ListConnectionsPage Modifier and Type Method Description protected ConnectionServiceClient.ListConnectionsFixedSizeCollection
ConnectionServiceClient.ListConnectionsFixedSizeCollection. createCollection(List<ConnectionServiceClient.ListConnectionsPage> pages, int collectionSize)
-