Class ConferenceRecordsServiceClient.ListRecordingsPage (0.62.0)

public static class ConferenceRecordsServiceClient.ListRecordingsPage extends AbstractPage<ListRecordingsRequest,ListRecordingsResponse,Recording,ConferenceRecordsServiceClient.ListRecordingsPage>

Inheritance

java.lang.Object > AbstractPage > ConferenceRecordsServiceClient.ListRecordingsPage

Methods

createPage(@Nullable PageContext<ListRecordingsRequest,ListRecordingsResponse,Recording> context, @Nullable ListRecordingsResponse response)

protected ConferenceRecordsServiceClient.ListRecordingsPage createPage(@Nullable PageContext<ListRecordingsRequest,ListRecordingsResponse,Recording> context, @Nullable ListRecordingsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListRecordingsRequest,ListRecordingsResponse,Recording>
response @org.jspecify.annotations.Nullable com.google.apps.meet.v2.ListRecordingsResponse
Returns
Type Description
ConferenceRecordsServiceClient.ListRecordingsPage
Overrides

createPageAsync(@Nullable PageContext<ListRecordingsRequest,ListRecordingsResponse,Recording> context, ApiFuture<ListRecordingsResponse> futureResponse)

public ApiFuture<ConferenceRecordsServiceClient.ListRecordingsPage> createPageAsync(@Nullable PageContext<ListRecordingsRequest,ListRecordingsResponse,Recording> context, ApiFuture<ListRecordingsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListRecordingsRequest,ListRecordingsResponse,Recording>
futureResponse ApiFuture<ListRecordingsResponse>
Returns
Type Description
ApiFuture<ListRecordingsPage>
Overrides