Uses of Class
com.google.cloud.compute.v1.ImagesClient.ListPagedResponse
-
Packages that use ImagesClient.ListPagedResponse Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples.com.google.cloud.compute.v1.stub -
-
Uses of ImagesClient.ListPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return ImagesClient.ListPagedResponse Modifier and Type Method 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.Methods in com.google.cloud.compute.v1 that return types with arguments of type ImagesClient.ListPagedResponse Modifier and Type Method 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.Builder<ListImagesRequest,ImageList,ImagesClient.ListPagedResponse>
ImagesSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListImagesRequest,ImageList,ImagesClient.ListPagedResponse>
ImagesSettings. listSettings()
Returns the object with the settings used for calls to list. -
Uses of ImagesClient.ListPagedResponse in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type ImagesClient.ListPagedResponse Modifier and Type Method 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.Builder<ListImagesRequest,ImageList,ImagesClient.ListPagedResponse>
ImagesStubSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListImagesRequest,ImageList,ImagesClient.ListPagedResponse>
ImagesStubSettings. listSettings()
Returns the object with the settings used for calls to list.
-