Class ConferenceRecordsServiceClient.ListTranscriptsPage (0.3.0)

public static class ConferenceRecordsServiceClient.ListTranscriptsPage extends AbstractPage<ListTranscriptsRequest,ListTranscriptsResponse,Transcript,ConferenceRecordsServiceClient.ListTranscriptsPage>

Inheritance

java.lang.Object > AbstractPage > ConferenceRecordsServiceClient.ListTranscriptsPage

Methods

createPage(PageContext<ListTranscriptsRequest,ListTranscriptsResponse,Transcript> context, ListTranscriptsResponse response)

protected ConferenceRecordsServiceClient.ListTranscriptsPage createPage(PageContext<ListTranscriptsRequest,ListTranscriptsResponse,Transcript> context, ListTranscriptsResponse response)
Parameters
NameDescription
contextPageContext<ListTranscriptsRequest,ListTranscriptsResponse,Transcript>
responseListTranscriptsResponse
Returns
TypeDescription
ConferenceRecordsServiceClient.ListTranscriptsPage
Overrides

createPageAsync(PageContext<ListTranscriptsRequest,ListTranscriptsResponse,Transcript> context, ApiFuture<ListTranscriptsResponse> futureResponse)

public ApiFuture<ConferenceRecordsServiceClient.ListTranscriptsPage> createPageAsync(PageContext<ListTranscriptsRequest,ListTranscriptsResponse,Transcript> context, ApiFuture<ListTranscriptsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListTranscriptsRequest,ListTranscriptsResponse,Transcript>
futureResponseApiFuture<ListTranscriptsResponse>
Returns
TypeDescription
ApiFuture<ListTranscriptsPage>
Overrides