Class ConferenceRecordsServiceClient.ListTranscriptsPage (0.62.0)

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

Inheritance

java.lang.Object > AbstractPage > ConferenceRecordsServiceClient.ListTranscriptsPage

Methods

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

protected ConferenceRecordsServiceClient.ListTranscriptsPage createPage(@Nullable PageContext<ListTranscriptsRequest,ListTranscriptsResponse,Transcript> context, @Nullable ListTranscriptsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListTranscriptsRequest,ListTranscriptsResponse,Transcript>
response @org.jspecify.annotations.Nullable com.google.apps.meet.v2.ListTranscriptsResponse
Returns
Type Description
ConferenceRecordsServiceClient.ListTranscriptsPage
Overrides

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

public ApiFuture<ConferenceRecordsServiceClient.ListTranscriptsPage> createPageAsync(@Nullable PageContext<ListTranscriptsRequest,ListTranscriptsResponse,Transcript> context, ApiFuture<ListTranscriptsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListTranscriptsRequest,ListTranscriptsResponse,Transcript>
futureResponse ApiFuture<ListTranscriptsResponse>
Returns
Type Description
ApiFuture<ListTranscriptsPage>
Overrides