google-apis-classroom_v1 0.22.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: 00af161f82a35cb4aa7e5b9d6e5f76b770b651c64c10e13aeb731dce8f16ff9e
4
- data.tar.gz: 5d59fd34ee725eedeae49f6de92d415e4d0b30a2bce0b5a6d5e6ce5b8058739f
3
+ metadata.gz: a66eb3a9dcfdb38a3081c45127342a62f97d5854e7c616b19e836cd4072a96b7
4
+ data.tar.gz: 5af1ae00d7d07cf142bea80984dbf82fb2ab904e9ab5de25c281cbcff06e0386
5
5
  SHA512:
6
- metadata.gz: 4070b842db8d34b8a0a99e4c6faa93b8d83f7d856259d15e1c7a642bad969390c7264b251d532913b473bd6c3efa05ada51feec1a3d059843ef744c323c44c56
7
- data.tar.gz: 5f0ac7961ed473b7e0c77a558f4cad98fdae3ad5154cdcb5da91c1b996e180f7a937492653b3e6e45c017f9323c6118507f8d036dc3ef37aff5f80bc9ab20fbc
6
+ metadata.gz: 44bb91c8f88dd1a658734f4b9506c4b7bbbf3f27587d7aa7edf97caee03a6cb12acdb7d60a773f5ab2c6582eeb86675f8e1eaf3442afe41a9787d98fc911c499
7
+ data.tar.gz: f85b660ba197a2378c0241e04de358b0548d1967b70d42b3e4e3386487011fb0e619a14fa0e9a50a1aef6e5b7bbea7b35efe19bc70e6e0dc196e06e8f60aad3f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
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
+
3
8
  ### v0.22.0 (2022-12-22)
4
9
 
5
10
  * 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. 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.22.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 = "20221220"
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.
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.22.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: 2023-01-04 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.22.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