Uses of Class
com.google.cloud.compute.v1.SslCertificatesClient.AggregatedListPagedResponse
-
Packages that use SslCertificatesClient.AggregatedListPagedResponse Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples.com.google.cloud.compute.v1.stub -
-
Uses of SslCertificatesClient.AggregatedListPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return SslCertificatesClient.AggregatedListPagedResponse Modifier and Type Method Description SslCertificatesClient.AggregatedListPagedResponse
SslCertificatesClient. aggregatedList(AggregatedListSslCertificatesRequest request)
Retrieves the list of all SslCertificate resources, regional and global, available to the specified project.SslCertificatesClient.AggregatedListPagedResponse
SslCertificatesClient. aggregatedList(String project)
Retrieves the list of all SslCertificate resources, regional and global, available to the specified project.Methods in com.google.cloud.compute.v1 that return types with arguments of type SslCertificatesClient.AggregatedListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AggregatedListSslCertificatesRequest,SslCertificatesClient.AggregatedListPagedResponse>
SslCertificatesClient. aggregatedListPagedCallable()
Retrieves the list of all SslCertificate resources, regional and global, available to the specified project.com.google.api.gax.rpc.PagedCallSettings<AggregatedListSslCertificatesRequest,SslCertificateAggregatedList,SslCertificatesClient.AggregatedListPagedResponse>
SslCertificatesSettings. aggregatedListSettings()
Returns the object with the settings used for calls to aggregatedList.com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListSslCertificatesRequest,SslCertificateAggregatedList,SslCertificatesClient.AggregatedListPagedResponse>
SslCertificatesSettings.Builder. aggregatedListSettings()
Returns the builder for the settings used for calls to aggregatedList.static com.google.api.core.ApiFuture<SslCertificatesClient.AggregatedListPagedResponse>
SslCertificatesClient.AggregatedListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<AggregatedListSslCertificatesRequest,SslCertificateAggregatedList,Map.Entry<String,SslCertificatesScopedList>> context, com.google.api.core.ApiFuture<SslCertificateAggregatedList> futureResponse)
-
Uses of SslCertificatesClient.AggregatedListPagedResponse in com.google.cloud.compute.v1.stub
-