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