Class ReferenceListServiceClient.ListReferenceListsPage (0.33.0)

public static class ReferenceListServiceClient.ListReferenceListsPage extends AbstractPage<ListReferenceListsRequest,ListReferenceListsResponse,ReferenceList,ReferenceListServiceClient.ListReferenceListsPage>

Inheritance

java.lang.Object > AbstractPage > ReferenceListServiceClient.ListReferenceListsPage

Methods

createPage(@Nullable PageContext<ListReferenceListsRequest,ListReferenceListsResponse,ReferenceList> context, @Nullable ListReferenceListsResponse response)

protected ReferenceListServiceClient.ListReferenceListsPage createPage(@Nullable PageContext<ListReferenceListsRequest,ListReferenceListsResponse,ReferenceList> context, @Nullable ListReferenceListsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListReferenceListsRequest,ListReferenceListsResponse,ReferenceList>
response @org.jspecify.annotations.Nullable com.google.cloud.chronicle.v1.ListReferenceListsResponse
Returns
Type Description
ReferenceListServiceClient.ListReferenceListsPage
Overrides

createPageAsync(@Nullable PageContext<ListReferenceListsRequest,ListReferenceListsResponse,ReferenceList> context, ApiFuture<ListReferenceListsResponse> futureResponse)

public ApiFuture<ReferenceListServiceClient.ListReferenceListsPage> createPageAsync(@Nullable PageContext<ListReferenceListsRequest,ListReferenceListsResponse,ReferenceList> context, ApiFuture<ListReferenceListsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListReferenceListsRequest,ListReferenceListsResponse,ReferenceList>
futureResponse ApiFuture<ListReferenceListsResponse>
Returns
Type Description
ApiFuture<ListReferenceListsPage>
Overrides