View Source GoogleApi.Meet.V2.Api.ConferenceRecords (google_api_meet v0.3.0)
API calls for all endpoints tagged ConferenceRecords
.
Summary
Functions
Gets a conference record by conference ID.
Lists the conference records. By default, ordered by start time and in descending order.
Gets a participant by participant ID.
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'
.
Gets a participant session by participant session ID.
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'
.
Gets a recording by recording ID.
Lists the recording resources from the conference record. By default, ordered by start time and in ascending order.
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.
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.
Gets a transcript by transcript ID.
Lists the set of transcripts from the conference record. By default, ordered by start time and in ascending order.
Functions
meet_conference_records_get(connection, name, optional_params \\ [], opts \\ [])
View Source@spec meet_conference_records_get( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Meet.V2.Model.ConferenceRecord.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Gets a conference record by conference ID.
Parameters
-
connection
(type:GoogleApi.Meet.V2.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. Resource name of the conference. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Meet.V2.Model.ConferenceRecord{}}
on success -
{:error, info}
on failure
meet_conference_records_list(connection, optional_params \\ [], opts \\ [])
View Source@spec meet_conference_records_list(Tesla.Env.client(), keyword(), keyword()) :: {:ok, GoogleApi.Meet.V2.Model.ListConferenceRecordsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Lists the conference records. By default, ordered by start time and in descending order.
Parameters
-
connection
(type:GoogleApi.Meet.V2.Connection.t
) - Connection to server -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:filter
(type:String.t
) - Optional. User specified filtering condition in EBNF format. The following are the filterable fields:space.meeting_code
space.name
start_time
end_time
For example, consider the following filters:space.name = "spaces/NAME"
space.meeting_code = "abc-mnop-xyz"
start_time>="2024-01-01T00:00:00.000Z" AND start_time<="2024-01-02T00:00:00.000Z"
end_time IS NULL
-
:pageSize
(type:integer()
) - Optional. Maximum number of conference records to return. The service might return fewer than this value. If unspecified, at most 25 conference records are returned. The maximum value is 100; values above 100 are coerced to 100. Maximum might change in the future. -
:pageToken
(type:String.t
) - Optional. Page token returned from previous List Call.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Meet.V2.Model.ListConferenceRecordsResponse{}}
on success -
{:error, info}
on failure
meet_conference_records_participants_get(connection, name, optional_params \\ [], opts \\ [])
View Source@spec meet_conference_records_participants_get( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Meet.V2.Model.Participant.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Gets a participant by participant ID.
Parameters
-
connection
(type:GoogleApi.Meet.V2.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. Resource name of the participant. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Meet.V2.Model.Participant{}}
on success -
{:error, info}
on failure
meet_conference_records_participants_list(connection, parent, optional_params \\ [], opts \\ [])
View Source@spec meet_conference_records_participants_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Meet.V2.Model.ListParticipantsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
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
-
connection
(type:GoogleApi.Meet.V2.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. Format:conferenceRecords/{conference_record}
-
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:filter
(type:String.t
) - Optional. User specified filtering condition in EBNF format. The following are the filterable fields:earliest_start_time
latest_end_time
For example,latest_end_time IS NULL
returns active participants in the conference. -
:pageSize
(type:integer()
) - Maximum number of participants to return. The service might return fewer than this value. If unspecified, at most 100 participants are returned. The maximum value is 250; values above 250 are coerced to 250. Maximum might change in the future. -
:pageToken
(type:String.t
) - Page token returned from previous List Call.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Meet.V2.Model.ListParticipantsResponse{}}
on success -
{:error, info}
on failure
meet_conference_records_participants_participant_sessions_get(connection, name, optional_params \\ [], opts \\ [])
View Source@spec meet_conference_records_participants_participant_sessions_get( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Meet.V2.Model.ParticipantSession.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Gets a participant session by participant session ID.
Parameters
-
connection
(type:GoogleApi.Meet.V2.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. Resource name of the participant. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Meet.V2.Model.ParticipantSession{}}
on success -
{:error, info}
on failure
meet_conference_records_participants_participant_sessions_list(connection, parent, optional_params \\ [], opts \\ [])
View Source@spec meet_conference_records_participants_participant_sessions_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Meet.V2.Model.ListParticipantSessionsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
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
-
connection
(type:GoogleApi.Meet.V2.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. Format:conferenceRecords/{conference_record}/participants/{participant}
-
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:filter
(type:String.t
) - Optional. User specified filtering condition in EBNF format. The following are the filterable fields:start_time
end_time
For example,end_time IS NULL
returns active participant sessions in the conference record. -
:pageSize
(type:integer()
) - Optional. Maximum number of participant sessions to return. The service might return fewer than this value. If unspecified, at most 100 participants are returned. The maximum value is 250; values above 250 are coerced to 250. Maximum might change in the future. -
:pageToken
(type:String.t
) - Optional. Page token returned from previous List Call.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Meet.V2.Model.ListParticipantSessionsResponse{}}
on success -
{:error, info}
on failure
meet_conference_records_recordings_get(connection, name, optional_params \\ [], opts \\ [])
View Source@spec meet_conference_records_recordings_get( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Meet.V2.Model.Recording.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Gets a recording by recording ID.
Parameters
-
connection
(type:GoogleApi.Meet.V2.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. Resource name of the recording. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Meet.V2.Model.Recording{}}
on success -
{:error, info}
on failure
meet_conference_records_recordings_list(connection, parent, optional_params \\ [], opts \\ [])
View Source@spec meet_conference_records_recordings_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Meet.V2.Model.ListRecordingsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Lists the recording resources from the conference record. By default, ordered by start time and in ascending order.
Parameters
-
connection
(type:GoogleApi.Meet.V2.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. Format:conferenceRecords/{conference_record}
-
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:pageSize
(type:integer()
) - Maximum number of recordings to return. The service might return fewer than this value. If unspecified, at most 10 recordings are returned. The maximum value is 100; values above 100 are coerced to 100. Maximum might change in the future. -
:pageToken
(type:String.t
) - Page token returned from previous List Call.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Meet.V2.Model.ListRecordingsResponse{}}
on success -
{:error, info}
on failure
meet_conference_records_transcripts_entries_get(connection, name, optional_params \\ [], opts \\ [])
View Source@spec meet_conference_records_transcripts_entries_get( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Meet.V2.Model.TranscriptEntry.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
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
-
connection
(type:GoogleApi.Meet.V2.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. Resource name of theTranscriptEntry
. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Meet.V2.Model.TranscriptEntry{}}
on success -
{:error, info}
on failure
meet_conference_records_transcripts_entries_list(connection, parent, optional_params \\ [], opts \\ [])
View Source@spec meet_conference_records_transcripts_entries_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Meet.V2.Model.ListTranscriptEntriesResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
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
-
connection
(type:GoogleApi.Meet.V2.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. Format:conferenceRecords/{conference_record}/transcripts/{transcript}
-
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:pageSize
(type:integer()
) - Maximum number of entries to return. The service might return fewer than this value. If unspecified, at most 10 entries are returned. The maximum value is 100; values above 100 are coerced to 100. Maximum might change in the future. -
:pageToken
(type:String.t
) - Page token returned from previous List Call.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Meet.V2.Model.ListTranscriptEntriesResponse{}}
on success -
{:error, info}
on failure
meet_conference_records_transcripts_get(connection, name, optional_params \\ [], opts \\ [])
View Source@spec meet_conference_records_transcripts_get( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Meet.V2.Model.Transcript.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Gets a transcript by transcript ID.
Parameters
-
connection
(type:GoogleApi.Meet.V2.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. Resource name of the transcript. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Meet.V2.Model.Transcript{}}
on success -
{:error, info}
on failure
meet_conference_records_transcripts_list(connection, parent, optional_params \\ [], opts \\ [])
View Source@spec meet_conference_records_transcripts_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Meet.V2.Model.ListTranscriptsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Lists the set of transcripts from the conference record. By default, ordered by start time and in ascending order.
Parameters
-
connection
(type:GoogleApi.Meet.V2.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. Format:conferenceRecords/{conference_record}
-
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:pageSize
(type:integer()
) - Maximum number of transcripts to return. The service might return fewer than this value. If unspecified, at most 10 transcripts are returned. The maximum value is 100; values above 100 are coerced to 100. Maximum might change in the future. -
:pageToken
(type:String.t
) - Page token returned from previous List Call.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Meet.V2.Model.ListTranscriptsResponse{}}
on success -
{:error, info}
on failure