Class ConferenceRecordsServiceGrpc.ConferenceRecordsServiceBlockingV2Stub (0.47.0)

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

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

Methods

build(Channel channel, CallOptions callOptions)

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

getConferenceRecord(GetConferenceRecordRequest request)

public ConferenceRecord getConferenceRecord(GetConferenceRecordRequest request)

Gets a conference record by conference ID.

Parameter
Name Description
request GetConferenceRecordRequest
Returns
Type Description
ConferenceRecord
Exceptions
Type Description
io.grpc.StatusException

getParticipant(GetParticipantRequest request)

public Participant getParticipant(GetParticipantRequest request)

Gets a participant by participant ID.

Parameter
Name Description
request GetParticipantRequest
Returns
Type Description
Participant
Exceptions
Type Description
io.grpc.StatusException

getParticipantSession(GetParticipantSessionRequest request)

public ParticipantSession getParticipantSession(GetParticipantSessionRequest request)

Gets a participant session by participant session ID.

Parameter
Name Description
request GetParticipantSessionRequest
Returns
Type Description
ParticipantSession
Exceptions
Type Description
io.grpc.StatusException

getRecording(GetRecordingRequest request)

public Recording getRecording(GetRecordingRequest request)

Gets a recording by recording ID.

Parameter
Name Description
request GetRecordingRequest
Returns
Type Description
Recording
Exceptions
Type Description
io.grpc.StatusException

getTranscript(GetTranscriptRequest request)

public Transcript getTranscript(GetTranscriptRequest request)

Gets a transcript by transcript ID.

Parameter
Name Description
request GetTranscriptRequest
Returns
Type Description
Transcript
Exceptions
Type Description
io.grpc.StatusException

getTranscriptEntry(GetTranscriptEntryRequest request)

public TranscriptEntry getTranscriptEntry(GetTranscriptEntryRequest request)

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
Name Description
request GetTranscriptEntryRequest
Returns
Type Description
TranscriptEntry
Exceptions
Type Description
io.grpc.StatusException

listConferenceRecords(ListConferenceRecordsRequest request)

public ListConferenceRecordsResponse listConferenceRecords(ListConferenceRecordsRequest request)

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

Parameter
Name Description
request ListConferenceRecordsRequest
Returns
Type Description
ListConferenceRecordsResponse
Exceptions
Type Description
io.grpc.StatusException

listParticipantSessions(ListParticipantSessionsRequest request)

public ListParticipantSessionsResponse listParticipantSessions(ListParticipantSessionsRequest request)

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
Name Description
request ListParticipantSessionsRequest
Returns
Type Description
ListParticipantSessionsResponse
Exceptions
Type Description
io.grpc.StatusException

listParticipants(ListParticipantsRequest request)

public ListParticipantsResponse listParticipants(ListParticipantsRequest request)

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
Name Description
request ListParticipantsRequest
Returns
Type Description
ListParticipantsResponse
Exceptions
Type Description
io.grpc.StatusException

listRecordings(ListRecordingsRequest request)

public ListRecordingsResponse listRecordings(ListRecordingsRequest request)

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

Parameter
Name Description
request ListRecordingsRequest
Returns
Type Description
ListRecordingsResponse
Exceptions
Type Description
io.grpc.StatusException

listTranscriptEntries(ListTranscriptEntriesRequest request)

public ListTranscriptEntriesResponse listTranscriptEntries(ListTranscriptEntriesRequest request)

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
Name Description
request ListTranscriptEntriesRequest
Returns
Type Description
ListTranscriptEntriesResponse
Exceptions
Type Description
io.grpc.StatusException

listTranscripts(ListTranscriptsRequest request)

public ListTranscriptsResponse listTranscripts(ListTranscriptsRequest request)

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

Parameter
Name Description
request ListTranscriptsRequest
Returns
Type Description
ListTranscriptsResponse
Exceptions
Type Description
io.grpc.StatusException