google-apis-classroom_v1 0.54.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/classroom_v1/classes.rb +4 -2
- data/lib/google/apis/classroom_v1/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 696d7718b81c0b8c3a2f7eea492cdca79faf2ab0ef64f7a804d3e8faee66bd73
|
|
4
|
+
data.tar.gz: bd0964b0586709018e212e8d61999cd11253eae271c01a0da456c36f750a0100
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 166bf58be6421c635b78fbc874caea730176cf9ca8869ee1a592e5079c0da06ce2c414decfb25f9d4b31b29e69a6311252146b783608263053e605e5a281a16b
|
|
7
|
+
data.tar.gz: 0416f9f47ff6b09fc937778835d63bce238825210d4173702a70d6fc25376aff32dc91eb1734b964ee512cd2b6c6747205dbae035525497361b6f08e95364934
|
data/CHANGELOG.md
CHANGED
|
@@ -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.55.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 = "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.
|
|
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.
|
|
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:
|