google-apis-classroom_v1 0.56.0 → 0.57.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/gem_version.rb +2 -2
- data/lib/google/apis/classroom_v1/service.rb +3 -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: d32bcf6aceada102c5f6dc371d86186643d7b9a4d4e7a37f0d20b278ba4343d9
|
|
4
|
+
data.tar.gz: 2a7cf857d2f27a140670f0a9318c547184e00bf349fcfcd3e95ecdd123e2ff6f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d93964809ddb2a56d4e0303c6375f15bf3231b9cb71d96e1aa6b87db566111571b729ad2faee1abe8b7a097699080102cf876d49b37bf283c7b6c7b83a9894dd
|
|
7
|
+
data.tar.gz: 056f6ba7373e50197f587349cd08887459572b55033e7d7d81d025d218bec1fc713290b2172e3521dfb43502776253753bd787a1bd0d42bee50753479e8d3dae
|
data/CHANGELOG.md
CHANGED
|
@@ -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.57.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 = "20260816"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1402,7 +1402,8 @@ module Google
|
|
|
1402
1402
|
# CourseWork` object, an `INVALID_ARGUMENT` error is returned. The following
|
|
1403
1403
|
# fields may be specified by teachers: * `title` * `description` * `state` * `
|
|
1404
1404
|
# due_date` * `due_time` * `max_points` * `scheduled_time` * `
|
|
1405
|
-
# submission_modification_mode` * `topic_id` * `grading_period_id`
|
|
1405
|
+
# submission_modification_mode` * `topic_id` * `grading_period_id` * `
|
|
1406
|
+
# learning_goals`
|
|
1406
1407
|
# @param [String] fields
|
|
1407
1408
|
# Selector specifying which fields to include in a partial response.
|
|
1408
1409
|
# @param [String] quota_user
|
|
@@ -2742,7 +2743,7 @@ module Google
|
|
|
2742
2743
|
# that does not support empty values is included in the update mask and not set
|
|
2743
2744
|
# in the course work material object, an `INVALID_ARGUMENT` error is returned.
|
|
2744
2745
|
# The following fields may be specified by teachers: * `title` * `description` *
|
|
2745
|
-
# `state` * `scheduled_time` * `topic_id`
|
|
2746
|
+
# `state` * `scheduled_time` * `topic_id` * `learning_goals`
|
|
2746
2747
|
# @param [String] fields
|
|
2747
2748
|
# Selector specifying which fields to include in a partial response.
|
|
2748
2749
|
# @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.57.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.57.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:
|