Class OsConfigZonalServiceClient.ListInventoriesPage (2.97.0)

public static class OsConfigZonalServiceClient.ListInventoriesPage extends AbstractPage<ListInventoriesRequest,ListInventoriesResponse,Inventory,OsConfigZonalServiceClient.ListInventoriesPage>

Inheritance

java.lang.Object > AbstractPage > OsConfigZonalServiceClient.ListInventoriesPage

Methods

createPage(@Nullable PageContext<ListInventoriesRequest,ListInventoriesResponse,Inventory> context, @Nullable ListInventoriesResponse response)

protected OsConfigZonalServiceClient.ListInventoriesPage createPage(@Nullable PageContext<ListInventoriesRequest,ListInventoriesResponse,Inventory> context, @Nullable ListInventoriesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListInventoriesRequest,ListInventoriesResponse,Inventory>
response @org.jspecify.annotations.Nullable com.google.cloud.osconfig.v1alpha.ListInventoriesResponse
Returns
Type Description
OsConfigZonalServiceClient.ListInventoriesPage
Overrides

createPageAsync(@Nullable PageContext<ListInventoriesRequest,ListInventoriesResponse,Inventory> context, ApiFuture<ListInventoriesResponse> futureResponse)

public ApiFuture<OsConfigZonalServiceClient.ListInventoriesPage> createPageAsync(@Nullable PageContext<ListInventoriesRequest,ListInventoriesResponse,Inventory> context, ApiFuture<ListInventoriesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListInventoriesRequest,ListInventoriesResponse,Inventory>
futureResponse ApiFuture<ListInventoriesResponse>
Returns
Type Description
ApiFuture<ListInventoriesPage>
Overrides