Class MachineTypesClient.ListPage (1.105.0)

public static class MachineTypesClient.ListPage extends AbstractPage<ListMachineTypesRequest,MachineTypeList,MachineType,MachineTypesClient.ListPage>

Inheritance

java.lang.Object > AbstractPage > MachineTypesClient.ListPage

Methods

createPage(@Nullable PageContext<ListMachineTypesRequest,MachineTypeList,MachineType> context, @Nullable MachineTypeList response)

protected MachineTypesClient.ListPage createPage(@Nullable PageContext<ListMachineTypesRequest,MachineTypeList,MachineType> context, @Nullable MachineTypeList response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListMachineTypesRequest,MachineTypeList,MachineType>
response @org.jspecify.annotations.Nullable com.google.cloud.compute.v1.MachineTypeList
Returns
Type Description
MachineTypesClient.ListPage
Overrides

createPageAsync(@Nullable PageContext<ListMachineTypesRequest,MachineTypeList,MachineType> context, ApiFuture<MachineTypeList> futureResponse)

public ApiFuture<MachineTypesClient.ListPage> createPageAsync(@Nullable PageContext<ListMachineTypesRequest,MachineTypeList,MachineType> context, ApiFuture<MachineTypeList> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListMachineTypesRequest,MachineTypeList,MachineType>
futureResponse ApiFuture<MachineTypeList>
Returns
Type Description
ApiFuture<ListPage>
Overrides