Class ConferenceRecordsServiceGrpc.ConferenceRecordsServiceStub (0.8.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
NameDescription
channelio.grpc.Channel
callOptionsio.grpc.CallOptions
Returns
TypeDescription
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)

Developer Preview. Gets a conference record by conference ID.

Parameters
NameDescription
requestGetConferenceRecordRequest
responseObserverio.grpc.stub.StreamObserver<ConferenceRecord>

getParticipant(GetParticipantRequest request, StreamObserver<Participant> responseObserver)

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

Developer Preview. Gets a participant by participant ID.

Parameters
NameDescription
requestGetParticipantRequest
responseObserverio.grpc.stub.StreamObserver<Participant>

getParticipantSession(GetParticipantSessionRequest request, StreamObserver<ParticipantSession> responseObserver)

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

Developer Preview. Gets a participant session by participant session ID.

Parameters
NameDescription
requestGetParticipantSessionRequest
responseObserverio.grpc.stub.StreamObserver<ParticipantSession>

getRecording(GetRecordingRequest request, StreamObserver<Recording> responseObserver)

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

Developer Preview. Gets a recording by recording ID.

Parameters
NameDescription
requestGetRecordingRequest
responseObserverio.grpc.stub.StreamObserver<Recording>

getTranscript(GetTranscriptRequest request, StreamObserver<Transcript> responseObserver)

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

Developer Preview. Gets a transcript by transcript ID.

Parameters
NameDescription
requestGetTranscriptRequest
responseObserverio.grpc.stub.StreamObserver<Transcript>

getTranscriptEntry(GetTranscriptEntryRequest request, StreamObserver<TranscriptEntry> responseObserver)

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

Developer Preview. 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 void listConferenceRecords(ListConferenceRecordsRequest request, StreamObserver<ListConferenceRecordsResponse> responseObserver)

Developer Preview. Lists the conference records by start time and in descending order.

Parameters
NameDescription
requestListConferenceRecordsRequest
responseObserverio.grpc.stub.StreamObserver<ListConferenceRecordsResponse>

listParticipantSessions(ListParticipantSessionsRequest request, StreamObserver<ListParticipantSessionsResponse> responseObserver)

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

Developer Preview. 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 void listParticipants(ListParticipantsRequest request, StreamObserver<ListParticipantsResponse> responseObserver)

Developer Preview. 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 void listRecordings(ListRecordingsRequest request, StreamObserver<ListRecordingsResponse> responseObserver)

Developer Preview. Lists the recording resources from the conference record.

Parameters
NameDescription
requestListRecordingsRequest
responseObserverio.grpc.stub.StreamObserver<ListRecordingsResponse>

listTranscriptEntries(ListTranscriptEntriesRequest request, StreamObserver<ListTranscriptEntriesResponse> responseObserver)

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

Developer Preview. 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 void listTranscripts(ListTranscriptsRequest request, StreamObserver<ListTranscriptsResponse> responseObserver)

Developer Preview. Lists the set of transcripts from the conference record.

Parameters
NameDescription
requestListTranscriptsRequest
responseObserverio.grpc.stub.StreamObserver<ListTranscriptsResponse>