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