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