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