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