google-apis-classroom_v1 0.54.0 → 0.56.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 72548d6c037bfa0d21a4cd155e886db4ca4a594f78bf8feb9c3fee6fb7a30d0c
|
|
4
|
+
data.tar.gz: dd1833f625ba57013f9b18725398942dcf2e61e056317eed2ffcd10e174aad0e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 918984e3c37a68fb2868f45a73841c6bb11d63f7352cbdd96584d5505c1adf985108dd170d0d1c30f07833762401a4aa603d5d2ad1fa118a51ff9587c84c82cc
|
|
7
|
+
data.tar.gz: dc5d40bd48ef7376c18cbf41e4936aceba0052449c575b8cb85cf63761afc97e588792d4bdc1f14c45708f101cbcc38acd8c23fadc5a844719f2f403c342b0f0
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-classroom_v1
|
|
2
2
|
|
|
3
|
+
### v0.56.0 (2026-07-19)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260708
|
|
6
|
+
|
|
7
|
+
### v0.55.0 (2026-06-21)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260610
|
|
10
|
+
|
|
3
11
|
### v0.54.0 (2026-06-14)
|
|
4
12
|
|
|
5
13
|
* Regenerated using generator version 0.19.0
|
|
@@ -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.
|
|
156
|
-
#
|
|
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.
|
|
19
|
+
GEM_VERSION = "0.56.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260708"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -265,10 +265,10 @@ module Google
|
|
|
265
265
|
# required to do an update. The update will fail if invalid fields are specified.
|
|
266
266
|
# The following fields are valid: * `courseState` * `description` * `
|
|
267
267
|
# descriptionHeading` * `name` * `ownerId` * `room` * `section` * `subject` * `
|
|
268
|
-
# levels` Note: patches to ownerId are treated as
|
|
269
|
-
# but in practice it may take some time for the
|
|
270
|
-
# affected resources to complete. When set in a query
|
|
271
|
-
# should be specified as `updateMask=,,...`
|
|
268
|
+
# learningStandardSettings` * `levels` Note: patches to ownerId are treated as
|
|
269
|
+
# being effective immediately, but in practice it may take some time for the
|
|
270
|
+
# ownership transfer of all affected resources to complete. When set in a query
|
|
271
|
+
# parameter, this field should be specified as `updateMask=,,...`
|
|
272
272
|
# @param [String] fields
|
|
273
273
|
# Selector specifying which fields to include in a partial response.
|
|
274
274
|
# @param [String] quota_user
|
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.
|
|
4
|
+
version: 0.56.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.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-classroom_v1/v0.56.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:
|