Uses of Class
com.google.cloud.compute.v1.MachineImagesClient.ListPagedResponse
-
Packages that use MachineImagesClient.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 MachineImagesClient.ListPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return MachineImagesClient.ListPagedResponse Modifier and Type Method Description MachineImagesClient.ListPagedResponse
MachineImagesClient. list(ListMachineImagesRequest request)
Retrieves a list of machine images that are contained within the specified project.MachineImagesClient.ListPagedResponse
MachineImagesClient. list(String project)
Retrieves a list of machine images that are contained within the specified project.Methods in com.google.cloud.compute.v1 that return types with arguments of type MachineImagesClient.ListPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<MachineImagesClient.ListPagedResponse>
MachineImagesClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListMachineImagesRequest,MachineImageList,MachineImage> context, com.google.api.core.ApiFuture<MachineImageList> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListMachineImagesRequest,MachineImagesClient.ListPagedResponse>
MachineImagesClient. listPagedCallable()
Retrieves a list of machine images that are contained within the specified project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListMachineImagesRequest,MachineImageList,MachineImagesClient.ListPagedResponse>
MachineImagesSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListMachineImagesRequest,MachineImageList,MachineImagesClient.ListPagedResponse>
MachineImagesSettings. listSettings()
Returns the object with the settings used for calls to list. -
Uses of MachineImagesClient.ListPagedResponse in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type MachineImagesClient.ListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListMachineImagesRequest,MachineImagesClient.ListPagedResponse>
HttpJsonMachineImagesStub. listPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListMachineImagesRequest,MachineImagesClient.ListPagedResponse>
MachineImagesStub. listPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListMachineImagesRequest,MachineImageList,MachineImagesClient.ListPagedResponse>
MachineImagesStubSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListMachineImagesRequest,MachineImageList,MachineImagesClient.ListPagedResponse>
MachineImagesStubSettings. listSettings()
Returns the object with the settings used for calls to list.
-