google-apis-classroom_v1 0.37.0 → 0.39.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ec30411ad000943b56e98f737d5a24c00cec005b1fba738b84cabf5abbb2dc6f
4
- data.tar.gz: 1f015ca368fb672ebd51f54af1864487fa5469c2203fec01e79cf8b1076f4e44
3
+ metadata.gz: 2a57823c16d05cddda40d58c212c877627d991ff042ffc544d5e0c51ecf651dd
4
+ data.tar.gz: 4355d887e5dcb013bf6e60b64db20550a519284be57d4fbfdb722d4b1323d5a1
5
5
  SHA512:
6
- metadata.gz: 9db671427639b8b86774711b4e35de9716bbb17f6abb8bb1c69bced849404844aaef5bbf7292da2f83ffae089b304e8a510f85d0cc735f73e33cae99abb8b6df
7
- data.tar.gz: b654e9e4d4f69a2422eedc315c3a6022e09939cf51d2d2e2cf63e251e264f07a27f41630153651214ac99713da46c72501a4dcd2f6451e87bb46152ce674fe17
6
+ metadata.gz: 80dd48080c27c3c32bb62ede29a926a8d29e1af4e8f19ffe9c19139394c7402ff60e0697995754a5a30d94e2fa72aac189f7e2b5105e4ea2656be48e33f95aaa
7
+ data.tar.gz: fa5b7df9589b2c8a091d391884cac4c22d9a02d1c1bc9777ba311c5f44538706ff11ab8e9b508fcefbe1ab2df2a432ee55c77e2f8b91e04ce78a1547e70fbe47
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-classroom_v1
2
2
 
3
+ ### v0.39.0 (2025-01-19)
4
+
5
+ * Regenerated from discovery document revision 20250114
6
+ * Regenerated using generator version 0.16.0
7
+
8
+ ### v0.38.0 (2024-12-15)
9
+
10
+ * Regenerated from discovery document revision 20241209
11
+
3
12
  ### v0.37.0 (2024-12-02)
4
13
 
5
14
  * 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.39.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241119"
25
+ REVISION = "20250114"
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
@@ -3678,7 +3689,8 @@ module Google
3678
3689
  # Creates a topic. This method returns the following error codes: * `
3679
3690
  # PERMISSION_DENIED` if the requesting user is not permitted to access the
3680
3691
  # requested course, create a topic in the requested course, or for access errors.
3681
- # * `INVALID_ARGUMENT` if the request is malformed. * `NOT_FOUND` if the
3692
+ # * `INVALID_ARGUMENT` if the request is malformed. * `ALREADY_EXISTS` if there
3693
+ # exists a topic in the course with the same name. * `NOT_FOUND` if the
3682
3694
  # requested course does not exist.
3683
3695
  # @param [String] course_id
3684
3696
  # Identifier of the course. This identifier can be either the Classroom-assigned
@@ -3836,8 +3848,9 @@ module Google
3836
3848
  # Updates one or more fields of a topic. This method returns the following error
3837
3849
  # codes: * `PERMISSION_DENIED` if the requesting developer project did not
3838
3850
  # create the corresponding topic or for access errors. * `INVALID_ARGUMENT` if
3839
- # the request is malformed. * `NOT_FOUND` if the requested course or topic does
3840
- # not exist
3851
+ # the request is malformed. * `FAILED_PRECONDITION` if there exists a topic in
3852
+ # the course with the same name. * `NOT_FOUND` if the requested course or topic
3853
+ # does not exist
3841
3854
  # @param [String] course_id
3842
3855
  # Identifier of the course. This identifier can be either the Classroom-assigned
3843
3856
  # identifier or an alias.
@@ -29,6 +29,12 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1'
31
31
 
32
+ # See and update its own attachments to posts in Google Classroom
33
+ AUTH_CLASSROOM_ADDONS_STUDENT = 'https://www.googleapis.com/auth/classroom.addons.student'
34
+
35
+ # See, create, and update its own attachments to posts in classes you teach in Google Classroom
36
+ AUTH_CLASSROOM_ADDONS_TEACHER = 'https://www.googleapis.com/auth/classroom.addons.teacher'
37
+
32
38
  # View and manage announcements in Google Classroom
33
39
  AUTH_CLASSROOM_ANNOUNCEMENTS = 'https://www.googleapis.com/auth/classroom.announcements'
34
40
 
metadata CHANGED
@@ -1,14 +1,13 @@
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.39.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-04 00:00:00.000000000 Z
10
+ date: 2025-03-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  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
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-classroom_v1/v0.39.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-classroom_v1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.22
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Google Classroom API V1
82
79
  test_files: []