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