| 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 |
|---|---|
NodeTypesClient.ListPagedResponse |
NodeTypesClient.list(ListNodeTypesRequest request)
Retrieves a list of node types available to the specified project.
|
NodeTypesClient.ListPagedResponse |
NodeTypesClient.list(String project,
String zone)
Retrieves a list of node types available to the specified project.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<NodeTypesClient.ListPagedResponse> |
NodeTypesClient.ListPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListNodeTypesRequest,NodeTypeList,NodeType> context,
com.google.api.core.ApiFuture<NodeTypeList> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListNodeTypesRequest,NodeTypesClient.ListPagedResponse> |
NodeTypesClient.listPagedCallable()
Retrieves a list of node types available to the specified project.
|
com.google.api.gax.rpc.PagedCallSettings<ListNodeTypesRequest,NodeTypeList,NodeTypesClient.ListPagedResponse> |
NodeTypesSettings.listSettings()
Returns the object with the settings used for calls to list.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListNodeTypesRequest,NodeTypeList,NodeTypesClient.ListPagedResponse> |
NodeTypesSettings.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<ListNodeTypesRequest,NodeTypesClient.ListPagedResponse> |
HttpJsonNodeTypesStub.listPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListNodeTypesRequest,NodeTypesClient.ListPagedResponse> |
NodeTypesStub.listPagedCallable() |
com.google.api.gax.rpc.PagedCallSettings<ListNodeTypesRequest,NodeTypeList,NodeTypesClient.ListPagedResponse> |
NodeTypesStubSettings.listSettings()
Returns the object with the settings used for calls to list.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListNodeTypesRequest,NodeTypeList,NodeTypesClient.ListPagedResponse> |
NodeTypesStubSettings.Builder.listSettings()
Returns the builder for the settings used for calls to list.
|
Copyright © 2024 Google LLC. All rights reserved.