google-apis-classroom_v1 0.32.0 → 0.33.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 92703c8d3b6c2d869028f3689ec05f7cc271b72aa89469826c8242848f2843b7
|
4
|
+
data.tar.gz: '08cee27e3fafb8d1860d99218cd326d67a0bdc980cf070b5f1c57132a02d6b4d'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '094541ddb48afb59695d1a8f4e257929e43aed93f05f8e24d77e99a5e3e14737af5531a337ce871d95b4431179ee0a7ef98f476d44d25fbf7f2eb5020ff750a7'
|
7
|
+
data.tar.gz: 861c1d377b953d18976202da0306f001757bd749073dfa2822e2d0dbe3cb602a9fe66659d07f3b362de8de43cbef922862cc98f9f60c80d4f542c6738481d57b
|
data/CHANGELOG.md
CHANGED
@@ -138,12 +138,6 @@ module Google
|
|
138
138
|
# @return [String]
|
139
139
|
attr_accessor :post_submission_state
|
140
140
|
|
141
|
-
# Identifier for the student that owns this submission. This field is part of an
|
142
|
-
# experimental API change and is populated only if sufficient scopes are granted.
|
143
|
-
# Corresponds to the JSON property `userId`
|
144
|
-
# @return [String]
|
145
|
-
attr_accessor :user_id
|
146
|
-
|
147
141
|
def initialize(**args)
|
148
142
|
update!(**args)
|
149
143
|
end
|
@@ -152,7 +146,6 @@ module Google
|
|
152
146
|
def update!(**args)
|
153
147
|
@points_earned = args[:points_earned] if args.key?(:points_earned)
|
154
148
|
@post_submission_state = args[:post_submission_state] if args.key?(:post_submission_state)
|
155
|
-
@user_id = args[:user_id] if args.key?(:user_id)
|
156
149
|
end
|
157
150
|
end
|
158
151
|
|
@@ -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.33.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240626"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.33.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-06-
|
11
|
+
date: 2024-06-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-classroom_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-classroom_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-classroom_v1/v0.33.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-classroom_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|