google-apis-classroom_v1 0.22.0 → 0.24.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b3573707c29e6168c856e8ce5fff2ef7392c5c28527917b930d3b2599108750a
|
4
|
+
data.tar.gz: bdd89acd182adb80d1170db8516dc335ad078d0107c0a428fbd85e3e9141f21b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d87792586818a9aa51aa0e08d082b39e700bce4d33f2849632fb6a2eb35c38ba939647a3c46c0ceaa7b2dbeeebb38cc97ceb78818443b992b4775b0ea775b24d
|
7
|
+
data.tar.gz: 2dea08a2e3ac799b34c9fefda663965cc2c9819b0961ae1c4c66982d2c2cf8683598aeccf0fac6be2fb97659b4684b6bdfdd17af544451255413bd0fbf193ba0
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-classroom_v1
|
2
2
|
|
3
|
+
### v0.24.0 (2023-02-15)
|
4
|
+
|
5
|
+
* Regenerated using generator version 0.12.0
|
6
|
+
|
7
|
+
### v0.23.0 (2023-01-22)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230116
|
10
|
+
* Regenerated using generator version 0.11.1
|
11
|
+
|
3
12
|
### v0.22.0 (2022-12-22)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20221220
|
@@ -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.
|
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.
|
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
|
2313
|
-
# explicitly verified them as being a teacher.
|
2314
|
-
#
|
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.
|
19
|
+
GEM_VERSION = "0.24.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
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: *
|
60
|
-
# if an alias was specified
|
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.
|
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.24.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: 2023-
|
11
|
+
date: 2023-02-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.11.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.11.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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.24.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.
|
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
|