google-apis-classroom_v1 0.21.0 → 0.22.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 +5 -5
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 00af161f82a35cb4aa7e5b9d6e5f76b770b651c64c10e13aeb731dce8f16ff9e
|
4
|
+
data.tar.gz: 5d59fd34ee725eedeae49f6de92d415e4d0b30a2bce0b5a6d5e6ce5b8058739f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4070b842db8d34b8a0a99e4c6faa93b8d83f7d856259d15e1c7a642bad969390c7264b251d532913b473bd6c3efa05ada51feec1a3d059843ef744c323c44c56
|
7
|
+
data.tar.gz: 5f0ac7961ed473b7e0c77a558f4cad98fdae3ad5154cdcb5da91c1b996e180f7a937492653b3e6e45c017f9323c6118507f8d036dc3ef37aff5f80bc9ab20fbc
|
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.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 = "
|
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
|
2171
|
-
# user already has this role or a role with greater permissions. *
|
2172
|
-
#
|
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.
|
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:
|
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.
|
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: []
|