Uses of Class
com.google.cloud.compute.v1.RegionHealthCheckServicesClient.ListPagedResponse
-
Packages that use RegionHealthCheckServicesClient.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 RegionHealthCheckServicesClient.ListPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return RegionHealthCheckServicesClient.ListPagedResponse Modifier and Type Method Description RegionHealthCheckServicesClient.ListPagedResponse
RegionHealthCheckServicesClient. list(ListRegionHealthCheckServicesRequest request)
Lists all the HealthCheckService resources that have been configured for the specified project in the given region.RegionHealthCheckServicesClient.ListPagedResponse
RegionHealthCheckServicesClient. list(String project, String region)
Lists all the HealthCheckService resources that have been configured for the specified project in the given region.Methods in com.google.cloud.compute.v1 that return types with arguments of type RegionHealthCheckServicesClient.ListPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<RegionHealthCheckServicesClient.ListPagedResponse>
RegionHealthCheckServicesClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListRegionHealthCheckServicesRequest,HealthCheckServicesList,HealthCheckService> context, com.google.api.core.ApiFuture<HealthCheckServicesList> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListRegionHealthCheckServicesRequest,RegionHealthCheckServicesClient.ListPagedResponse>
RegionHealthCheckServicesClient. listPagedCallable()
Lists all the HealthCheckService resources that have been configured for the specified project in the given region.com.google.api.gax.rpc.PagedCallSettings.Builder<ListRegionHealthCheckServicesRequest,HealthCheckServicesList,RegionHealthCheckServicesClient.ListPagedResponse>
RegionHealthCheckServicesSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListRegionHealthCheckServicesRequest,HealthCheckServicesList,RegionHealthCheckServicesClient.ListPagedResponse>
RegionHealthCheckServicesSettings. listSettings()
Returns the object with the settings used for calls to list. -
Uses of RegionHealthCheckServicesClient.ListPagedResponse in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type RegionHealthCheckServicesClient.ListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListRegionHealthCheckServicesRequest,RegionHealthCheckServicesClient.ListPagedResponse>
HttpJsonRegionHealthCheckServicesStub. listPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListRegionHealthCheckServicesRequest,RegionHealthCheckServicesClient.ListPagedResponse>
RegionHealthCheckServicesStub. listPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListRegionHealthCheckServicesRequest,HealthCheckServicesList,RegionHealthCheckServicesClient.ListPagedResponse>
RegionHealthCheckServicesStubSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListRegionHealthCheckServicesRequest,HealthCheckServicesList,RegionHealthCheckServicesClient.ListPagedResponse>
RegionHealthCheckServicesStubSettings. listSettings()
Returns the object with the settings used for calls to list.
-