Skip to content

Commit 45a9639

Browse files
feat: Automated regeneration of meet v2 client (googleapis#22503)
Auto-created at 2025-04-20 10:43:04 +0000 using the toys pull request generator.
1 parent 6d8d4dd commit 45a9639

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

generated/google-apis-meet_v2/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-meet_v2
22

3+
### v0.8.0 (2025-04-20)
4+
5+
* Regenerated from discovery document revision 20250415
6+
37
### v0.7.0 (2025-04-13)
48

59
* Regenerated from discovery document revision 20250406

generated/google-apis-meet_v2/lib/google/apis/meet_v2/classes.rb

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -726,8 +726,7 @@ class SpaceConfig
726726
# @return [Google::Apis::MeetV2::ArtifactConfig]
727727
attr_accessor :artifact_config
728728

729-
# [Developer Preview](https://developers.google.com/workspace/preview): Whether
730-
# attendance report is enabled for the meeting space.
729+
# Whether attendance report is enabled for the meeting space.
731730
# Corresponds to the JSON property `attendanceReportGenerationType`
732731
# @return [String]
733732
attr_accessor :attendance_report_generation_type
@@ -738,9 +737,8 @@ class SpaceConfig
738737
# @return [String]
739738
attr_accessor :entry_point_access
740739

741-
# [Developer Preview](https://developers.google.com/workspace/preview): The pre-
742-
# configured moderation mode for the Meeting. Default: Controlled by the user's
743-
# policies.
740+
# The pre-configured moderation mode for the Meeting. Default: Controlled by the
741+
# user's policies.
744742
# Corresponds to the JSON property `moderation`
745743
# @return [String]
746744
attr_accessor :moderation

generated/google-apis-meet_v2/lib/google/apis/meet_v2/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module MeetV2
1818
# Version of the google-apis-meet_v2 gem
19-
GEM_VERSION = "0.7.0"
19+
GEM_VERSION = "0.8.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.16.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250406"
25+
REVISION = "20250415"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)