| 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 |
|---|---|
InstanceGroupManagersClient.ListErrorsPagedResponse |
InstanceGroupManagersClient.listErrors(ListErrorsInstanceGroupManagersRequest request)
Lists all errors thrown by actions on instances for a given managed instance group.
|
InstanceGroupManagersClient.ListErrorsPagedResponse |
InstanceGroupManagersClient.listErrors(String project,
String zone,
String instanceGroupManager)
Lists all errors thrown by actions on instances for a given managed instance group.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<InstanceGroupManagersClient.ListErrorsPagedResponse> |
InstanceGroupManagersClient.ListErrorsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListErrorsInstanceGroupManagersRequest,InstanceGroupManagersListErrorsResponse,InstanceManagedByIgmError> context,
com.google.api.core.ApiFuture<InstanceGroupManagersListErrorsResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListErrorsInstanceGroupManagersRequest,InstanceGroupManagersClient.ListErrorsPagedResponse> |
InstanceGroupManagersClient.listErrorsPagedCallable()
Lists all errors thrown by actions on instances for a given managed instance group.
|
com.google.api.gax.rpc.PagedCallSettings<ListErrorsInstanceGroupManagersRequest,InstanceGroupManagersListErrorsResponse,InstanceGroupManagersClient.ListErrorsPagedResponse> |
InstanceGroupManagersSettings.listErrorsSettings()
Returns the object with the settings used for calls to listErrors.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListErrorsInstanceGroupManagersRequest,InstanceGroupManagersListErrorsResponse,InstanceGroupManagersClient.ListErrorsPagedResponse> |
InstanceGroupManagersSettings.Builder.listErrorsSettings()
Returns the builder for the settings used for calls to listErrors.
|
Copyright © 2024 Google LLC. All rights reserved.