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