google-apis-classroom_v1 0.21.0 → 0.22.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: f35f2dbc35aa73d766e86634972bd7f2e7eda041bf8fb2f7a4ffb15907e74fae
4
- data.tar.gz: a0010ed9c26178f235ad1561f31ae1017940ada61440f79fd241b3dc539a8311
3
+ metadata.gz: 00af161f82a35cb4aa7e5b9d6e5f76b770b651c64c10e13aeb731dce8f16ff9e
4
+ data.tar.gz: 5d59fd34ee725eedeae49f6de92d415e4d0b30a2bce0b5a6d5e6ce5b8058739f
5
5
  SHA512:
6
- metadata.gz: d073130b32d7214e36a0184258d051b89a415e426913256e40682cd0e463428423c017ce282e58bd79fcb93747b186652a25a9edef5ebc351ca0877c8595e23a
7
- data.tar.gz: a8a5528d0a65c5f5e03ddbb7425673176e1187dc2a5e81c3e35cb2ca1196f80dee344518257e5ad64214e6c17da76b5c92fd1b4fbcd6206c846cad38c0805825
6
+ metadata.gz: 4070b842db8d34b8a0a99e4c6faa93b8d83f7d856259d15e1c7a642bad969390c7264b251d532913b473bd6c3efa05ada51feec1a3d059843ef744c323c44c56
7
+ data.tar.gz: 5f0ac7961ed473b7e0c77a558f4cad98fdae3ad5154cdcb5da91c1b996e180f7a937492653b3e6e45c017f9323c6118507f8d036dc3ef37aff5f80bc9ab20fbc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-classroom_v1
2
2
 
3
+ ### v0.22.0 (2022-12-22)
4
+
5
+ * Regenerated from discovery document revision 20221220
6
+
3
7
  ### v0.21.0 (2022-10-27)
4
8
 
5
9
  * Regenerated using generator version 0.11.0
@@ -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.21.0"
19
+ GEM_VERSION = "0.22.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220323"
25
+ REVISION = "20221220"
26
26
  end
27
27
  end
28
28
  end
@@ -219,7 +219,7 @@ module Google
219
219
  # exists with the requested ID. * `INVALID_ARGUMENT` if invalid fields are
220
220
  # specified in the update mask or if no update mask is supplied. * `
221
221
  # FAILED_PRECONDITION` for the following request errors: * CourseNotModifiable *
222
- # InactiveCourseOwner
222
+ # InactiveCourseOwner * IneligibleOwner
223
223
  # @param [String] id
224
224
  # Identifier of the course to update. This identifier can be either the
225
225
  # Classroom-assigned identifier or an alias.
@@ -2167,10 +2167,10 @@ module Google
2167
2167
  # returns the following error codes: * `PERMISSION_DENIED` if the requesting
2168
2168
  # user is not permitted to create invitations for this course or for access
2169
2169
  # errors. * `NOT_FOUND` if the course or the user does not exist. * `
2170
- # FAILED_PRECONDITION` if the requested user's account is disabled or if the
2171
- # user already has this role or a role with greater permissions. * `
2172
- # ALREADY_EXISTS` if an invitation for the specified user and course already
2173
- # exists.
2170
+ # FAILED_PRECONDITION`: * if the requested user's account is disabled. * if the
2171
+ # user already has this role or a role with greater permissions. * for the
2172
+ # following request errors: * IneligibleOwner * `ALREADY_EXISTS` if an
2173
+ # invitation for the specified user and course already exists.
2174
2174
  # @param [Google::Apis::ClassroomV1::Invitation] invitation_object
2175
2175
  # @param [String] fields
2176
2176
  # Selector specifying which fields to include in a partial response.
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.21.0
4
+ version: 0.22.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: 2022-10-31 00:00:00.000000000 Z
11
+ date: 2023-01-04 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.21.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-classroom_v1/v0.22.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: []