Skip to content

Commit 0b09331

Browse files
feat: Automated regeneration of Meet client (googleapis#13220)
Auto-created at 2025-03-25 13:19:53 +0000 using the toys pull request generator.
1 parent cbe993e commit 0b09331

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

clients/meet/lib/google_api/meet/v2/api/conference_records.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ defmodule GoogleApi.Meet.V2.Api.ConferenceRecords do
721721
end
722722

723723
@doc """
724-
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.
724+
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 1) we have interleaved speakers within milliseconds, or 2) the Google Docs transcript file is modified after generation.
725725
726726
## Parameters
727727
@@ -791,7 +791,7 @@ defmodule GoogleApi.Meet.V2.Api.ConferenceRecords do
791791
end
792792

793793
@doc """
794-
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.
794+
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 1) we have interleaved speakers within milliseconds, or 2) the Google Docs transcript file is modified after generation.
795795
796796
## Parameters
797797

clients/meet/lib/google_api/meet/v2/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.Meet.V2 do
2020
API client metadata for GoogleApi.Meet.V2.
2121
"""
2222

23-
@discovery_revision "20250127"
23+
@discovery_revision "20250320"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

0 commit comments

Comments
 (0)