| 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 |
|---|---|
InstanceGroupsClient.ListInstancesPagedResponse |
InstanceGroupsClient.listInstances(ListInstancesInstanceGroupsRequest request)
Lists the instances in the specified instance group.
|
InstanceGroupsClient.ListInstancesPagedResponse |
InstanceGroupsClient.listInstances(String project,
String zone,
String instanceGroup,
InstanceGroupsListInstancesRequest instanceGroupsListInstancesRequestResource)
Lists the instances in the specified instance group.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<InstanceGroupsClient.ListInstancesPagedResponse> |
InstanceGroupsClient.ListInstancesPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListInstancesInstanceGroupsRequest,InstanceGroupsListInstances,InstanceWithNamedPorts> context,
com.google.api.core.ApiFuture<InstanceGroupsListInstances> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListInstancesInstanceGroupsRequest,InstanceGroupsClient.ListInstancesPagedResponse> |
InstanceGroupsClient.listInstancesPagedCallable()
Lists the instances in the specified instance group.
|
com.google.api.gax.rpc.PagedCallSettings<ListInstancesInstanceGroupsRequest,InstanceGroupsListInstances,InstanceGroupsClient.ListInstancesPagedResponse> |
InstanceGroupsSettings.listInstancesSettings()
Returns the object with the settings used for calls to listInstances.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListInstancesInstanceGroupsRequest,InstanceGroupsListInstances,InstanceGroupsClient.ListInstancesPagedResponse> |
InstanceGroupsSettings.Builder.listInstancesSettings()
Returns the builder for the settings used for calls to listInstances.
|
Copyright © 2024 Google LLC. All rights reserved.