Class UserListServiceClient.ListUserListsPage (0.16.0)

public static class UserListServiceClient.ListUserListsPage extends AbstractPage<ListUserListsRequest,ListUserListsResponse,UserList,UserListServiceClient.ListUserListsPage>

Inheritance

java.lang.Object > AbstractPage > UserListServiceClient.ListUserListsPage

Methods

createPage(@Nullable PageContext<ListUserListsRequest,ListUserListsResponse,UserList> context, @Nullable ListUserListsResponse response)

protected UserListServiceClient.ListUserListsPage createPage(@Nullable PageContext<ListUserListsRequest,ListUserListsResponse,UserList> context, @Nullable ListUserListsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListUserListsRequest,ListUserListsResponse,UserList>
response @org.jspecify.annotations.Nullable com.google.ads.datamanager.v1.ListUserListsResponse
Returns
Type Description
UserListServiceClient.ListUserListsPage
Overrides

createPageAsync(@Nullable PageContext<ListUserListsRequest,ListUserListsResponse,UserList> context, ApiFuture<ListUserListsResponse> futureResponse)

public ApiFuture<UserListServiceClient.ListUserListsPage> createPageAsync(@Nullable PageContext<ListUserListsRequest,ListUserListsResponse,UserList> context, ApiFuture<ListUserListsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListUserListsRequest,ListUserListsResponse,UserList>
futureResponse ApiFuture<ListUserListsResponse>
Returns
Type Description
ApiFuture<ListUserListsPage>
Overrides