google-apis-meet_v2 0.4.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 +9 -0
- data/lib/google/apis/meet_v2/gem_version.rb +3 -3
- data/lib/google/apis/meet_v2/service.rb +6 -4
- data/lib/google/apis/meet_v2.rb +3 -0
- metadata +4 -7
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
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-meet_v2
|
2
2
|
|
3
|
+
### v0.6.0 (2025-03-30)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250320
|
6
|
+
|
7
|
+
### v0.5.0 (2025-02-26)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250127
|
10
|
+
* Regenerated using generator version 0.16.0
|
11
|
+
|
3
12
|
### v0.4.0 (2024-08-11)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20240808
|
@@ -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
|
-
GENERATOR_VERSION = "0.
|
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``
|
data/lib/google/apis/meet_v2.rb
CHANGED
@@ -34,6 +34,9 @@ module Google
|
|
34
34
|
|
35
35
|
# Read information about any of your Google Meet conferences
|
36
36
|
AUTH_MEETINGS_SPACE_READONLY = 'https://www.googleapis.com/auth/meetings.space.readonly'
|
37
|
+
|
38
|
+
# Edit, and see settings for all of your Google Meet calls.
|
39
|
+
AUTH_MEETINGS_SPACE_SETTINGS = 'https://www.googleapis.com/auth/meetings.space.settings'
|
37
40
|
end
|
38
41
|
end
|
39
42
|
end
|
metadata
CHANGED
@@ -1,14 +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
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-03-30 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: google-apis-core
|
@@ -58,9 +57,8 @@ licenses:
|
|
58
57
|
metadata:
|
59
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-meet_v2/CHANGELOG.md
|
61
|
-
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
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-meet_v2
|
63
|
-
post_install_message:
|
64
62
|
rdoc_options: []
|
65
63
|
require_paths:
|
66
64
|
- lib
|
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
73
|
- !ruby/object:Gem::Version
|
76
74
|
version: '0'
|
77
75
|
requirements: []
|
78
|
-
rubygems_version: 3.5
|
79
|
-
signing_key:
|
76
|
+
rubygems_version: 3.6.5
|
80
77
|
specification_version: 4
|
81
78
|
summary: Simple REST client for Google Meet API V2
|
82
79
|
test_files: []
|