| Package | Description |
|---|---|
| com.google.cloud.compute.v1 |
A client to Google Compute Engine API
The interfaces provided are listed below, along with usage samples.
|
| com.google.cloud.compute.v1.stub |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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<ListAutoscalersRequest,AutoscalerList,AutoscalersClient.ListPagedResponse> |
AutoscalersSettings.listSettings()
Returns the object with the settings used for calls to list.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.UnaryCallable<ListAutoscalersRequest,AutoscalersClient.ListPagedResponse> |
HttpJsonAutoscalersStub.listPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListAutoscalersRequest,AutoscalersClient.ListPagedResponse> |
AutoscalersStub.listPagedCallable() |
com.google.api.gax.rpc.PagedCallSettings<ListAutoscalersRequest,AutoscalerList,AutoscalersClient.ListPagedResponse> |
AutoscalersStubSettings.listSettings()
Returns the object with the settings used for calls to list.
|
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.
|
Copyright © 2024 Google LLC. All rights reserved.