Class MachineImagesClient.ListPage (1.105.0)

public static class MachineImagesClient.ListPage extends AbstractPage<ListMachineImagesRequest,MachineImageList,MachineImage,MachineImagesClient.ListPage>

Inheritance

java.lang.Object > AbstractPage > MachineImagesClient.ListPage

Methods

createPage(@Nullable PageContext<ListMachineImagesRequest,MachineImageList,MachineImage> context, @Nullable MachineImageList response)

protected MachineImagesClient.ListPage createPage(@Nullable PageContext<ListMachineImagesRequest,MachineImageList,MachineImage> context, @Nullable MachineImageList response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListMachineImagesRequest,MachineImageList,MachineImage>
response @org.jspecify.annotations.Nullable com.google.cloud.compute.v1.MachineImageList
Returns
Type Description
MachineImagesClient.ListPage
Overrides

createPageAsync(@Nullable PageContext<ListMachineImagesRequest,MachineImageList,MachineImage> context, ApiFuture<MachineImageList> futureResponse)

public ApiFuture<MachineImagesClient.ListPage> createPageAsync(@Nullable PageContext<ListMachineImagesRequest,MachineImageList,MachineImage> context, ApiFuture<MachineImageList> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListMachineImagesRequest,MachineImageList,MachineImage>
futureResponse ApiFuture<MachineImageList>
Returns
Type Description
ApiFuture<ListPage>
Overrides