| 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 |
|---|---|
MachineTypesClient.ListPagedResponse |
MachineTypesClient.list(ListMachineTypesRequest request)
Retrieves a list of machine types available to the specified project.
|
MachineTypesClient.ListPagedResponse |
MachineTypesClient.list(String project,
String zone)
Retrieves a list of machine types available to the specified project.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<MachineTypesClient.ListPagedResponse> |
MachineTypesClient.ListPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListMachineTypesRequest,MachineTypeList,MachineType> context,
com.google.api.core.ApiFuture<MachineTypeList> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListMachineTypesRequest,MachineTypesClient.ListPagedResponse> |
MachineTypesClient.listPagedCallable()
Retrieves a list of machine types available to the specified project.
|
com.google.api.gax.rpc.PagedCallSettings<ListMachineTypesRequest,MachineTypeList,MachineTypesClient.ListPagedResponse> |
MachineTypesSettings.listSettings()
Returns the object with the settings used for calls to list.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListMachineTypesRequest,MachineTypeList,MachineTypesClient.ListPagedResponse> |
MachineTypesSettings.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<ListMachineTypesRequest,MachineTypesClient.ListPagedResponse> |
HttpJsonMachineTypesStub.listPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListMachineTypesRequest,MachineTypesClient.ListPagedResponse> |
MachineTypesStub.listPagedCallable() |
com.google.api.gax.rpc.PagedCallSettings<ListMachineTypesRequest,MachineTypeList,MachineTypesClient.ListPagedResponse> |
MachineTypesStubSettings.listSettings()
Returns the object with the settings used for calls to list.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListMachineTypesRequest,MachineTypeList,MachineTypesClient.ListPagedResponse> |
MachineTypesStubSettings.Builder.listSettings()
Returns the builder for the settings used for calls to list.
|
Copyright © 2024 Google LLC. All rights reserved.