google-apis-classroom_v1 0.57.0 → 0.58.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: d32bcf6aceada102c5f6dc371d86186643d7b9a4d4e7a37f0d20b278ba4343d9
4
- data.tar.gz: 2a7cf857d2f27a140670f0a9318c547184e00bf349fcfcd3e95ecdd123e2ff6f
3
+ metadata.gz: 166b59069ffe4e8f45d92207d1de02fdb58c50e3920443de6320107c607af40a
4
+ data.tar.gz: 0f5c1b404152c40b7f42c26599b2ee6500ae1cb5bc6447c12992412b00e01677
5
5
  SHA512:
6
- metadata.gz: d93964809ddb2a56d4e0303c6375f15bf3231b9cb71d96e1aa6b87db566111571b729ad2faee1abe8b7a097699080102cf876d49b37bf283c7b6c7b83a9894dd
7
- data.tar.gz: 056f6ba7373e50197f587349cd08887459572b55033e7d7d81d025d218bec1fc713290b2172e3521dfb43502776253753bd787a1bd0d42bee50753479e8d3dae
6
+ metadata.gz: ccb87ccf916ca4c4cbe3db606866d9a42bbdca5f394ee963afda9a3ba6bcbafee4303a0bf98e0c56ef2a50ba22bfa4be5f576ea68a0d003e107ba3df93a209a3
7
+ data.tar.gz: a8fcf50299833d0b4496f1db14072c060dac345d54220af73e061b390625497e9cabb101597a57ac6a49d4bf032b0c11c40a9c1adc75707810fbb01a872997e8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-classroom_v1
2
2
 
3
+ ### v0.58.0 (2026-08-30)
4
+
5
+ * Regenerated from discovery document revision 20260825
6
+
3
7
  ### v0.57.0 (2026-08-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20260816
@@ -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.57.0"
19
+ GEM_VERSION = "0.58.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 = "20260816"
25
+ REVISION = "20260825"
26
26
  end
27
27
  end
28
28
  end
@@ -1380,13 +1380,15 @@ module Google
1380
1380
  # CourseWork for details of which fields may be updated and who may change them.
1381
1381
  # This request must be made by the Developer Console project of the [OAuth
1382
1382
  # client ID](https://support.google.com/cloud/answer/6158849) used to create the
1383
- # corresponding course work item. This method returns the following error codes:
1384
- # * `PERMISSION_DENIED` if the requesting developer project did not create the
1385
- # corresponding course work, if the user is not permitted to make the requested
1386
- # modification to the student submission, or for access errors. * `
1387
- # INVALID_ARGUMENT` if the request is malformed. * `FAILED_PRECONDITION` if the
1388
- # requested course work has already been deleted. * `NOT_FOUND` if the requested
1389
- # course or course work does not exist.
1383
+ # corresponding course work item or an add-on attachment on the corresponding
1384
+ # course work item. This method returns the following error codes: * `
1385
+ # PERMISSION_DENIED` if the requesting developer project did not create the
1386
+ # corresponding course work or an add-on attachment on the corresponding course
1387
+ # work, if the user is not permitted to make the requested modification to the
1388
+ # student submission, or for access errors. * `INVALID_ARGUMENT` if the request
1389
+ # is malformed. * `FAILED_PRECONDITION` if the requested course work has already
1390
+ # been deleted. * `NOT_FOUND` if the requested course or course work does not
1391
+ # exist.
1390
1392
  # @param [String] course_id
1391
1393
  # Identifier of the course. This identifier can be either the Classroom-assigned
1392
1394
  # identifier or an alias.
@@ -2223,12 +2225,13 @@ module Google
2223
2225
  # student submissions belonging to course work objects with a `workType` of `
2224
2226
  # ASSIGNMENT`. This request must be made by the Developer Console project of the
2225
2227
  # [OAuth client ID](https://support.google.com/cloud/answer/6158849) used to
2226
- # create the corresponding course work item. This method returns the following
2227
- # error codes: * `PERMISSION_DENIED` if the requesting user is not permitted to
2228
- # access the requested course or course work, if the user is not permitted to
2229
- # modify attachments on the requested student submission, or for access errors. *
2230
- # `INVALID_ARGUMENT` if the request is malformed. * `NOT_FOUND` if the
2231
- # requested course, course work, or student submission does not exist.
2228
+ # create the corresponding course work item or an add-on attachment on the
2229
+ # corresponding course work item. This method returns the following error codes:
2230
+ # * `PERMISSION_DENIED` if the requesting user is not permitted to access the
2231
+ # requested course or course work, if the user is not permitted to modify
2232
+ # attachments on the requested student submission, or for access errors. * `
2233
+ # INVALID_ARGUMENT` if the request is malformed. * `NOT_FOUND` if the requested
2234
+ # course, course work, or student submission does not exist.
2232
2235
  # @param [String] course_id
2233
2236
  # Identifier of the course. This identifier can be either the Classroom-assigned
2234
2237
  # identifier or an alias.
@@ -2272,12 +2275,14 @@ module Google
2272
2275
  # StudentSubmission for details of which fields may be updated and who may
2273
2276
  # change them. This request must be made by the Developer Console project of the
2274
2277
  # [OAuth client ID](https://support.google.com/cloud/answer/6158849) used to
2275
- # create the corresponding course work item. This method returns the following
2276
- # error codes: * `PERMISSION_DENIED` if the requesting developer project did not
2277
- # create the corresponding course work, if the user is not permitted to make the
2278
- # requested modification to the student submission, or for access errors. * `
2279
- # INVALID_ARGUMENT` if the request is malformed. * `NOT_FOUND` if the requested
2280
- # course, course work, or student submission does not exist.
2278
+ # create the corresponding course work item or an add-on attachment with Grade
2279
+ # Sync enabled on the corresponding course work item. This method returns the
2280
+ # following error codes: * `PERMISSION_DENIED` if the requesting developer
2281
+ # project did not create the corresponding course work or an add-on attachment
2282
+ # on the corresponding course work with Grade Sync enabled, if the user is not
2283
+ # permitted to make the requested modification to the student submission, or for
2284
+ # access errors. * `INVALID_ARGUMENT` if the request is malformed. * `NOT_FOUND`
2285
+ # if the requested course, course work, or student submission does not exist.
2281
2286
  # @param [String] course_id
2282
2287
  # Identifier of the course. This identifier can be either the Classroom-assigned
2283
2288
  # identifier or an alias.
@@ -2329,11 +2334,12 @@ module Google
2329
2334
  # requested student submission may call this method, and only for a student
2330
2335
  # submission that has been turned in. This request must be made by the Developer
2331
2336
  # Console project of the [OAuth client ID](https://support.google.com/cloud/
2332
- # answer/6158849) used to create the corresponding course work item. This method
2333
- # returns the following error codes: * `PERMISSION_DENIED` if the requesting
2334
- # user is not permitted to access the requested course or course work, unsubmit
2335
- # the requested student submission, or for access errors. * `FAILED_PRECONDITION`
2336
- # if the student submission has not been turned in. * `INVALID_ARGUMENT` if the
2337
+ # answer/6158849) used to create the corresponding course work item or an add-on
2338
+ # attachment on the corresponding course work item. This method returns the
2339
+ # following error codes: * `PERMISSION_DENIED` if the requesting user is not
2340
+ # permitted to access the requested course or course work, unsubmit the
2341
+ # requested student submission, or for access errors. * `FAILED_PRECONDITION` if
2342
+ # the student submission has not been turned in. * `INVALID_ARGUMENT` if the
2337
2343
  # request is malformed. * `NOT_FOUND` if the requested course, course work, or
2338
2344
  # student submission does not exist.
2339
2345
  # @param [String] course_id
@@ -2382,12 +2388,13 @@ module Google
2382
2388
  # of the course that contains the requested student submission may call this
2383
2389
  # method. This request must be made by the Developer Console project of the [
2384
2390
  # OAuth client ID](https://support.google.com/cloud/answer/6158849) used to
2385
- # create the corresponding course work item. This method returns the following
2386
- # error codes: * `PERMISSION_DENIED` if the requesting user is not permitted to
2387
- # access the requested course or course work, return the requested student
2388
- # submission, or for access errors. * `INVALID_ARGUMENT` if the request is
2389
- # malformed. * `NOT_FOUND` if the requested course, course work, or student
2390
- # submission does not exist.
2391
+ # create the corresponding course work item or an add-on attachment on the
2392
+ # corresponding course work item. This method returns the following error codes:
2393
+ # * `PERMISSION_DENIED` if the requesting user is not permitted to access the
2394
+ # requested course or course work, return the requested student submission, or
2395
+ # for access errors. * `INVALID_ARGUMENT` if the request is malformed. * `
2396
+ # NOT_FOUND` if the requested course, course work, or student submission does
2397
+ # not exist.
2391
2398
  # @param [String] course_id
2392
2399
  # Identifier of the course. This identifier can be either the Classroom-assigned
2393
2400
  # identifier or an alias.
@@ -2432,12 +2439,13 @@ module Google
2432
2439
  # submission state. This may only be called by the student that owns the
2433
2440
  # specified student submission. This request must be made by the Developer
2434
2441
  # Console project of the [OAuth client ID](https://support.google.com/cloud/
2435
- # answer/6158849) used to create the corresponding course work item. This method
2436
- # returns the following error codes: * `PERMISSION_DENIED` if the requesting
2437
- # user is not permitted to access the requested course or course work, turn in
2438
- # the requested student submission, or for access errors. * `INVALID_ARGUMENT`
2439
- # if the request is malformed. * `NOT_FOUND` if the requested course, course
2440
- # work, or student submission does not exist.
2442
+ # answer/6158849) used to create the corresponding course work item or an add-on
2443
+ # attachment on the corresponding course work item. This method returns the
2444
+ # following error codes: * `PERMISSION_DENIED` if the requesting user is not
2445
+ # permitted to access the requested course or course work, turn in the requested
2446
+ # student submission, or for access errors. * `INVALID_ARGUMENT` if the request
2447
+ # is malformed. * `NOT_FOUND` if the requested course, course work, or student
2448
+ # submission does not exist.
2441
2449
  # @param [String] course_id
2442
2450
  # Identifier of the course. This identifier can be either the Classroom-assigned
2443
2451
  # identifier or an alias.
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.57.0
4
+ version: 0.58.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.57.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-classroom_v1/v0.58.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: