Uses of Class
com.google.cloud.compute.v1.RegionAutoscalersClient.ListPagedResponse
-
Packages that use RegionAutoscalersClient.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 RegionAutoscalersClient.ListPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return RegionAutoscalersClient.ListPagedResponse Modifier and Type Method Description RegionAutoscalersClient.ListPagedResponseRegionAutoscalersClient. list(ListRegionAutoscalersRequest request)Retrieves a list of autoscalers contained within the specified region.RegionAutoscalersClient.ListPagedResponseRegionAutoscalersClient. list(String project, String region)Retrieves a list of autoscalers contained within the specified region.Methods in com.google.cloud.compute.v1 that return types with arguments of type RegionAutoscalersClient.ListPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<RegionAutoscalersClient.ListPagedResponse>RegionAutoscalersClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListRegionAutoscalersRequest,RegionAutoscalerList,Autoscaler> context, com.google.api.core.ApiFuture<RegionAutoscalerList> futureResponse)com.google.api.gax.rpc.UnaryCallable<ListRegionAutoscalersRequest,RegionAutoscalersClient.ListPagedResponse>RegionAutoscalersClient. listPagedCallable()Retrieves a list of autoscalers contained within the specified region.com.google.api.gax.rpc.PagedCallSettings.Builder<ListRegionAutoscalersRequest,RegionAutoscalerList,RegionAutoscalersClient.ListPagedResponse>RegionAutoscalersSettings.Builder. listSettings()Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListRegionAutoscalersRequest,RegionAutoscalerList,RegionAutoscalersClient.ListPagedResponse>RegionAutoscalersSettings. listSettings()Returns the object with the settings used for calls to list. -
Uses of RegionAutoscalersClient.ListPagedResponse in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type RegionAutoscalersClient.ListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListRegionAutoscalersRequest,RegionAutoscalersClient.ListPagedResponse>HttpJsonRegionAutoscalersStub. listPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListRegionAutoscalersRequest,RegionAutoscalersClient.ListPagedResponse>RegionAutoscalersStub. listPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListRegionAutoscalersRequest,RegionAutoscalerList,RegionAutoscalersClient.ListPagedResponse>RegionAutoscalersStubSettings.Builder. listSettings()Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListRegionAutoscalersRequest,RegionAutoscalerList,RegionAutoscalersClient.ListPagedResponse>RegionAutoscalersStubSettings. listSettings()Returns the object with the settings used for calls to list.
-