Uses of Class
com.google.cloud.compute.v1.HealthChecksClient.AggregatedListPagedResponse
-
Packages that use HealthChecksClient.AggregatedListPagedResponse 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.AggregatedListPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return HealthChecksClient.AggregatedListPagedResponse Modifier and Type Method Description HealthChecksClient.AggregatedListPagedResponse
HealthChecksClient. aggregatedList(AggregatedListHealthChecksRequest request)
Retrieves the list of all HealthCheck resources, regional and global, available to the specified project.HealthChecksClient.AggregatedListPagedResponse
HealthChecksClient. aggregatedList(String project)
Retrieves the list of all HealthCheck resources, regional and global, available to the specified project.Methods in com.google.cloud.compute.v1 that return types with arguments of type HealthChecksClient.AggregatedListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AggregatedListHealthChecksRequest,HealthChecksClient.AggregatedListPagedResponse>
HealthChecksClient. aggregatedListPagedCallable()
Retrieves the list of all HealthCheck resources, regional and global, available to the specified project.com.google.api.gax.rpc.PagedCallSettings<AggregatedListHealthChecksRequest,HealthChecksAggregatedList,HealthChecksClient.AggregatedListPagedResponse>
HealthChecksSettings. aggregatedListSettings()
Returns the object with the settings used for calls to aggregatedList.com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListHealthChecksRequest,HealthChecksAggregatedList,HealthChecksClient.AggregatedListPagedResponse>
HealthChecksSettings.Builder. aggregatedListSettings()
Returns the builder for the settings used for calls to aggregatedList.static com.google.api.core.ApiFuture<HealthChecksClient.AggregatedListPagedResponse>
HealthChecksClient.AggregatedListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<AggregatedListHealthChecksRequest,HealthChecksAggregatedList,Map.Entry<String,HealthChecksScopedList>> context, com.google.api.core.ApiFuture<HealthChecksAggregatedList> futureResponse)
-
Uses of HealthChecksClient.AggregatedListPagedResponse in com.google.cloud.compute.v1.stub
-