| 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 |
|---|---|
InstancesClient.ListPagedResponse |
InstancesClient.list(ListInstancesRequest request)
Retrieves the list of instances contained within the specified zone.
|
InstancesClient.ListPagedResponse |
InstancesClient.list(String project,
String zone)
Retrieves the list of instances contained within the specified zone.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<InstancesClient.ListPagedResponse> |
InstancesClient.ListPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListInstancesRequest,InstanceList,Instance> context,
com.google.api.core.ApiFuture<InstanceList> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListInstancesRequest,InstancesClient.ListPagedResponse> |
InstancesClient.listPagedCallable()
Retrieves the list of instances contained within the specified zone.
|
com.google.api.gax.rpc.PagedCallSettings<ListInstancesRequest,InstanceList,InstancesClient.ListPagedResponse> |
InstancesSettings.listSettings()
Returns the object with the settings used for calls to list.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListInstancesRequest,InstanceList,InstancesClient.ListPagedResponse> |
InstancesSettings.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<ListInstancesRequest,InstancesClient.ListPagedResponse> |
HttpJsonInstancesStub.listPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListInstancesRequest,InstancesClient.ListPagedResponse> |
InstancesStub.listPagedCallable() |
com.google.api.gax.rpc.PagedCallSettings<ListInstancesRequest,InstanceList,InstancesClient.ListPagedResponse> |
InstancesStubSettings.listSettings()
Returns the object with the settings used for calls to list.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListInstancesRequest,InstanceList,InstancesClient.ListPagedResponse> |
InstancesStubSettings.Builder.listSettings()
Returns the builder for the settings used for calls to list.
|
Copyright © 2024 Google LLC. All rights reserved.