google-apis-meet_v2 0.5.0 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/meet_v2/gem_version.rb +2 -2
- data/lib/google/apis/meet_v2/service.rb +6 -4
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 52ced1ee4be6202c6dcabb1bab1f6ef8eb4194005a1705b2d08ce16e46a11710
|
4
|
+
data.tar.gz: f16fb9c56f676b6eea81acf48b4861a112a28793d95ecbbaba98f414a57b82e2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f8f1a3040ae7c102c26c197b7f3f617b6853bcd67ced30eb41e361d7104509f3088929f34f322d1e8832e2bb2fc82ac3019efc01c27bdb376486502de12e5c2b
|
7
|
+
data.tar.gz: eb420e4c59c6e9ca7d7a2eaf5fb250c27f5264c317374d5685fc707a72e8770d9d5c9534ed7148e8e2d47b64ef622ea891c0ccb5a8342cd5a537a1c9263430cd
|
data/CHANGELOG.md
CHANGED
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module MeetV2
|
18
18
|
# Version of the google-apis-meet_v2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.6.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250320"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -426,8 +426,9 @@ module Google
|
|
426
426
|
|
427
427
|
# Gets a `TranscriptEntry` resource by entry ID. Note: The transcript entries
|
428
428
|
# returned by the Google Meet API might not match the transcription found in the
|
429
|
-
# Google Docs transcript file. This can occur when
|
430
|
-
#
|
429
|
+
# Google Docs transcript file. This can occur when 1) we have interleaved
|
430
|
+
# speakers within milliseconds, or 2) the Google Docs transcript file is
|
431
|
+
# modified after generation.
|
431
432
|
# @param [String] name
|
432
433
|
# Required. Resource name of the `TranscriptEntry`.
|
433
434
|
# @param [String] fields
|
@@ -460,8 +461,9 @@ module Google
|
|
460
461
|
# Lists the structured transcript entries per transcript. By default, ordered by
|
461
462
|
# start time and in ascending order. Note: The transcript entries returned by
|
462
463
|
# the Google Meet API might not match the transcription found in the Google Docs
|
463
|
-
# transcript file. This can occur when
|
464
|
-
# modified after
|
464
|
+
# transcript file. This can occur when 1) we have interleaved speakers within
|
465
|
+
# milliseconds, or 2) the Google Docs transcript file is modified after
|
466
|
+
# generation.
|
465
467
|
# @param [String] parent
|
466
468
|
# Required. Format: `conferenceRecords/`conference_record`/transcripts/`
|
467
469
|
# transcript``
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-meet_v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-03-
|
10
|
+
date: 2025-03-30 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-meet_v2/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-meet_v2/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-meet_v2/v0.6.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-meet_v2
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|