Class ConferenceRecordsServiceGrpc.ConferenceRecordsServiceBlockingStub (0.8.0)

public static final class ConferenceRecordsServiceGrpc.ConferenceRecordsServiceBlockingStub extends AbstractBlockingStub<ConferenceRecordsServiceGrpc.ConferenceRecordsServiceBlockingStub>

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

REST API for services dealing with conference records.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > ConferenceRecordsServiceGrpc.ConferenceRecordsServiceBlockingStub

Methods

build(Channel channel, CallOptions callOptions)

protected ConferenceRecordsServiceGrpc.ConferenceRecordsServiceBlockingStub build(Channel channel, CallOptions callOptions)
Parameters
NameDescription
channelio.grpc.Channel
callOptionsio.grpc.CallOptions
Returns
TypeDescription
ConferenceRecordsServiceGrpc.ConferenceRecordsServiceBlockingStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

getConferenceRecord(GetConferenceRecordRequest request)

public ConferenceRecord getConferenceRecord(GetConferenceRecordRequest request)

Developer Preview. Gets a conference record by conference ID.

Parameter
NameDescription
requestGetConferenceRecordRequest
Returns
TypeDescription
ConferenceRecord

getParticipant(GetParticipantRequest request)

public Participant getParticipant(GetParticipantRequest request)

Developer Preview. Gets a participant by participant ID.

Parameter
NameDescription
requestGetParticipantRequest
Returns
TypeDescription
Participant

getParticipantSession(GetParticipantSessionRequest request)

public ParticipantSession getParticipantSession(GetParticipantSessionRequest request)

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

Parameter
NameDescription
requestGetParticipantSessionRequest
Returns
TypeDescription
ParticipantSession

getRecording(GetRecordingRequest request)

public Recording getRecording(GetRecordingRequest request)

Developer Preview. Gets a recording by recording ID.

Parameter
NameDescription
requestGetRecordingRequest
Returns
TypeDescription
Recording

getTranscript(GetTranscriptRequest request)

public Transcript getTranscript(GetTranscriptRequest request)

Developer Preview. Gets a transcript by transcript ID.

Parameter
NameDescription
requestGetTranscriptRequest
Returns
TypeDescription
Transcript

getTranscriptEntry(GetTranscriptEntryRequest request)

public TranscriptEntry getTranscriptEntry(GetTranscriptEntryRequest request)

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.

Parameter
NameDescription
requestGetTranscriptEntryRequest
Returns
TypeDescription
TranscriptEntry

listConferenceRecords(ListConferenceRecordsRequest request)

public ListConferenceRecordsResponse listConferenceRecords(ListConferenceRecordsRequest request)

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

Parameter
NameDescription
requestListConferenceRecordsRequest
Returns
TypeDescription
ListConferenceRecordsResponse

listParticipantSessions(ListParticipantSessionsRequest request)

public ListParticipantSessionsResponse listParticipantSessions(ListParticipantSessionsRequest request)

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'.

Parameter
NameDescription
requestListParticipantSessionsRequest
Returns
TypeDescription
ListParticipantSessionsResponse

listParticipants(ListParticipantsRequest request)

public ListParticipantsResponse listParticipants(ListParticipantsRequest request)

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'.

Parameter
NameDescription
requestListParticipantsRequest
Returns
TypeDescription
ListParticipantsResponse

listRecordings(ListRecordingsRequest request)

public ListRecordingsResponse listRecordings(ListRecordingsRequest request)

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

Parameter
NameDescription
requestListRecordingsRequest
Returns
TypeDescription
ListRecordingsResponse

listTranscriptEntries(ListTranscriptEntriesRequest request)

public ListTranscriptEntriesResponse listTranscriptEntries(ListTranscriptEntriesRequest request)

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.

Parameter
NameDescription
requestListTranscriptEntriesRequest
Returns
TypeDescription
ListTranscriptEntriesResponse

listTranscripts(ListTranscriptsRequest request)

public ListTranscriptsResponse listTranscripts(ListTranscriptsRequest request)

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

Parameter
NameDescription
requestListTranscriptsRequest
Returns
TypeDescription
ListTranscriptsResponse