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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ec30411ad000943b56e98f737d5a24c00cec005b1fba738b84cabf5abbb2dc6f
4
- data.tar.gz: 1f015ca368fb672ebd51f54af1864487fa5469c2203fec01e79cf8b1076f4e44
3
+ metadata.gz: 7fc456c834d9e586b95a3f5316900a744d00f9a368fb49b0d47ff14c57af50dc
4
+ data.tar.gz: ab21ced080d89f0d418d8e41ff466cbcfba4e048476755c7a091ad59d45d162f
5
5
  SHA512:
6
- metadata.gz: 9db671427639b8b86774711b4e35de9716bbb17f6abb8bb1c69bced849404844aaef5bbf7292da2f83ffae089b304e8a510f85d0cc735f73e33cae99abb8b6df
7
- data.tar.gz: b654e9e4d4f69a2422eedc315c3a6022e09939cf51d2d2e2cf63e251e264f07a27f41630153651214ac99713da46c72501a4dcd2f6451e87bb46152ce674fe17
6
+ metadata.gz: c6bb86acf406d34546317f8f1093a02705abb962a0c6c0232902891073039907f0d5f641b919d2b00fdb46f51fc95ac423cb971ced7866f38506c9a269d2f127
7
+ data.tar.gz: d8cd29cb4d9a1db0f12224efd3e83fbb5de564fdf90f4c69559dbb922dca9705375a0a1669dbbbd233cc8456e69146a01a3ba2fa22e54ee7d5417f80c4cc7ce8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-classroom_v1
2
2
 
3
+ ### v0.38.0 (2024-12-15)
4
+
5
+ * Regenerated from discovery document revision 20241209
6
+
3
7
  ### v0.37.0 (2024-12-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20241119
@@ -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.37.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 = "20241119"
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. This request must be made by the Google
1350
- # Cloud console of the [OAuth client ID](https://support.google.com/cloud/answer/
1351
- # 6158849) used to create the parent course work item. This method returns the
1352
- # following error codes: * `PERMISSION_DENIED` if the requesting developer
1353
- # project didn't create the corresponding course work, if the user isn't
1354
- # permitted to make the requested modification to the rubric, or for access
1355
- # errors. This error code is also returned if grading has already started on the
1356
- # rubric. * `INVALID_ARGUMENT` if the request is malformed and for the following
1357
- # request error: * `RubricCriteriaInvalidFormat` * `NOT_FOUND` if the requested
1358
- # course, course work, or rubric doesn't exist or if the user doesn't have
1359
- # access to the corresponding course work. * `INTERNAL` if grading has already
1360
- # started on the rubric.
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. This request must be made by the Google Cloud console of the
1770
- # [OAuth client ID](https://support.google.com/cloud/answer/6158849) used to
1771
- # create the parent course work item. For further details, see [Rubrics
1772
- # structure and known limitations](/classroom/rubrics/limitations). This method
1773
- # returns the following error codes: * `PERMISSION_DENIED` if the requesting
1774
- # user isn't permitted to create rubrics for course work in the requested course.
1775
- # * `INTERNAL` if the request has insufficient OAuth scopes. * `
1776
- # INVALID_ARGUMENT` if the request is malformed and for the following request
1777
- # error: * `RubricCriteriaInvalidFormat` * `NOT_FOUND` if the requested course
1778
- # or course work don't exist or the user doesn't have access to the course or
1779
- # course work. * `FAILED_PRECONDITION` for the following request error: * `
1780
- # AttachmentNotVisible`
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. This request must be made by the Google Cloud console of the
1817
- # [OAuth client ID](https://support.google.com/cloud/answer/6158849) used to
1818
- # create the corresponding rubric. This method returns the following error codes:
1819
- # * `PERMISSION_DENIED` if the requesting developer project didn't create the
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. This request must be made by the Google
1947
- # Cloud console of the [OAuth client ID](https://support.google.com/cloud/answer/
1948
- # 6158849) used to create the parent course work item. This method returns the
1949
- # following error codes: * `PERMISSION_DENIED` if the requesting developer
1950
- # project didn't create the corresponding course work, if the user isn't
1951
- # permitted to make the requested modification to the rubric, or for access
1952
- # errors. This error code is also returned if grading has already started on the
1953
- # rubric. * `INVALID_ARGUMENT` if the request is malformed and for the following
1954
- # request error: * `RubricCriteriaInvalidFormat` * `NOT_FOUND` if the requested
1955
- # course, course work, or rubric doesn't exist or if the user doesn't have
1956
- # access to the corresponding course work. * `INTERNAL` if grading has already
1957
- # started on the rubric.
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.37.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-04 00:00:00.000000000 Z
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.37.0
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.22
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