| 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 |
|---|---|
InstanceTemplatesClient.ListPagedResponse |
InstanceTemplatesClient.list(ListInstanceTemplatesRequest request)
Retrieves a list of instance templates that are contained within the specified project.
|
InstanceTemplatesClient.ListPagedResponse |
InstanceTemplatesClient.list(String project)
Retrieves a list of instance templates that are contained within the specified project.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<InstanceTemplatesClient.ListPagedResponse> |
InstanceTemplatesClient.ListPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListInstanceTemplatesRequest,InstanceTemplateList,InstanceTemplate> context,
com.google.api.core.ApiFuture<InstanceTemplateList> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListInstanceTemplatesRequest,InstanceTemplatesClient.ListPagedResponse> |
InstanceTemplatesClient.listPagedCallable()
Retrieves a list of instance templates that are contained within the specified project.
|
com.google.api.gax.rpc.PagedCallSettings<ListInstanceTemplatesRequest,InstanceTemplateList,InstanceTemplatesClient.ListPagedResponse> |
InstanceTemplatesSettings.listSettings()
Returns the object with the settings used for calls to list.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListInstanceTemplatesRequest,InstanceTemplateList,InstanceTemplatesClient.ListPagedResponse> |
InstanceTemplatesSettings.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<ListInstanceTemplatesRequest,InstanceTemplatesClient.ListPagedResponse> |
HttpJsonInstanceTemplatesStub.listPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListInstanceTemplatesRequest,InstanceTemplatesClient.ListPagedResponse> |
InstanceTemplatesStub.listPagedCallable() |
com.google.api.gax.rpc.PagedCallSettings<ListInstanceTemplatesRequest,InstanceTemplateList,InstanceTemplatesClient.ListPagedResponse> |
InstanceTemplatesStubSettings.listSettings()
Returns the object with the settings used for calls to list.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListInstanceTemplatesRequest,InstanceTemplateList,InstanceTemplatesClient.ListPagedResponse> |
InstanceTemplatesStubSettings.Builder.listSettings()
Returns the builder for the settings used for calls to list.
|
Copyright © 2024 Google LLC. All rights reserved.