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