Class protos.google.apps.meet.v2beta.ConferenceRecordsService (0.2.0)

Represents a ConferenceRecordsService

Inheritance

$protobuf.rpc.Service > protos.google.apps.meet.v2beta.ConferenceRecordsService

Package

@google-apps/meet

Constructors

(constructor)(rpcImpl, requestDelimited, responseDelimited)

constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean);

Constructs a new ConferenceRecordsService service.

Parameters
NameDescription
rpcImpl $protobuf.RPCImpl

RPC implementation

requestDelimited boolean

Whether requests are length-delimited

responseDelimited boolean

Whether responses are length-delimited

Methods

create(rpcImpl, requestDelimited, responseDelimited)

public static create(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean): ConferenceRecordsService;

Creates new ConferenceRecordsService service using the specified rpc implementation.

Parameters
NameDescription
rpcImpl $protobuf.RPCImpl

RPC implementation

requestDelimited boolean

Whether requests are length-delimited

responseDelimited boolean

Whether responses are length-delimited

Returns
TypeDescription
ConferenceRecordsService

RPC service. Useful where requests and/or responses are streamed.

getConferenceRecord(request, callback)

public getConferenceRecord(request: google.apps.meet.v2beta.IGetConferenceRecordRequest, callback: google.apps.meet.v2beta.ConferenceRecordsService.GetConferenceRecordCallback): void;

Calls GetConferenceRecord.

Parameters
NameDescription
request IGetConferenceRecordRequest

GetConferenceRecordRequest message or plain object

callback GetConferenceRecordCallback

Node-style callback called with the error, if any, and ConferenceRecord

Returns
TypeDescription
void

getConferenceRecord(request)

public getConferenceRecord(request: google.apps.meet.v2beta.IGetConferenceRecordRequest): Promise<google.apps.meet.v2beta.ConferenceRecord>;

Calls GetConferenceRecord.

Parameter
NameDescription
request IGetConferenceRecordRequest

GetConferenceRecordRequest message or plain object

Returns
TypeDescription
Promise<google.apps.meet.v2beta.ConferenceRecord>

Promise

getParticipant(request, callback)

public getParticipant(request: google.apps.meet.v2beta.IGetParticipantRequest, callback: google.apps.meet.v2beta.ConferenceRecordsService.GetParticipantCallback): void;

Calls GetParticipant.

Parameters
NameDescription
request IGetParticipantRequest

GetParticipantRequest message or plain object

callback GetParticipantCallback

Node-style callback called with the error, if any, and Participant

Returns
TypeDescription
void

getParticipant(request)

public getParticipant(request: google.apps.meet.v2beta.IGetParticipantRequest): Promise<google.apps.meet.v2beta.Participant>;

Calls GetParticipant.

Parameter
NameDescription
request IGetParticipantRequest

GetParticipantRequest message or plain object

Returns
TypeDescription
Promise<google.apps.meet.v2beta.Participant>

Promise

getParticipantSession(request, callback)

public getParticipantSession(request: google.apps.meet.v2beta.IGetParticipantSessionRequest, callback: google.apps.meet.v2beta.ConferenceRecordsService.GetParticipantSessionCallback): void;

Calls GetParticipantSession.

Parameters
NameDescription
request IGetParticipantSessionRequest

GetParticipantSessionRequest message or plain object

callback GetParticipantSessionCallback

Node-style callback called with the error, if any, and ParticipantSession

Returns
TypeDescription
void

getParticipantSession(request)

public getParticipantSession(request: google.apps.meet.v2beta.IGetParticipantSessionRequest): Promise<google.apps.meet.v2beta.ParticipantSession>;

Calls GetParticipantSession.

Parameter
NameDescription
request IGetParticipantSessionRequest

GetParticipantSessionRequest message or plain object

Returns
TypeDescription
Promise<google.apps.meet.v2beta.ParticipantSession>

Promise

getRecording(request, callback)

public getRecording(request: google.apps.meet.v2beta.IGetRecordingRequest, callback: google.apps.meet.v2beta.ConferenceRecordsService.GetRecordingCallback): void;

Calls GetRecording.

Parameters
NameDescription
request IGetRecordingRequest

GetRecordingRequest message or plain object

callback GetRecordingCallback

Node-style callback called with the error, if any, and Recording

Returns
TypeDescription
void

getRecording(request)

public getRecording(request: google.apps.meet.v2beta.IGetRecordingRequest): Promise<google.apps.meet.v2beta.Recording>;

Calls GetRecording.

Parameter
NameDescription
request IGetRecordingRequest

GetRecordingRequest message or plain object

Returns
TypeDescription
Promise<google.apps.meet.v2beta.Recording>

Promise

getTranscript(request, callback)

public getTranscript(request: google.apps.meet.v2beta.IGetTranscriptRequest, callback: google.apps.meet.v2beta.ConferenceRecordsService.GetTranscriptCallback): void;

Calls GetTranscript.

Parameters
NameDescription
request IGetTranscriptRequest

GetTranscriptRequest message or plain object

callback GetTranscriptCallback

Node-style callback called with the error, if any, and Transcript

Returns
TypeDescription
void

getTranscript(request)

public getTranscript(request: google.apps.meet.v2beta.IGetTranscriptRequest): Promise<google.apps.meet.v2beta.Transcript>;

Calls GetTranscript.

Parameter
NameDescription
request IGetTranscriptRequest

GetTranscriptRequest message or plain object

Returns
TypeDescription
Promise<google.apps.meet.v2beta.Transcript>

Promise

getTranscriptEntry(request, callback)

public getTranscriptEntry(request: google.apps.meet.v2beta.IGetTranscriptEntryRequest, callback: google.apps.meet.v2beta.ConferenceRecordsService.GetTranscriptEntryCallback): void;

Calls GetTranscriptEntry.

Parameters
NameDescription
request IGetTranscriptEntryRequest

GetTranscriptEntryRequest message or plain object

callback GetTranscriptEntryCallback

Node-style callback called with the error, if any, and TranscriptEntry

Returns
TypeDescription
void

getTranscriptEntry(request)

public getTranscriptEntry(request: google.apps.meet.v2beta.IGetTranscriptEntryRequest): Promise<google.apps.meet.v2beta.TranscriptEntry>;

Calls GetTranscriptEntry.

Parameter
NameDescription
request IGetTranscriptEntryRequest

GetTranscriptEntryRequest message or plain object

Returns
TypeDescription
Promise<google.apps.meet.v2beta.TranscriptEntry>

Promise

listConferenceRecords(request, callback)

public listConferenceRecords(request: google.apps.meet.v2beta.IListConferenceRecordsRequest, callback: google.apps.meet.v2beta.ConferenceRecordsService.ListConferenceRecordsCallback): void;

Calls ListConferenceRecords.

Parameters
NameDescription
request IListConferenceRecordsRequest

ListConferenceRecordsRequest message or plain object

callback ListConferenceRecordsCallback

Node-style callback called with the error, if any, and ListConferenceRecordsResponse

Returns
TypeDescription
void

listConferenceRecords(request)

public listConferenceRecords(request: google.apps.meet.v2beta.IListConferenceRecordsRequest): Promise<google.apps.meet.v2beta.ListConferenceRecordsResponse>;

Calls ListConferenceRecords.

Parameter
NameDescription
request IListConferenceRecordsRequest

ListConferenceRecordsRequest message or plain object

Returns
TypeDescription
Promise<google.apps.meet.v2beta.ListConferenceRecordsResponse>

Promise

listParticipants(request, callback)

public listParticipants(request: google.apps.meet.v2beta.IListParticipantsRequest, callback: google.apps.meet.v2beta.ConferenceRecordsService.ListParticipantsCallback): void;

Calls ListParticipants.

Parameters
NameDescription
request IListParticipantsRequest

ListParticipantsRequest message or plain object

callback ListParticipantsCallback

Node-style callback called with the error, if any, and ListParticipantsResponse

Returns
TypeDescription
void

listParticipants(request)

public listParticipants(request: google.apps.meet.v2beta.IListParticipantsRequest): Promise<google.apps.meet.v2beta.ListParticipantsResponse>;

Calls ListParticipants.

Parameter
NameDescription
request IListParticipantsRequest

ListParticipantsRequest message or plain object

Returns
TypeDescription
Promise<google.apps.meet.v2beta.ListParticipantsResponse>

Promise

listParticipantSessions(request, callback)

public listParticipantSessions(request: google.apps.meet.v2beta.IListParticipantSessionsRequest, callback: google.apps.meet.v2beta.ConferenceRecordsService.ListParticipantSessionsCallback): void;

Calls ListParticipantSessions.

Parameters
NameDescription
request IListParticipantSessionsRequest

ListParticipantSessionsRequest message or plain object

callback ListParticipantSessionsCallback

Node-style callback called with the error, if any, and ListParticipantSessionsResponse

Returns
TypeDescription
void

listParticipantSessions(request)

public listParticipantSessions(request: google.apps.meet.v2beta.IListParticipantSessionsRequest): Promise<google.apps.meet.v2beta.ListParticipantSessionsResponse>;

Calls ListParticipantSessions.

Parameter
NameDescription
request IListParticipantSessionsRequest

ListParticipantSessionsRequest message or plain object

Returns
TypeDescription
Promise<google.apps.meet.v2beta.ListParticipantSessionsResponse>

Promise

listRecordings(request, callback)

public listRecordings(request: google.apps.meet.v2beta.IListRecordingsRequest, callback: google.apps.meet.v2beta.ConferenceRecordsService.ListRecordingsCallback): void;

Calls ListRecordings.

Parameters
NameDescription
request IListRecordingsRequest

ListRecordingsRequest message or plain object

callback ListRecordingsCallback

Node-style callback called with the error, if any, and ListRecordingsResponse

Returns
TypeDescription
void

listRecordings(request)

public listRecordings(request: google.apps.meet.v2beta.IListRecordingsRequest): Promise<google.apps.meet.v2beta.ListRecordingsResponse>;

Calls ListRecordings.

Parameter
NameDescription
request IListRecordingsRequest

ListRecordingsRequest message or plain object

Returns
TypeDescription
Promise<google.apps.meet.v2beta.ListRecordingsResponse>

Promise

listTranscriptEntries(request, callback)

public listTranscriptEntries(request: google.apps.meet.v2beta.IListTranscriptEntriesRequest, callback: google.apps.meet.v2beta.ConferenceRecordsService.ListTranscriptEntriesCallback): void;

Calls ListTranscriptEntries.

Parameters
NameDescription
request IListTranscriptEntriesRequest

ListTranscriptEntriesRequest message or plain object

callback ListTranscriptEntriesCallback

Node-style callback called with the error, if any, and ListTranscriptEntriesResponse

Returns
TypeDescription
void

listTranscriptEntries(request)

public listTranscriptEntries(request: google.apps.meet.v2beta.IListTranscriptEntriesRequest): Promise<google.apps.meet.v2beta.ListTranscriptEntriesResponse>;

Calls ListTranscriptEntries.

Parameter
NameDescription
request IListTranscriptEntriesRequest

ListTranscriptEntriesRequest message or plain object

Returns
TypeDescription
Promise<google.apps.meet.v2beta.ListTranscriptEntriesResponse>

Promise

listTranscripts(request, callback)

public listTranscripts(request: google.apps.meet.v2beta.IListTranscriptsRequest, callback: google.apps.meet.v2beta.ConferenceRecordsService.ListTranscriptsCallback): void;

Calls ListTranscripts.

Parameters
NameDescription
request IListTranscriptsRequest

ListTranscriptsRequest message or plain object

callback ListTranscriptsCallback

Node-style callback called with the error, if any, and ListTranscriptsResponse

Returns
TypeDescription
void

listTranscripts(request)

public listTranscripts(request: google.apps.meet.v2beta.IListTranscriptsRequest): Promise<google.apps.meet.v2beta.ListTranscriptsResponse>;

Calls ListTranscripts.

Parameter
NameDescription
request IListTranscriptsRequest

ListTranscriptsRequest message or plain object

Returns
TypeDescription
Promise<google.apps.meet.v2beta.ListTranscriptsResponse>

Promise