google-apis-classroom_v1 0.21.0 → 0.23.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: f35f2dbc35aa73d766e86634972bd7f2e7eda041bf8fb2f7a4ffb15907e74fae
4
- data.tar.gz: a0010ed9c26178f235ad1561f31ae1017940ada61440f79fd241b3dc539a8311
3
+ metadata.gz: a66eb3a9dcfdb38a3081c45127342a62f97d5854e7c616b19e836cd4072a96b7
4
+ data.tar.gz: 5af1ae00d7d07cf142bea80984dbf82fb2ab904e9ab5de25c281cbcff06e0386
5
5
  SHA512:
6
- metadata.gz: d073130b32d7214e36a0184258d051b89a415e426913256e40682cd0e463428423c017ce282e58bd79fcb93747b186652a25a9edef5ebc351ca0877c8595e23a
7
- data.tar.gz: a8a5528d0a65c5f5e03ddbb7425673176e1187dc2a5e81c3e35cb2ca1196f80dee344518257e5ad64214e6c17da76b5c92fd1b4fbcd6206c846cad38c0805825
6
+ metadata.gz: 44bb91c8f88dd1a658734f4b9506c4b7bbbf3f27587d7aa7edf97caee03a6cb12acdb7d60a773f5ab2c6582eeb86675f8e1eaf3442afe41a9787d98fc911c499
7
+ data.tar.gz: f85b660ba197a2378c0241e04de358b0548d1967b70d42b3e4e3386487011fb0e619a14fa0e9a50a1aef6e5b7bbea7b35efe19bc70e6e0dc196e06e8f60aad3f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-classroom_v1
2
2
 
3
+ ### v0.23.0 (2023-01-22)
4
+
5
+ * Regenerated from discovery document revision 20230116
6
+ * Regenerated using generator version 0.11.1
7
+
8
+ ### v0.22.0 (2022-12-22)
9
+
10
+ * Regenerated from discovery document revision 20221220
11
+
3
12
  ### v0.21.0 (2022-10-27)
4
13
 
5
14
  * Regenerated using generator version 0.11.0
@@ -2284,7 +2284,9 @@ module Google
2284
2284
  class UserProfile
2285
2285
  include Google::Apis::Core::Hashable
2286
2286
 
2287
- # Email address of the user. Read-only.
2287
+ # Email address of the user. Must request `https://www.googleapis.com/auth/
2288
+ # classroom.profile.emails` scope for this field to be populated in a response
2289
+ # body. Read-only.
2288
2290
  # Corresponds to the JSON property `emailAddress`
2289
2291
  # @return [String]
2290
2292
  attr_accessor :email_address
@@ -2304,14 +2306,17 @@ module Google
2304
2306
  # @return [Array<Google::Apis::ClassroomV1::GlobalPermission>]
2305
2307
  attr_accessor :permissions
2306
2308
 
2307
- # URL of user's profile photo. Read-only.
2309
+ # URL of user's profile photo. Must request `https://www.googleapis.com/auth/
2310
+ # classroom.profile.photos` scope for this field to be populated in a response
2311
+ # body. Read-only.
2308
2312
  # Corresponds to the JSON property `photoUrl`
2309
2313
  # @return [String]
2310
2314
  attr_accessor :photo_url
2311
2315
 
2312
- # Represents whether a G Suite for Education user's domain administrator has
2313
- # explicitly verified them as being a teacher. If the user is not a member of a
2314
- # G Suite for Education domain, than this field is always false. Read-only
2316
+ # Represents whether a Google Workspace for Education user's domain
2317
+ # administrator has explicitly verified them as being a teacher. This field is
2318
+ # always false if the user is not a member of a Google Workspace for Education
2319
+ # domain. Read-only
2315
2320
  # Corresponds to the JSON property `verifiedTeacher`
2316
2321
  # @return [Boolean]
2317
2322
  attr_accessor :verified_teacher
@@ -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.23.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220323"
25
+ REVISION = "20230116"
26
26
  end
27
27
  end
28
28
  end
@@ -56,8 +56,9 @@ module Google
56
56
  # `PERMISSION_DENIED` if the requesting user is not permitted to create courses
57
57
  # or for access errors. * `NOT_FOUND` if the primary teacher is not a valid user.
58
58
  # * `FAILED_PRECONDITION` if the course owner's account is disabled or for the
59
- # following request errors: * UserGroupsMembershipLimitReached * `ALREADY_EXISTS`
60
- # if an alias was specified in the `id` and already exists.
59
+ # following request errors: * UserCannotOwnCourse *
60
+ # UserGroupsMembershipLimitReached * `ALREADY_EXISTS` if an alias was specified
61
+ # in the `id` and already exists.
61
62
  # @param [Google::Apis::ClassroomV1::Course] course_object
62
63
  # @param [String] fields
63
64
  # Selector specifying which fields to include in a partial response.
@@ -219,7 +220,7 @@ module Google
219
220
  # exists with the requested ID. * `INVALID_ARGUMENT` if invalid fields are
220
221
  # specified in the update mask or if no update mask is supplied. * `
221
222
  # FAILED_PRECONDITION` for the following request errors: * CourseNotModifiable *
222
- # InactiveCourseOwner
223
+ # InactiveCourseOwner * IneligibleOwner
223
224
  # @param [String] id
224
225
  # Identifier of the course to update. This identifier can be either the
225
226
  # Classroom-assigned identifier or an alias.
@@ -2167,10 +2168,10 @@ module Google
2167
2168
  # returns the following error codes: * `PERMISSION_DENIED` if the requesting
2168
2169
  # user is not permitted to create invitations for this course or for access
2169
2170
  # 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.
2171
+ # FAILED_PRECONDITION`: * if the requested user's account is disabled. * if the
2172
+ # user already has this role or a role with greater permissions. * for the
2173
+ # following request errors: * IneligibleOwner * `ALREADY_EXISTS` if an
2174
+ # invitation for the specified user and course already exists.
2174
2175
  # @param [Google::Apis::ClassroomV1::Invitation] invitation_object
2175
2176
  # @param [String] fields
2176
2177
  # 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.23.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-22 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.23.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.3.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Google Classroom API V1