Class UserListGlobalLicenseServiceClient.ListUserListGlobalLicensesPage (0.16.0)

public static class UserListGlobalLicenseServiceClient.ListUserListGlobalLicensesPage extends AbstractPage<ListUserListGlobalLicensesRequest,ListUserListGlobalLicensesResponse,UserListGlobalLicense,UserListGlobalLicenseServiceClient.ListUserListGlobalLicensesPage>

Inheritance

java.lang.Object > AbstractPage > UserListGlobalLicenseServiceClient.ListUserListGlobalLicensesPage

Methods

createPage(@Nullable PageContext<ListUserListGlobalLicensesRequest,ListUserListGlobalLicensesResponse,UserListGlobalLicense> context, @Nullable ListUserListGlobalLicensesResponse response)

protected UserListGlobalLicenseServiceClient.ListUserListGlobalLicensesPage createPage(@Nullable PageContext<ListUserListGlobalLicensesRequest,ListUserListGlobalLicensesResponse,UserListGlobalLicense> context, @Nullable ListUserListGlobalLicensesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListUserListGlobalLicensesRequest,ListUserListGlobalLicensesResponse,UserListGlobalLicense>
response @org.jspecify.annotations.Nullable com.google.ads.datamanager.v1.ListUserListGlobalLicensesResponse
Returns
Type Description
UserListGlobalLicenseServiceClient.ListUserListGlobalLicensesPage
Overrides

createPageAsync(@Nullable PageContext<ListUserListGlobalLicensesRequest,ListUserListGlobalLicensesResponse,UserListGlobalLicense> context, ApiFuture<ListUserListGlobalLicensesResponse> futureResponse)

public ApiFuture<UserListGlobalLicenseServiceClient.ListUserListGlobalLicensesPage> createPageAsync(@Nullable PageContext<ListUserListGlobalLicensesRequest,ListUserListGlobalLicensesResponse,UserListGlobalLicense> context, ApiFuture<ListUserListGlobalLicensesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListUserListGlobalLicensesRequest,ListUserListGlobalLicensesResponse,UserListGlobalLicense>
futureResponse ApiFuture<ListUserListGlobalLicensesResponse>
Returns
Type Description
ApiFuture<ListUserListGlobalLicensesPage>
Overrides