Class UserLicenseServiceClient.ListUserLicensesPage (0.91.0)

public static class UserLicenseServiceClient.ListUserLicensesPage extends AbstractPage<ListUserLicensesRequest,ListUserLicensesResponse,UserLicense,UserLicenseServiceClient.ListUserLicensesPage>

Inheritance

java.lang.Object > AbstractPage > UserLicenseServiceClient.ListUserLicensesPage

Methods

createPage(@Nullable PageContext<ListUserLicensesRequest,ListUserLicensesResponse,UserLicense> context, @Nullable ListUserLicensesResponse response)

protected UserLicenseServiceClient.ListUserLicensesPage createPage(@Nullable PageContext<ListUserLicensesRequest,ListUserLicensesResponse,UserLicense> context, @Nullable ListUserLicensesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListUserLicensesRequest,ListUserLicensesResponse,UserLicense>
response @org.jspecify.annotations.Nullable com.google.cloud.discoveryengine.v1.ListUserLicensesResponse
Returns
Type Description
UserLicenseServiceClient.ListUserLicensesPage
Overrides

createPageAsync(@Nullable PageContext<ListUserLicensesRequest,ListUserLicensesResponse,UserLicense> context, ApiFuture<ListUserLicensesResponse> futureResponse)

public ApiFuture<UserLicenseServiceClient.ListUserLicensesPage> createPageAsync(@Nullable PageContext<ListUserLicensesRequest,ListUserLicensesResponse,UserLicense> context, ApiFuture<ListUserLicensesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListUserLicensesRequest,ListUserLicensesResponse,UserLicense>
futureResponse ApiFuture<ListUserLicensesResponse>
Returns
Type Description
ApiFuture<ListUserLicensesPage>
Overrides