| 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 |
|---|---|
DisksClient.ListPagedResponse |
DisksClient.list(ListDisksRequest request)
Retrieves a list of persistent disks contained within the specified zone.
|
DisksClient.ListPagedResponse |
DisksClient.list(String project,
String zone)
Retrieves a list of persistent disks contained within the specified zone.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<DisksClient.ListPagedResponse> |
DisksClient.ListPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListDisksRequest,DiskList,Disk> context,
com.google.api.core.ApiFuture<DiskList> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListDisksRequest,DisksClient.ListPagedResponse> |
DisksClient.listPagedCallable()
Retrieves a list of persistent disks contained within the specified zone.
|
com.google.api.gax.rpc.PagedCallSettings<ListDisksRequest,DiskList,DisksClient.ListPagedResponse> |
DisksSettings.listSettings()
Returns the object with the settings used for calls to list.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListDisksRequest,DiskList,DisksClient.ListPagedResponse> |
DisksSettings.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<ListDisksRequest,DisksClient.ListPagedResponse> |
DisksStub.listPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListDisksRequest,DisksClient.ListPagedResponse> |
HttpJsonDisksStub.listPagedCallable() |
com.google.api.gax.rpc.PagedCallSettings<ListDisksRequest,DiskList,DisksClient.ListPagedResponse> |
DisksStubSettings.listSettings()
Returns the object with the settings used for calls to list.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListDisksRequest,DiskList,DisksClient.ListPagedResponse> |
DisksStubSettings.Builder.listSettings()
Returns the builder for the settings used for calls to list.
|
Copyright © 2024 Google LLC. All rights reserved.