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