| 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 |
|---|---|
DiskTypesClient.ListPagedResponse |
DiskTypesClient.list(ListDiskTypesRequest request)
Retrieves a list of disk types available to the specified project.
|
DiskTypesClient.ListPagedResponse |
DiskTypesClient.list(String project,
String zone)
Retrieves a list of disk types available to the specified project.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<DiskTypesClient.ListPagedResponse> |
DiskTypesClient.ListPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListDiskTypesRequest,DiskTypeList,DiskType> context,
com.google.api.core.ApiFuture<DiskTypeList> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListDiskTypesRequest,DiskTypesClient.ListPagedResponse> |
DiskTypesClient.listPagedCallable()
Retrieves a list of disk types available to the specified project.
|
com.google.api.gax.rpc.PagedCallSettings<ListDiskTypesRequest,DiskTypeList,DiskTypesClient.ListPagedResponse> |
DiskTypesSettings.listSettings()
Returns the object with the settings used for calls to list.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListDiskTypesRequest,DiskTypeList,DiskTypesClient.ListPagedResponse> |
DiskTypesSettings.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<ListDiskTypesRequest,DiskTypesClient.ListPagedResponse> |
HttpJsonDiskTypesStub.listPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListDiskTypesRequest,DiskTypesClient.ListPagedResponse> |
DiskTypesStub.listPagedCallable() |
com.google.api.gax.rpc.PagedCallSettings<ListDiskTypesRequest,DiskTypeList,DiskTypesClient.ListPagedResponse> |
DiskTypesStubSettings.listSettings()
Returns the object with the settings used for calls to list.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListDiskTypesRequest,DiskTypeList,DiskTypesClient.ListPagedResponse> |
DiskTypesStubSettings.Builder.listSettings()
Returns the builder for the settings used for calls to list.
|
Copyright © 2024 Google LLC. All rights reserved.