| 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 |
|---|---|
ImagesClient.ListPagedResponse |
ImagesClient.list(ListImagesRequest request)
Retrieves the list of custom images available to the specified project.
|
ImagesClient.ListPagedResponse |
ImagesClient.list(String project)
Retrieves the list of custom images available to the specified project.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<ImagesClient.ListPagedResponse> |
ImagesClient.ListPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListImagesRequest,ImageList,Image> context,
com.google.api.core.ApiFuture<ImageList> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListImagesRequest,ImagesClient.ListPagedResponse> |
ImagesClient.listPagedCallable()
Retrieves the list of custom images available to the specified project.
|
com.google.api.gax.rpc.PagedCallSettings<ListImagesRequest,ImageList,ImagesClient.ListPagedResponse> |
ImagesSettings.listSettings()
Returns the object with the settings used for calls to list.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListImagesRequest,ImageList,ImagesClient.ListPagedResponse> |
ImagesSettings.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<ListImagesRequest,ImagesClient.ListPagedResponse> |
HttpJsonImagesStub.listPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListImagesRequest,ImagesClient.ListPagedResponse> |
ImagesStub.listPagedCallable() |
com.google.api.gax.rpc.PagedCallSettings<ListImagesRequest,ImageList,ImagesClient.ListPagedResponse> |
ImagesStubSettings.listSettings()
Returns the object with the settings used for calls to list.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListImagesRequest,ImageList,ImagesClient.ListPagedResponse> |
ImagesStubSettings.Builder.listSettings()
Returns the builder for the settings used for calls to list.
|
Copyright © 2024 Google LLC. All rights reserved.