Class LicenseManagerClient.ListConfigurationsPage (0.28.0)

public static class LicenseManagerClient.ListConfigurationsPage extends AbstractPage<ListConfigurationsRequest,ListConfigurationsResponse,Configuration,LicenseManagerClient.ListConfigurationsPage>

Inheritance

java.lang.Object > AbstractPage > LicenseManagerClient.ListConfigurationsPage

Methods

createPage(@Nullable PageContext<ListConfigurationsRequest,ListConfigurationsResponse,Configuration> context, @Nullable ListConfigurationsResponse response)

protected LicenseManagerClient.ListConfigurationsPage createPage(@Nullable PageContext<ListConfigurationsRequest,ListConfigurationsResponse,Configuration> context, @Nullable ListConfigurationsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListConfigurationsRequest,ListConfigurationsResponse,Configuration>
response @org.jspecify.annotations.Nullable com.google.cloud.licensemanager.v1.ListConfigurationsResponse
Returns
Type Description
LicenseManagerClient.ListConfigurationsPage
Overrides

createPageAsync(@Nullable PageContext<ListConfigurationsRequest,ListConfigurationsResponse,Configuration> context, ApiFuture<ListConfigurationsResponse> futureResponse)

public ApiFuture<LicenseManagerClient.ListConfigurationsPage> createPageAsync(@Nullable PageContext<ListConfigurationsRequest,ListConfigurationsResponse,Configuration> context, ApiFuture<ListConfigurationsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListConfigurationsRequest,ListConfigurationsResponse,Configuration>
futureResponse ApiFuture<ListConfigurationsResponse>
Returns
Type Description
ApiFuture<ListConfigurationsPage>
Overrides