Uses of Class
com.google.cloud.compute.v1.RegionSslCertificatesClient.ListPagedResponse
-
Packages that use RegionSslCertificatesClient.ListPagedResponse 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 RegionSslCertificatesClient.ListPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return RegionSslCertificatesClient.ListPagedResponse Modifier and Type Method Description RegionSslCertificatesClient.ListPagedResponse
RegionSslCertificatesClient. list(ListRegionSslCertificatesRequest request)
Retrieves the list of SslCertificate resources available to the specified project in the specified region.RegionSslCertificatesClient.ListPagedResponse
RegionSslCertificatesClient. list(String project, String region)
Retrieves the list of SslCertificate resources available to the specified project in the specified region.Methods in com.google.cloud.compute.v1 that return types with arguments of type RegionSslCertificatesClient.ListPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<RegionSslCertificatesClient.ListPagedResponse>
RegionSslCertificatesClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListRegionSslCertificatesRequest,SslCertificateList,SslCertificate> context, com.google.api.core.ApiFuture<SslCertificateList> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListRegionSslCertificatesRequest,RegionSslCertificatesClient.ListPagedResponse>
RegionSslCertificatesClient. listPagedCallable()
Retrieves the list of SslCertificate resources available to the specified project in the specified region.com.google.api.gax.rpc.PagedCallSettings.Builder<ListRegionSslCertificatesRequest,SslCertificateList,RegionSslCertificatesClient.ListPagedResponse>
RegionSslCertificatesSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListRegionSslCertificatesRequest,SslCertificateList,RegionSslCertificatesClient.ListPagedResponse>
RegionSslCertificatesSettings. listSettings()
Returns the object with the settings used for calls to list. -
Uses of RegionSslCertificatesClient.ListPagedResponse in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type RegionSslCertificatesClient.ListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListRegionSslCertificatesRequest,RegionSslCertificatesClient.ListPagedResponse>
HttpJsonRegionSslCertificatesStub. listPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListRegionSslCertificatesRequest,RegionSslCertificatesClient.ListPagedResponse>
RegionSslCertificatesStub. listPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListRegionSslCertificatesRequest,SslCertificateList,RegionSslCertificatesClient.ListPagedResponse>
RegionSslCertificatesStubSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListRegionSslCertificatesRequest,SslCertificateList,RegionSslCertificatesClient.ListPagedResponse>
RegionSslCertificatesStubSettings. listSettings()
Returns the object with the settings used for calls to list.
-