Interface ConferenceRecordsServiceGrpc.AsyncService (0.4.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
NameDescription
requestGetConferenceRecordRequest
responseObserverio.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
NameDescription
requestGetParticipantRequest
responseObserverio.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
NameDescription
requestGetParticipantSessionRequest
responseObserverio.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
NameDescription
requestGetRecordingRequest
responseObserverio.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
NameDescription
requestGetTranscriptRequest
responseObserverio.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
NameDescription
requestGetTranscriptEntryRequest
responseObserverio.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
NameDescription
requestListConferenceRecordsRequest
responseObserverio.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
NameDescription
requestListParticipantSessionsRequest
responseObserverio.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
NameDescription
requestListParticipantsRequest
responseObserverio.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
NameDescription
requestListRecordingsRequest
responseObserverio.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
NameDescription
requestListTranscriptEntriesRequest
responseObserverio.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
NameDescription
requestListTranscriptsRequest
responseObserverio.grpc.stub.StreamObserver<ListTranscriptsResponse>