Class UserListDirectLicenseServiceClient.ListUserListDirectLicensesPage (0.16.0)

public static class UserListDirectLicenseServiceClient.ListUserListDirectLicensesPage extends AbstractPage<ListUserListDirectLicensesRequest,ListUserListDirectLicensesResponse,UserListDirectLicense,UserListDirectLicenseServiceClient.ListUserListDirectLicensesPage>

Inheritance

java.lang.Object > AbstractPage > UserListDirectLicenseServiceClient.ListUserListDirectLicensesPage

Methods

createPage(@Nullable PageContext<ListUserListDirectLicensesRequest,ListUserListDirectLicensesResponse,UserListDirectLicense> context, @Nullable ListUserListDirectLicensesResponse response)

protected UserListDirectLicenseServiceClient.ListUserListDirectLicensesPage createPage(@Nullable PageContext<ListUserListDirectLicensesRequest,ListUserListDirectLicensesResponse,UserListDirectLicense> context, @Nullable ListUserListDirectLicensesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListUserListDirectLicensesRequest,ListUserListDirectLicensesResponse,UserListDirectLicense>
response @org.jspecify.annotations.Nullable com.google.ads.datamanager.v1.ListUserListDirectLicensesResponse
Returns
Type Description
UserListDirectLicenseServiceClient.ListUserListDirectLicensesPage
Overrides

createPageAsync(@Nullable PageContext<ListUserListDirectLicensesRequest,ListUserListDirectLicensesResponse,UserListDirectLicense> context, ApiFuture<ListUserListDirectLicensesResponse> futureResponse)

public ApiFuture<UserListDirectLicenseServiceClient.ListUserListDirectLicensesPage> createPageAsync(@Nullable PageContext<ListUserListDirectLicensesRequest,ListUserListDirectLicensesResponse,UserListDirectLicense> context, ApiFuture<ListUserListDirectLicensesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListUserListDirectLicensesRequest,ListUserListDirectLicensesResponse,UserListDirectLicense>
futureResponse ApiFuture<ListUserListDirectLicensesResponse>
Returns
Type Description
ApiFuture<ListUserListDirectLicensesPage>
Overrides