google-apis-classroom_v1 0.53.0 → 0.55.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 523bd302e57e1b71a274ca1129c1206e380ce8045021bbda438a19dec6adf603
4
- data.tar.gz: 318ac7155390c8caa25364b85b29a54b734847f4f4bb838aae0c49feb2dad2de
3
+ metadata.gz: 696d7718b81c0b8c3a2f7eea492cdca79faf2ab0ef64f7a804d3e8faee66bd73
4
+ data.tar.gz: bd0964b0586709018e212e8d61999cd11253eae271c01a0da456c36f750a0100
5
5
  SHA512:
6
- metadata.gz: 93f98e736ac0e391ec5f3f297eb89017e117763fecaa03acc5753dffe6a2256d14d3db3c2178f68009db001131f68b9d43dcbb22619b02c3e312fa21d519455a
7
- data.tar.gz: d5ff08d2a9ac78c428cda901ba0ce415f9883258a051038cb3d24657b9707bee6a6a194bc1abe0e5d2f50b214ed9fa1683a2b234a36e729cea2b5d05518f524e
6
+ metadata.gz: 166bf58be6421c635b78fbc874caea730176cf9ca8869ee1a592e5079c0da06ce2c414decfb25f9d4b31b29e69a6311252146b783608263053e605e5a281a16b
7
+ data.tar.gz: 0416f9f47ff6b09fc937778835d63bce238825210d4173702a70d6fc25376aff32dc91eb1734b964ee512cd2b6c6747205dbae035525497361b6f08e95364934
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-classroom_v1
2
2
 
3
+ ### v0.55.0 (2026-06-21)
4
+
5
+ * Regenerated from discovery document revision 20260610
6
+
7
+ ### v0.54.0 (2026-06-14)
8
+
9
+ * Regenerated using generator version 0.19.0
10
+
3
11
  ### v0.53.0 (2026-05-17)
4
12
 
5
13
  * Regenerated from discovery document revision 20260511
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://developers.google.com/workspace/classroom/)
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 3.1+.
86
+ This library is supported on Ruby 3.2+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -152,8 +152,10 @@ module Google
152
152
  attr_accessor :post_submission_state
153
153
 
154
154
  # Identifier for the student that owns this submission. Requires the user to be
155
- # a teacher in the course and have permission to read student submissions. Read-
156
- # only.
155
+ # a teacher in the course and have permission to read student submissions. See [`
156
+ # courseWork.studentSubmissions.get`](/workspace/classroom/reference/rest/v1/
157
+ # courses.courseWork.studentSubmissions/get#authorization-scopes) for the list
158
+ # of acceptable OAuth scopes for this field. Read-only.
157
159
  # Corresponds to the JSON property `userId`
158
160
  # @return [String]
159
161
  attr_accessor :user_id
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ClassroomV1
18
18
  # Version of the google-apis-classroom_v1 gem
19
- GEM_VERSION = "0.53.0"
19
+ GEM_VERSION = "0.55.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.18.0"
22
+ GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260511"
25
+ REVISION = "20260610"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-classroom_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.53.0
4
+ version: 0.55.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -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-classroom_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-classroom_v1/v0.53.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-classroom_v1/v0.55.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-classroom_v1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '3.1'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="