Interface ConferenceRecordsServiceGrpc.AsyncService (0.11.0)

public static interface ConferenceRecordsServiceGrpc.AsyncService

REST API for services dealing with conference records.

Methods

getConferenceRecord(GetConferenceRecordRequest request, StreamObserver<ConferenceRecord> responseObserver)

public default void getConferenceRecord(GetConferenceRecordRequest request, StreamObserver<ConferenceRecord> responseObserver)

Gets a conference record by conference ID.

Parameters
Name Description
request GetConferenceRecordRequest
responseObserver io.grpc.stub.StreamObserver<ConferenceRecord>

getParticipant(GetParticipantRequest request, StreamObserver<Participant> responseObserver)

public default void getParticipant(GetParticipantRequest request, StreamObserver<Participant> responseObserver)

Gets a participant by participant ID.

Parameters
Name Description
request GetParticipantRequest
responseObserver io.grpc.stub.StreamObserver<Participant>

getParticipantSession(GetParticipantSessionRequest request, StreamObserver<ParticipantSession> responseObserver)

public default void getParticipantSession(GetParticipantSessionRequest request, StreamObserver<ParticipantSession> responseObserver)

Gets a participant session by participant session ID.

Parameters
Name Description
request GetParticipantSessionRequest
responseObserver io.grpc.stub.StreamObserver<ParticipantSession>

getRecording(GetRecordingRequest request, StreamObserver<Recording> responseObserver)

public default void getRecording(GetRecordingRequest request, StreamObserver<Recording> responseObserver)

Gets a recording by recording ID.

Parameters
Name Description
request GetRecordingRequest
responseObserver io.grpc.stub.StreamObserver<Recording>

getTranscript(GetTranscriptRequest request, StreamObserver<Transcript> responseObserver)

public default void getTranscript(GetTranscriptRequest request, StreamObserver<Transcript> responseObserver)

Gets a transcript by transcript ID.

Parameters
Name Description
request GetTranscriptRequest
responseObserver io.grpc.stub.StreamObserver<Transcript>

getTranscriptEntry(GetTranscriptEntryRequest request, StreamObserver<TranscriptEntry> responseObserver)

public default void getTranscriptEntry(GetTranscriptEntryRequest request, StreamObserver<TranscriptEntry> responseObserver)

Gets a TranscriptEntry resource by entry ID. Note: The transcript entries returned by the Google Meet API might not match the transcription found in the Google Docs transcript file. This can occur when the Google Docs transcript file is modified after generation.

Parameters
Name Description
request GetTranscriptEntryRequest
responseObserver io.grpc.stub.StreamObserver<TranscriptEntry>

listConferenceRecords(ListConferenceRecordsRequest request, StreamObserver<ListConferenceRecordsResponse> responseObserver)

public default void listConferenceRecords(ListConferenceRecordsRequest request, StreamObserver<ListConferenceRecordsResponse> responseObserver)

Lists the conference records. By default, ordered by start time and in descending order.

Parameters
Name Description
request ListConferenceRecordsRequest
responseObserver io.grpc.stub.StreamObserver<ListConferenceRecordsResponse>

listParticipantSessions(ListParticipantSessionsRequest request, StreamObserver<ListParticipantSessionsResponse> responseObserver)

public default void listParticipantSessions(ListParticipantSessionsRequest request, StreamObserver<ListParticipantSessionsResponse> responseObserver)

Lists the participant sessions of a participant in a conference record. By default, ordered by join time and in descending order. This API supports fields as standard parameters like every other API. However, when the fields request parameter is omitted this API defaults to 'participantsessions/*, next_page_token'.

Parameters
Name Description
request ListParticipantSessionsRequest
responseObserver io.grpc.stub.StreamObserver<ListParticipantSessionsResponse>

listParticipants(ListParticipantsRequest request, StreamObserver<ListParticipantsResponse> responseObserver)

public default void listParticipants(ListParticipantsRequest request, StreamObserver<ListParticipantsResponse> responseObserver)

Lists the participants in a conference record. By default, ordered by join time and in descending order. This API supports fields as standard parameters like every other API. However, when the fields request parameter is omitted, this API defaults to 'participants/*, next_page_token'.

Parameters
Name Description
request ListParticipantsRequest
responseObserver io.grpc.stub.StreamObserver<ListParticipantsResponse>

listRecordings(ListRecordingsRequest request, StreamObserver<ListRecordingsResponse> responseObserver)

public default void listRecordings(ListRecordingsRequest request, StreamObserver<ListRecordingsResponse> responseObserver)

Lists the recording resources from the conference record. By default, ordered by start time and in ascending order.

Parameters
Name Description
request ListRecordingsRequest
responseObserver io.grpc.stub.StreamObserver<ListRecordingsResponse>

listTranscriptEntries(ListTranscriptEntriesRequest request, StreamObserver<ListTranscriptEntriesResponse> responseObserver)

public default void listTranscriptEntries(ListTranscriptEntriesRequest request, StreamObserver<ListTranscriptEntriesResponse> responseObserver)

Lists the structured transcript entries per transcript. By default, ordered by start time and in ascending order. Note: The transcript entries returned by the Google Meet API might not match the transcription found in the Google Docs transcript file. This can occur when the Google Docs transcript file is modified after generation.

Parameters
Name Description
request ListTranscriptEntriesRequest
responseObserver io.grpc.stub.StreamObserver<ListTranscriptEntriesResponse>

listTranscripts(ListTranscriptsRequest request, StreamObserver<ListTranscriptsResponse> responseObserver)

public default void listTranscripts(ListTranscriptsRequest request, StreamObserver<ListTranscriptsResponse> responseObserver)

Lists the set of transcripts from the conference record. By default, ordered by start time and in ascending order.

Parameters
Name Description
request ListTranscriptsRequest
responseObserver io.grpc.stub.StreamObserver<ListTranscriptsResponse>