google-apis-classroom_v1 0.37.0 → 0.38.0
Sign up to get free protection for your applications and to get access to all the features.
- 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 +51 -40
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7fc456c834d9e586b95a3f5316900a744d00f9a368fb49b0d47ff14c57af50dc
|
4
|
+
data.tar.gz: ab21ced080d89f0d418d8e41ff466cbcfba4e048476755c7a091ad59d45d162f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c6bb86acf406d34546317f8f1093a02705abb962a0c6c0232902891073039907f0d5f641b919d2b00fdb46f51fc95ac423cb971ced7866f38506c9a269d2f127
|
7
|
+
data.tar.gz: d8cd29cb4d9a1db0f12224efd3e83fbb5de564fdf90f4c69559dbb922dca9705375a0a1669dbbbd233cc8456e69146a01a3ba2fa22e54ee7d5417f80c4cc7ce8
|
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.38.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241209"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1346,18 +1346,21 @@ module Google
|
|
1346
1346
|
|
1347
1347
|
# Updates a rubric. See google.classroom.v1.Rubric for details of which fields
|
1348
1348
|
# can be updated. Rubric update capabilities are [limited](/classroom/rubrics/
|
1349
|
-
# limitations) once grading has started.
|
1350
|
-
#
|
1351
|
-
#
|
1352
|
-
#
|
1353
|
-
#
|
1354
|
-
#
|
1355
|
-
#
|
1356
|
-
#
|
1357
|
-
#
|
1358
|
-
#
|
1359
|
-
#
|
1360
|
-
#
|
1349
|
+
# limitations) once grading has started. The requesting user and course owner
|
1350
|
+
# must have rubrics creation capabilities. For details, see [licensing
|
1351
|
+
# requirements](https://developers.google.com/classroom/rubrics/limitations#
|
1352
|
+
# license-requirements). This request must be made by the Google Cloud console
|
1353
|
+
# of the [OAuth client ID](https://support.google.com/cloud/answer/6158849) used
|
1354
|
+
# to create the parent course work item. This method returns the following error
|
1355
|
+
# codes: * `PERMISSION_DENIED` if the requesting developer project didn't create
|
1356
|
+
# the corresponding course work, if the user isn't permitted to make the
|
1357
|
+
# requested modification to the rubric, or for access errors. This error code is
|
1358
|
+
# also returned if grading has already started on the rubric. * `
|
1359
|
+
# INVALID_ARGUMENT` if the request is malformed and for the following request
|
1360
|
+
# error: * `RubricCriteriaInvalidFormat` * `NOT_FOUND` if the requested course,
|
1361
|
+
# course work, or rubric doesn't exist or if the user doesn't have access to the
|
1362
|
+
# corresponding course work. * `INTERNAL` if grading has already started on the
|
1363
|
+
# rubric.
|
1361
1364
|
# @param [String] course_id
|
1362
1365
|
# Required. Identifier of the course.
|
1363
1366
|
# @param [String] course_work_id
|
@@ -1766,18 +1769,20 @@ module Google
|
|
1766
1769
|
execute_or_queue_command(command, &block)
|
1767
1770
|
end
|
1768
1771
|
|
1769
|
-
# Creates a rubric.
|
1770
|
-
# [
|
1771
|
-
#
|
1772
|
-
# structure and known limitations](/classroom/
|
1773
|
-
#
|
1774
|
-
#
|
1775
|
-
#
|
1776
|
-
#
|
1777
|
-
#
|
1778
|
-
#
|
1779
|
-
#
|
1780
|
-
#
|
1772
|
+
# Creates a rubric. The requesting user and course owner must have rubrics
|
1773
|
+
# creation capabilities. For details, see [licensing requirements](https://
|
1774
|
+
# developers.google.com/classroom/rubrics/limitations#license-requirements). For
|
1775
|
+
# further details, see [Rubrics structure and known limitations](/classroom/
|
1776
|
+
# rubrics/limitations). This request must be made by the Google Cloud console of
|
1777
|
+
# the [OAuth client ID](https://support.google.com/cloud/answer/6158849) used to
|
1778
|
+
# create the parent course work item. This method returns the following error
|
1779
|
+
# codes: * `PERMISSION_DENIED` if the requesting user isn't permitted to create
|
1780
|
+
# rubrics for course work in the requested course. * `INTERNAL` if the request
|
1781
|
+
# has insufficient OAuth scopes. * `INVALID_ARGUMENT` if the request is
|
1782
|
+
# malformed and for the following request error: * `RubricCriteriaInvalidFormat`
|
1783
|
+
# * `NOT_FOUND` if the requested course or course work don't exist or the user
|
1784
|
+
# doesn't have access to the course or course work. * `FAILED_PRECONDITION` for
|
1785
|
+
# the following request error: * `AttachmentNotVisible`
|
1781
1786
|
# @param [String] course_id
|
1782
1787
|
# Required. Identifier of the course.
|
1783
1788
|
# @param [String] course_work_id
|
@@ -1813,10 +1818,13 @@ module Google
|
|
1813
1818
|
execute_or_queue_command(command, &block)
|
1814
1819
|
end
|
1815
1820
|
|
1816
|
-
# Deletes a rubric.
|
1817
|
-
# [
|
1818
|
-
#
|
1819
|
-
#
|
1821
|
+
# Deletes a rubric. The requesting user and course owner must have rubrics
|
1822
|
+
# creation capabilities. For details, see [licensing requirements](https://
|
1823
|
+
# developers.google.com/classroom/rubrics/limitations#license-requirements).
|
1824
|
+
# This request must be made by the Google Cloud console of the [OAuth client ID](
|
1825
|
+
# https://support.google.com/cloud/answer/6158849) used to create the
|
1826
|
+
# corresponding rubric. This method returns the following error codes: * `
|
1827
|
+
# PERMISSION_DENIED` if the requesting developer project didn't create the
|
1820
1828
|
# corresponding rubric, or if the requesting user isn't permitted to delete the
|
1821
1829
|
# requested rubric. * `NOT_FOUND` if no rubric exists with the requested ID or
|
1822
1830
|
# the user does not have access to the course, course work, or rubric. * `
|
@@ -1943,18 +1951,21 @@ module Google
|
|
1943
1951
|
|
1944
1952
|
# Updates a rubric. See google.classroom.v1.Rubric for details of which fields
|
1945
1953
|
# can be updated. Rubric update capabilities are [limited](/classroom/rubrics/
|
1946
|
-
# limitations) once grading has started.
|
1947
|
-
#
|
1948
|
-
#
|
1949
|
-
#
|
1950
|
-
#
|
1951
|
-
#
|
1952
|
-
#
|
1953
|
-
#
|
1954
|
-
#
|
1955
|
-
#
|
1956
|
-
#
|
1957
|
-
#
|
1954
|
+
# limitations) once grading has started. The requesting user and course owner
|
1955
|
+
# must have rubrics creation capabilities. For details, see [licensing
|
1956
|
+
# requirements](https://developers.google.com/classroom/rubrics/limitations#
|
1957
|
+
# license-requirements). This request must be made by the Google Cloud console
|
1958
|
+
# of the [OAuth client ID](https://support.google.com/cloud/answer/6158849) used
|
1959
|
+
# to create the parent course work item. This method returns the following error
|
1960
|
+
# codes: * `PERMISSION_DENIED` if the requesting developer project didn't create
|
1961
|
+
# the corresponding course work, if the user isn't permitted to make the
|
1962
|
+
# requested modification to the rubric, or for access errors. This error code is
|
1963
|
+
# also returned if grading has already started on the rubric. * `
|
1964
|
+
# INVALID_ARGUMENT` if the request is malformed and for the following request
|
1965
|
+
# error: * `RubricCriteriaInvalidFormat` * `NOT_FOUND` if the requested course,
|
1966
|
+
# course work, or rubric doesn't exist or if the user doesn't have access to the
|
1967
|
+
# corresponding course work. * `INTERNAL` if grading has already started on the
|
1968
|
+
# rubric.
|
1958
1969
|
# @param [String] course_id
|
1959
1970
|
# Required. Identifier of the course.
|
1960
1971
|
# @param [String] course_work_id
|
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.38.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-12-
|
11
|
+
date: 2024-12-15 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.38.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: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.5.
|
78
|
+
rubygems_version: 3.5.23
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Google Classroom API V1
|