google-apis-classroom_v1 0.32.0 → 0.33.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 52fb871e9cb0af99e10c557c7a3765e4a79996d25ce0ab3a909e676164755f8f
4
- data.tar.gz: 590e23d1b1e79ab4559b39df87ad106e0fdac0837788653acc0a52fb28c13777
3
+ metadata.gz: 92703c8d3b6c2d869028f3689ec05f7cc271b72aa89469826c8242848f2843b7
4
+ data.tar.gz: '08cee27e3fafb8d1860d99218cd326d67a0bdc980cf070b5f1c57132a02d6b4d'
5
5
  SHA512:
6
- metadata.gz: a818558e70e6c239cc4e4870c2df795b716bb61cd93b0ab5c4d985bda22e2025f6855b8ef8cf215ab8f75634162fd275457bf57ec0e714718269af4a272b6275
7
- data.tar.gz: b55f878059807700f41d98f45c00b5aab42465cb16b5352cabf9f84c07cbf821cfa374b5a12de9fec9183d6d4ae8aea0fedd85bcf1670fd74816547f5febf6ae
6
+ metadata.gz: '094541ddb48afb59695d1a8f4e257929e43aed93f05f8e24d77e99a5e3e14737af5531a337ce871d95b4431179ee0a7ef98f476d44d25fbf7f2eb5020ff750a7'
7
+ data.tar.gz: 861c1d377b953d18976202da0306f001757bd749073dfa2822e2d0dbe3cb602a9fe66659d07f3b362de8de43cbef922862cc98f9f60c80d4f542c6738481d57b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-classroom_v1
2
2
 
3
+ ### v0.33.0 (2024-06-30)
4
+
5
+ * Regenerated from discovery document revision 20240626
6
+
3
7
  ### v0.32.0 (2024-06-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20240617
@@ -138,12 +138,6 @@ module Google
138
138
  # @return [String]
139
139
  attr_accessor :post_submission_state
140
140
 
141
- # Identifier for the student that owns this submission. This field is part of an
142
- # experimental API change and is populated only if sufficient scopes are granted.
143
- # Corresponds to the JSON property `userId`
144
- # @return [String]
145
- attr_accessor :user_id
146
-
147
141
  def initialize(**args)
148
142
  update!(**args)
149
143
  end
@@ -152,7 +146,6 @@ module Google
152
146
  def update!(**args)
153
147
  @points_earned = args[:points_earned] if args.key?(:points_earned)
154
148
  @post_submission_state = args[:post_submission_state] if args.key?(:post_submission_state)
155
- @user_id = args[:user_id] if args.key?(:user_id)
156
149
  end
157
150
  end
158
151
 
@@ -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.32.0"
19
+ GEM_VERSION = "0.33.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240617"
25
+ REVISION = "20240626"
26
26
  end
27
27
  end
28
28
  end
@@ -477,7 +477,6 @@ module Google
477
477
  class Representation < Google::Apis::Core::JsonRepresentation
478
478
  property :points_earned, as: 'pointsEarned'
479
479
  property :post_submission_state, as: 'postSubmissionState'
480
- property :user_id, as: 'userId'
481
480
  end
482
481
  end
483
482
 
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.32.0
4
+ version: 0.33.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: 2024-06-23 00:00:00.000000000 Z
11
+ date: 2024-06-30 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.32.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-classroom_v1/v0.33.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: []