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