Uses of Class
com.google.cloud.compute.v1.InterconnectLocationsClient.ListPage
-
Packages that use InterconnectLocationsClient.ListPage Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of InterconnectLocationsClient.ListPage in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return InterconnectLocationsClient.ListPage Modifier and Type Method Description protected InterconnectLocationsClient.ListPage
InterconnectLocationsClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListInterconnectLocationsRequest,InterconnectLocationList,InterconnectLocation> context, InterconnectLocationList response)
Methods in com.google.cloud.compute.v1 that return types with arguments of type InterconnectLocationsClient.ListPage Modifier and Type Method Description com.google.api.core.ApiFuture<InterconnectLocationsClient.ListPage>
InterconnectLocationsClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListInterconnectLocationsRequest,InterconnectLocationList,InterconnectLocation> context, com.google.api.core.ApiFuture<InterconnectLocationList> futureResponse)
Method parameters in com.google.cloud.compute.v1 with type arguments of type InterconnectLocationsClient.ListPage Modifier and Type Method Description protected InterconnectLocationsClient.ListFixedSizeCollection
InterconnectLocationsClient.ListFixedSizeCollection. createCollection(List<InterconnectLocationsClient.ListPage> pages, int collectionSize)
-