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