Show / Hide Table of Contents

Class ConferenceRecordsService.ConferenceRecordsServiceClient

Client for ConferenceRecordsService

Inheritance
object
ClientBase
ClientBase<ConferenceRecordsService.ConferenceRecordsServiceClient>
ConferenceRecordsService.ConferenceRecordsServiceClient
Inherited Members
ClientBase<ConferenceRecordsService.ConferenceRecordsServiceClient>.WithHost(string)
ClientBase.CallInvoker
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ToString()
Namespace: Google.Apps.Meet.V2Beta
Assembly: Google.Apps.Meet.V2Beta.dll
Syntax
public class ConferenceRecordsService.ConferenceRecordsServiceClient : ClientBase<ConferenceRecordsService.ConferenceRecordsServiceClient>

Constructors

ConferenceRecordsServiceClient()

Protected parameterless constructor to allow creation of test doubles.

Declaration
protected ConferenceRecordsServiceClient()

ConferenceRecordsServiceClient(CallInvoker)

Creates a new client for ConferenceRecordsService that uses a custom CallInvoker.

Declaration
public ConferenceRecordsServiceClient(CallInvoker callInvoker)
Parameters
Type Name Description
CallInvoker callInvoker

The callInvoker to use to make remote calls.

ConferenceRecordsServiceClient(ChannelBase)

Creates a new client for ConferenceRecordsService

Declaration
public ConferenceRecordsServiceClient(ChannelBase channel)
Parameters
Type Name Description
ChannelBase channel

The channel to use to make remote calls.

ConferenceRecordsServiceClient(ClientBaseConfiguration)

Protected constructor to allow creation of configured clients.

Declaration
protected ConferenceRecordsServiceClient(ClientBase.ClientBaseConfiguration configuration)
Parameters
Type Name Description
ClientBase.ClientBaseConfiguration configuration

The client configuration.

Methods

GetConferenceRecord(GetConferenceRecordRequest, CallOptions)

Gets a conference record by conference ID.

Declaration
public virtual ConferenceRecord GetConferenceRecord(GetConferenceRecordRequest request, CallOptions options)
Parameters
Type Name Description
GetConferenceRecordRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
ConferenceRecord

The response received from the server.

GetConferenceRecord(GetConferenceRecordRequest, Metadata, DateTime?, CancellationToken)

Gets a conference record by conference ID.

Declaration
public virtual ConferenceRecord GetConferenceRecord(GetConferenceRecordRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
GetConferenceRecordRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
ConferenceRecord

The response received from the server.

GetConferenceRecordAsync(GetConferenceRecordRequest, CallOptions)

Gets a conference record by conference ID.

Declaration
public virtual AsyncUnaryCall<ConferenceRecord> GetConferenceRecordAsync(GetConferenceRecordRequest request, CallOptions options)
Parameters
Type Name Description
GetConferenceRecordRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
AsyncUnaryCall<ConferenceRecord>

The call object.

GetConferenceRecordAsync(GetConferenceRecordRequest, Metadata, DateTime?, CancellationToken)

Gets a conference record by conference ID.

Declaration
public virtual AsyncUnaryCall<ConferenceRecord> GetConferenceRecordAsync(GetConferenceRecordRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
GetConferenceRecordRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCall<ConferenceRecord>

The call object.

GetParticipant(GetParticipantRequest, CallOptions)

Gets a participant by participant ID.

Declaration
public virtual Participant GetParticipant(GetParticipantRequest request, CallOptions options)
Parameters
Type Name Description
GetParticipantRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
Participant

The response received from the server.

GetParticipant(GetParticipantRequest, Metadata, DateTime?, CancellationToken)

Gets a participant by participant ID.

Declaration
public virtual Participant GetParticipant(GetParticipantRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
GetParticipantRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
Participant

The response received from the server.

GetParticipantAsync(GetParticipantRequest, CallOptions)

Gets a participant by participant ID.

Declaration
public virtual AsyncUnaryCall<Participant> GetParticipantAsync(GetParticipantRequest request, CallOptions options)
Parameters
Type Name Description
GetParticipantRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
AsyncUnaryCall<Participant>

The call object.

GetParticipantAsync(GetParticipantRequest, Metadata, DateTime?, CancellationToken)

Gets a participant by participant ID.

Declaration
public virtual AsyncUnaryCall<Participant> GetParticipantAsync(GetParticipantRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
GetParticipantRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCall<Participant>

The call object.

GetParticipantSession(GetParticipantSessionRequest, CallOptions)

Gets a participant session by participant session ID.

Declaration
public virtual ParticipantSession GetParticipantSession(GetParticipantSessionRequest request, CallOptions options)
Parameters
Type Name Description
GetParticipantSessionRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
ParticipantSession

The response received from the server.

GetParticipantSession(GetParticipantSessionRequest, Metadata, DateTime?, CancellationToken)

Gets a participant session by participant session ID.

Declaration
public virtual ParticipantSession GetParticipantSession(GetParticipantSessionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
GetParticipantSessionRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
ParticipantSession

The response received from the server.

GetParticipantSessionAsync(GetParticipantSessionRequest, CallOptions)

Gets a participant session by participant session ID.

Declaration
public virtual AsyncUnaryCall<ParticipantSession> GetParticipantSessionAsync(GetParticipantSessionRequest request, CallOptions options)
Parameters
Type Name Description
GetParticipantSessionRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
AsyncUnaryCall<ParticipantSession>

The call object.

GetParticipantSessionAsync(GetParticipantSessionRequest, Metadata, DateTime?, CancellationToken)

Gets a participant session by participant session ID.

Declaration
public virtual AsyncUnaryCall<ParticipantSession> GetParticipantSessionAsync(GetParticipantSessionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
GetParticipantSessionRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCall<ParticipantSession>

The call object.

GetRecording(GetRecordingRequest, CallOptions)

Gets a recording by recording ID.

Declaration
public virtual Recording GetRecording(GetRecordingRequest request, CallOptions options)
Parameters
Type Name Description
GetRecordingRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
Recording

The response received from the server.

GetRecording(GetRecordingRequest, Metadata, DateTime?, CancellationToken)

Gets a recording by recording ID.

Declaration
public virtual Recording GetRecording(GetRecordingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
GetRecordingRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
Recording

The response received from the server.

GetRecordingAsync(GetRecordingRequest, CallOptions)

Gets a recording by recording ID.

Declaration
public virtual AsyncUnaryCall<Recording> GetRecordingAsync(GetRecordingRequest request, CallOptions options)
Parameters
Type Name Description
GetRecordingRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
AsyncUnaryCall<Recording>

The call object.

GetRecordingAsync(GetRecordingRequest, Metadata, DateTime?, CancellationToken)

Gets a recording by recording ID.

Declaration
public virtual AsyncUnaryCall<Recording> GetRecordingAsync(GetRecordingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
GetRecordingRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCall<Recording>

The call object.

GetTranscript(GetTranscriptRequest, CallOptions)

Gets a transcript by transcript ID.

Declaration
public virtual Transcript GetTranscript(GetTranscriptRequest request, CallOptions options)
Parameters
Type Name Description
GetTranscriptRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
Transcript

The response received from the server.

GetTranscript(GetTranscriptRequest, Metadata, DateTime?, CancellationToken)

Gets a transcript by transcript ID.

Declaration
public virtual Transcript GetTranscript(GetTranscriptRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
GetTranscriptRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
Transcript

The response received from the server.

GetTranscriptAsync(GetTranscriptRequest, CallOptions)

Gets a transcript by transcript ID.

Declaration
public virtual AsyncUnaryCall<Transcript> GetTranscriptAsync(GetTranscriptRequest request, CallOptions options)
Parameters
Type Name Description
GetTranscriptRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
AsyncUnaryCall<Transcript>

The call object.

GetTranscriptAsync(GetTranscriptRequest, Metadata, DateTime?, CancellationToken)

Gets a transcript by transcript ID.

Declaration
public virtual AsyncUnaryCall<Transcript> GetTranscriptAsync(GetTranscriptRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
GetTranscriptRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCall<Transcript>

The call object.

GetTranscriptEntry(GetTranscriptEntryRequest, CallOptions)

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.

Declaration
public virtual TranscriptEntry GetTranscriptEntry(GetTranscriptEntryRequest request, CallOptions options)
Parameters
Type Name Description
GetTranscriptEntryRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
TranscriptEntry

The response received from the server.

GetTranscriptEntry(GetTranscriptEntryRequest, Metadata, DateTime?, CancellationToken)

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.

Declaration
public virtual TranscriptEntry GetTranscriptEntry(GetTranscriptEntryRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
GetTranscriptEntryRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
TranscriptEntry

The response received from the server.

GetTranscriptEntryAsync(GetTranscriptEntryRequest, CallOptions)

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.

Declaration
public virtual AsyncUnaryCall<TranscriptEntry> GetTranscriptEntryAsync(GetTranscriptEntryRequest request, CallOptions options)
Parameters
Type Name Description
GetTranscriptEntryRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
AsyncUnaryCall<TranscriptEntry>

The call object.

GetTranscriptEntryAsync(GetTranscriptEntryRequest, Metadata, DateTime?, CancellationToken)

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.

Declaration
public virtual AsyncUnaryCall<TranscriptEntry> GetTranscriptEntryAsync(GetTranscriptEntryRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
GetTranscriptEntryRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCall<TranscriptEntry>

The call object.

ListConferenceRecords(ListConferenceRecordsRequest, CallOptions)

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

Declaration
public virtual ListConferenceRecordsResponse ListConferenceRecords(ListConferenceRecordsRequest request, CallOptions options)
Parameters
Type Name Description
ListConferenceRecordsRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
ListConferenceRecordsResponse

The response received from the server.

ListConferenceRecords(ListConferenceRecordsRequest, Metadata, DateTime?, CancellationToken)

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

Declaration
public virtual ListConferenceRecordsResponse ListConferenceRecords(ListConferenceRecordsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListConferenceRecordsRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
ListConferenceRecordsResponse

The response received from the server.

ListConferenceRecordsAsync(ListConferenceRecordsRequest, CallOptions)

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

Declaration
public virtual AsyncUnaryCall<ListConferenceRecordsResponse> ListConferenceRecordsAsync(ListConferenceRecordsRequest request, CallOptions options)
Parameters
Type Name Description
ListConferenceRecordsRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
AsyncUnaryCall<ListConferenceRecordsResponse>

The call object.

ListConferenceRecordsAsync(ListConferenceRecordsRequest, Metadata, DateTime?, CancellationToken)

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

Declaration
public virtual AsyncUnaryCall<ListConferenceRecordsResponse> ListConferenceRecordsAsync(ListConferenceRecordsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListConferenceRecordsRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCall<ListConferenceRecordsResponse>

The call object.

ListParticipantSessions(ListParticipantSessionsRequest, CallOptions)

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

Declaration
public virtual ListParticipantSessionsResponse ListParticipantSessions(ListParticipantSessionsRequest request, CallOptions options)
Parameters
Type Name Description
ListParticipantSessionsRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
ListParticipantSessionsResponse

The response received from the server.

ListParticipantSessions(ListParticipantSessionsRequest, Metadata, DateTime?, CancellationToken)

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

Declaration
public virtual ListParticipantSessionsResponse ListParticipantSessions(ListParticipantSessionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListParticipantSessionsRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
ListParticipantSessionsResponse

The response received from the server.

ListParticipantSessionsAsync(ListParticipantSessionsRequest, CallOptions)

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

Declaration
public virtual AsyncUnaryCall<ListParticipantSessionsResponse> ListParticipantSessionsAsync(ListParticipantSessionsRequest request, CallOptions options)
Parameters
Type Name Description
ListParticipantSessionsRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
AsyncUnaryCall<ListParticipantSessionsResponse>

The call object.

ListParticipantSessionsAsync(ListParticipantSessionsRequest, Metadata, DateTime?, CancellationToken)

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

Declaration
public virtual AsyncUnaryCall<ListParticipantSessionsResponse> ListParticipantSessionsAsync(ListParticipantSessionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListParticipantSessionsRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCall<ListParticipantSessionsResponse>

The call object.

ListParticipants(ListParticipantsRequest, CallOptions)

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

Declaration
public virtual ListParticipantsResponse ListParticipants(ListParticipantsRequest request, CallOptions options)
Parameters
Type Name Description
ListParticipantsRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
ListParticipantsResponse

The response received from the server.

ListParticipants(ListParticipantsRequest, Metadata, DateTime?, CancellationToken)

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

Declaration
public virtual ListParticipantsResponse ListParticipants(ListParticipantsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListParticipantsRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
ListParticipantsResponse

The response received from the server.

ListParticipantsAsync(ListParticipantsRequest, CallOptions)

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

Declaration
public virtual AsyncUnaryCall<ListParticipantsResponse> ListParticipantsAsync(ListParticipantsRequest request, CallOptions options)
Parameters
Type Name Description
ListParticipantsRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
AsyncUnaryCall<ListParticipantsResponse>

The call object.

ListParticipantsAsync(ListParticipantsRequest, Metadata, DateTime?, CancellationToken)

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

Declaration
public virtual AsyncUnaryCall<ListParticipantsResponse> ListParticipantsAsync(ListParticipantsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListParticipantsRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCall<ListParticipantsResponse>

The call object.

ListRecordings(ListRecordingsRequest, CallOptions)

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

Declaration
public virtual ListRecordingsResponse ListRecordings(ListRecordingsRequest request, CallOptions options)
Parameters
Type Name Description
ListRecordingsRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
ListRecordingsResponse

The response received from the server.

ListRecordings(ListRecordingsRequest, Metadata, DateTime?, CancellationToken)

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

Declaration
public virtual ListRecordingsResponse ListRecordings(ListRecordingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListRecordingsRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
ListRecordingsResponse

The response received from the server.

ListRecordingsAsync(ListRecordingsRequest, CallOptions)

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

Declaration
public virtual AsyncUnaryCall<ListRecordingsResponse> ListRecordingsAsync(ListRecordingsRequest request, CallOptions options)
Parameters
Type Name Description
ListRecordingsRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
AsyncUnaryCall<ListRecordingsResponse>

The call object.

ListRecordingsAsync(ListRecordingsRequest, Metadata, DateTime?, CancellationToken)

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

Declaration
public virtual AsyncUnaryCall<ListRecordingsResponse> ListRecordingsAsync(ListRecordingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListRecordingsRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCall<ListRecordingsResponse>

The call object.

ListTranscriptEntries(ListTranscriptEntriesRequest, CallOptions)

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.

Declaration
public virtual ListTranscriptEntriesResponse ListTranscriptEntries(ListTranscriptEntriesRequest request, CallOptions options)
Parameters
Type Name Description
ListTranscriptEntriesRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
ListTranscriptEntriesResponse

The response received from the server.

ListTranscriptEntries(ListTranscriptEntriesRequest, Metadata, DateTime?, CancellationToken)

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.

Declaration
public virtual ListTranscriptEntriesResponse ListTranscriptEntries(ListTranscriptEntriesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListTranscriptEntriesRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
ListTranscriptEntriesResponse

The response received from the server.

ListTranscriptEntriesAsync(ListTranscriptEntriesRequest, CallOptions)

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.

Declaration
public virtual AsyncUnaryCall<ListTranscriptEntriesResponse> ListTranscriptEntriesAsync(ListTranscriptEntriesRequest request, CallOptions options)
Parameters
Type Name Description
ListTranscriptEntriesRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
AsyncUnaryCall<ListTranscriptEntriesResponse>

The call object.

ListTranscriptEntriesAsync(ListTranscriptEntriesRequest, Metadata, DateTime?, CancellationToken)

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.

Declaration
public virtual AsyncUnaryCall<ListTranscriptEntriesResponse> ListTranscriptEntriesAsync(ListTranscriptEntriesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListTranscriptEntriesRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCall<ListTranscriptEntriesResponse>

The call object.

ListTranscripts(ListTranscriptsRequest, CallOptions)

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

Declaration
public virtual ListTranscriptsResponse ListTranscripts(ListTranscriptsRequest request, CallOptions options)
Parameters
Type Name Description
ListTranscriptsRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
ListTranscriptsResponse

The response received from the server.

ListTranscripts(ListTranscriptsRequest, Metadata, DateTime?, CancellationToken)

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

Declaration
public virtual ListTranscriptsResponse ListTranscripts(ListTranscriptsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListTranscriptsRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
ListTranscriptsResponse

The response received from the server.

ListTranscriptsAsync(ListTranscriptsRequest, CallOptions)

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

Declaration
public virtual AsyncUnaryCall<ListTranscriptsResponse> ListTranscriptsAsync(ListTranscriptsRequest request, CallOptions options)
Parameters
Type Name Description
ListTranscriptsRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
AsyncUnaryCall<ListTranscriptsResponse>

The call object.

ListTranscriptsAsync(ListTranscriptsRequest, Metadata, DateTime?, CancellationToken)

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

Declaration
public virtual AsyncUnaryCall<ListTranscriptsResponse> ListTranscriptsAsync(ListTranscriptsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListTranscriptsRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCall<ListTranscriptsResponse>

The call object.

NewInstance(ClientBaseConfiguration)

Creates a new instance of client from given ClientBaseConfiguration.

Declaration
protected override ConferenceRecordsService.ConferenceRecordsServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)
Parameters
Type Name Description
ClientBase.ClientBaseConfiguration configuration
Returns
Type Description
ConferenceRecordsService.ConferenceRecordsServiceClient
Overrides
Grpc.Core.ClientBase<Google.Apps.Meet.V2Beta.ConferenceRecordsService.ConferenceRecordsServiceClient>.NewInstance(Grpc.Core.ClientBase.ClientBaseConfiguration)
In this article
Back to top Generated by DocFX