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