Uses of Class
com.google.cloud.compute.v1.TargetPoolsClient.AggregatedListPagedResponse
-
Packages that use TargetPoolsClient.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 TargetPoolsClient.AggregatedListPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return TargetPoolsClient.AggregatedListPagedResponse Modifier and Type Method Description TargetPoolsClient.AggregatedListPagedResponse
TargetPoolsClient. aggregatedList(AggregatedListTargetPoolsRequest request)
Retrieves an aggregated list of target pools.TargetPoolsClient.AggregatedListPagedResponse
TargetPoolsClient. aggregatedList(String project)
Retrieves an aggregated list of target pools.Methods in com.google.cloud.compute.v1 that return types with arguments of type TargetPoolsClient.AggregatedListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AggregatedListTargetPoolsRequest,TargetPoolsClient.AggregatedListPagedResponse>
TargetPoolsClient. aggregatedListPagedCallable()
Retrieves an aggregated list of target pools.com.google.api.gax.rpc.PagedCallSettings<AggregatedListTargetPoolsRequest,TargetPoolAggregatedList,TargetPoolsClient.AggregatedListPagedResponse>
TargetPoolsSettings. aggregatedListSettings()
Returns the object with the settings used for calls to aggregatedList.com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListTargetPoolsRequest,TargetPoolAggregatedList,TargetPoolsClient.AggregatedListPagedResponse>
TargetPoolsSettings.Builder. aggregatedListSettings()
Returns the builder for the settings used for calls to aggregatedList.static com.google.api.core.ApiFuture<TargetPoolsClient.AggregatedListPagedResponse>
TargetPoolsClient.AggregatedListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<AggregatedListTargetPoolsRequest,TargetPoolAggregatedList,Map.Entry<String,TargetPoolsScopedList>> context, com.google.api.core.ApiFuture<TargetPoolAggregatedList> futureResponse)
-
Uses of TargetPoolsClient.AggregatedListPagedResponse in com.google.cloud.compute.v1.stub
-