Class LicenseConfigServiceClient.ListLicenseConfigsPage (0.91.0)

public static class LicenseConfigServiceClient.ListLicenseConfigsPage extends AbstractPage<ListLicenseConfigsRequest,ListLicenseConfigsResponse,LicenseConfig,LicenseConfigServiceClient.ListLicenseConfigsPage>

Inheritance

java.lang.Object > AbstractPage > LicenseConfigServiceClient.ListLicenseConfigsPage

Methods

createPage(@Nullable PageContext<ListLicenseConfigsRequest,ListLicenseConfigsResponse,LicenseConfig> context, @Nullable ListLicenseConfigsResponse response)

protected LicenseConfigServiceClient.ListLicenseConfigsPage createPage(@Nullable PageContext<ListLicenseConfigsRequest,ListLicenseConfigsResponse,LicenseConfig> context, @Nullable ListLicenseConfigsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListLicenseConfigsRequest,ListLicenseConfigsResponse,LicenseConfig>
response @org.jspecify.annotations.Nullable com.google.cloud.discoveryengine.v1beta.ListLicenseConfigsResponse
Returns
Type Description
LicenseConfigServiceClient.ListLicenseConfigsPage
Overrides

createPageAsync(@Nullable PageContext<ListLicenseConfigsRequest,ListLicenseConfigsResponse,LicenseConfig> context, ApiFuture<ListLicenseConfigsResponse> futureResponse)

public ApiFuture<LicenseConfigServiceClient.ListLicenseConfigsPage> createPageAsync(@Nullable PageContext<ListLicenseConfigsRequest,ListLicenseConfigsResponse,LicenseConfig> context, ApiFuture<ListLicenseConfigsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListLicenseConfigsRequest,ListLicenseConfigsResponse,LicenseConfig>
futureResponse ApiFuture<ListLicenseConfigsResponse>
Returns
Type Description
ApiFuture<ListLicenseConfigsPage>
Overrides