| 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 |
|---|---|
RegionInstanceGroupsClient.ListInstancesPagedResponse |
RegionInstanceGroupsClient.listInstances(ListInstancesRegionInstanceGroupsRequest request)
Lists the instances in the specified instance group and displays information about the named
ports.
|
RegionInstanceGroupsClient.ListInstancesPagedResponse |
RegionInstanceGroupsClient.listInstances(String project,
String region,
String instanceGroup,
RegionInstanceGroupsListInstancesRequest regionInstanceGroupsListInstancesRequestResource)
Lists the instances in the specified instance group and displays information about the named
ports.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<RegionInstanceGroupsClient.ListInstancesPagedResponse> |
RegionInstanceGroupsClient.ListInstancesPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListInstancesRegionInstanceGroupsRequest,RegionInstanceGroupsListInstances,InstanceWithNamedPorts> context,
com.google.api.core.ApiFuture<RegionInstanceGroupsListInstances> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListInstancesRegionInstanceGroupsRequest,RegionInstanceGroupsClient.ListInstancesPagedResponse> |
RegionInstanceGroupsClient.listInstancesPagedCallable()
Lists the instances in the specified instance group and displays information about the named
ports.
|
com.google.api.gax.rpc.PagedCallSettings<ListInstancesRegionInstanceGroupsRequest,RegionInstanceGroupsListInstances,RegionInstanceGroupsClient.ListInstancesPagedResponse> |
RegionInstanceGroupsSettings.listInstancesSettings()
Returns the object with the settings used for calls to listInstances.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListInstancesRegionInstanceGroupsRequest,RegionInstanceGroupsListInstances,RegionInstanceGroupsClient.ListInstancesPagedResponse> |
RegionInstanceGroupsSettings.Builder.listInstancesSettings()
Returns the builder for the settings used for calls to listInstances.
|
Copyright © 2024 Google LLC. All rights reserved.