Class ConferenceRecordsServiceGrpc.ConferenceRecordsServiceStub (0.11.0)

public static final class ConferenceRecordsServiceGrpc.ConferenceRecordsServiceStub extends AbstractAsyncStub<ConferenceRecordsServiceGrpc.ConferenceRecordsServiceStub>

A stub to allow clients to do asynchronous rpc calls to service ConferenceRecordsService.

REST API for services dealing with conference records.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractAsyncStub > ConferenceRecordsServiceGrpc.ConferenceRecordsServiceStub

Methods

build(Channel channel, CallOptions callOptions)

protected ConferenceRecordsServiceGrpc.ConferenceRecordsServiceStub build(Channel channel, CallOptions callOptions)
Parameters
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Type Description
ConferenceRecordsServiceGrpc.ConferenceRecordsServiceStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

getConferenceRecord(GetConferenceRecordRequest request, StreamObserver<ConferenceRecord> responseObserver)

public 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 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 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 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 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 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 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 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 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 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 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 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>