Class UserListGlobalLicenseServiceClient.ListUserListGlobalLicenseCustomerInfosPage (0.16.0)

public static class UserListGlobalLicenseServiceClient.ListUserListGlobalLicenseCustomerInfosPage extends AbstractPage<ListUserListGlobalLicenseCustomerInfosRequest,ListUserListGlobalLicenseCustomerInfosResponse,UserListGlobalLicenseCustomerInfo,UserListGlobalLicenseServiceClient.ListUserListGlobalLicenseCustomerInfosPage>

Inheritance

java.lang.Object > AbstractPage > UserListGlobalLicenseServiceClient.ListUserListGlobalLicenseCustomerInfosPage

Methods

createPage(@Nullable PageContext<ListUserListGlobalLicenseCustomerInfosRequest,ListUserListGlobalLicenseCustomerInfosResponse,UserListGlobalLicenseCustomerInfo> context, @Nullable ListUserListGlobalLicenseCustomerInfosResponse response)

protected UserListGlobalLicenseServiceClient.ListUserListGlobalLicenseCustomerInfosPage createPage(@Nullable PageContext<ListUserListGlobalLicenseCustomerInfosRequest,ListUserListGlobalLicenseCustomerInfosResponse,UserListGlobalLicenseCustomerInfo> context, @Nullable ListUserListGlobalLicenseCustomerInfosResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListUserListGlobalLicenseCustomerInfosRequest,ListUserListGlobalLicenseCustomerInfosResponse,UserListGlobalLicenseCustomerInfo>
response @org.jspecify.annotations.Nullable com.google.ads.datamanager.v1.ListUserListGlobalLicenseCustomerInfosResponse
Returns
Type Description
UserListGlobalLicenseServiceClient.ListUserListGlobalLicenseCustomerInfosPage
Overrides

createPageAsync(@Nullable PageContext<ListUserListGlobalLicenseCustomerInfosRequest,ListUserListGlobalLicenseCustomerInfosResponse,UserListGlobalLicenseCustomerInfo> context, ApiFuture<ListUserListGlobalLicenseCustomerInfosResponse> futureResponse)

public ApiFuture<UserListGlobalLicenseServiceClient.ListUserListGlobalLicenseCustomerInfosPage> createPageAsync(@Nullable PageContext<ListUserListGlobalLicenseCustomerInfosRequest,ListUserListGlobalLicenseCustomerInfosResponse,UserListGlobalLicenseCustomerInfo> context, ApiFuture<ListUserListGlobalLicenseCustomerInfosResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListUserListGlobalLicenseCustomerInfosRequest,ListUserListGlobalLicenseCustomerInfosResponse,UserListGlobalLicenseCustomerInfo>
futureResponse ApiFuture<ListUserListGlobalLicenseCustomerInfosResponse>
Returns
Type Description
ApiFuture<ListUserListGlobalLicenseCustomerInfosPage>
Overrides