Class LicenseConfigServiceClient.ListLicenseConfigsPage (0.90.0)

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

Inheritance

java.lang.Object > AbstractPage > LicenseConfigServiceClient.ListLicenseConfigsPage

Methods

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

protected LicenseConfigServiceClient.ListLicenseConfigsPage createPage(PageContext<ListLicenseConfigsRequest,ListLicenseConfigsResponse,LicenseConfig> context, ListLicenseConfigsResponse response)
Parameters
Name Description
context PageContext<ListLicenseConfigsRequest,ListLicenseConfigsResponse,LicenseConfig>
response ListLicenseConfigsResponse
Returns
Type Description
LicenseConfigServiceClient.ListLicenseConfigsPage
Overrides

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

public ApiFuture<LicenseConfigServiceClient.ListLicenseConfigsPage> createPageAsync(PageContext<ListLicenseConfigsRequest,ListLicenseConfigsResponse,LicenseConfig> context, ApiFuture<ListLicenseConfigsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListLicenseConfigsRequest,ListLicenseConfigsResponse,LicenseConfig>
futureResponse ApiFuture<ListLicenseConfigsResponse>
Returns
Type Description
ApiFuture<ListLicenseConfigsPage>
Overrides