Skip to content

Commit a69baa6

Browse files
feat: Automated regeneration of classroom v1 client (#13335)
Auto-created at 2023-01-22 10:39:56 +0000 using the toys pull request generator.
1 parent 81b064d commit a69baa6

File tree

4 files changed

+21
-10
lines changed

4 files changed

+21
-10
lines changed

generated/google-apis-classroom_v1/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-classroom_v1
22

3+
### v0.23.0 (2023-01-22)
4+
5+
* Regenerated from discovery document revision 20230116
6+
* Regenerated using generator version 0.11.1
7+
38
### v0.22.0 (2022-12-22)
49

510
* Regenerated from discovery document revision 20221220

generated/google-apis-classroom_v1/lib/google/apis/classroom_v1/classes.rb

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2284,7 +2284,9 @@ def update!(**args)
22842284
class UserProfile
22852285
include Google::Apis::Core::Hashable
22862286

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.
22882290
# Corresponds to the JSON property `emailAddress`
22892291
# @return [String]
22902292
attr_accessor :email_address
@@ -2304,14 +2306,17 @@ class UserProfile
23042306
# @return [Array<Google::Apis::ClassroomV1::GlobalPermission>]
23052307
attr_accessor :permissions
23062308

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.
23082312
# Corresponds to the JSON property `photoUrl`
23092313
# @return [String]
23102314
attr_accessor :photo_url
23112315

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
23152320
# Corresponds to the JSON property `verifiedTeacher`
23162321
# @return [Boolean]
23172322
attr_accessor :verified_teacher

generated/google-apis-classroom_v1/lib/google/apis/classroom_v1/gem_version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module ClassroomV1
1818
# Version of the google-apis-classroom_v1 gem
19-
GEM_VERSION = "0.22.0"
19+
GEM_VERSION = "0.23.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.11.0"
22+
GENERATOR_VERSION = "0.11.1"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20221220"
25+
REVISION = "20230116"
2626
end
2727
end
2828
end

generated/google-apis-classroom_v1/lib/google/apis/classroom_v1/service.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,9 @@ def initialize
5656
# `PERMISSION_DENIED` if the requesting user is not permitted to create courses
5757
# or for access errors. * `NOT_FOUND` if the primary teacher is not a valid user.
5858
# * `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.
6162
# @param [Google::Apis::ClassroomV1::Course] course_object
6263
# @param [String] fields
6364
# Selector specifying which fields to include in a partial response.

0 commit comments

Comments
 (0)