google-apis-classroom_v1 0.35.0 → 0.36.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: 748f8ff5cde1f669afb7f962676055b95fa07ebe4e75a0dd9c4aab92b5bdb62a
4
- data.tar.gz: 12416dcc35890f0e89a9c2895dd19de8594304b8bbd6bed0e1d51a3279278f23
3
+ metadata.gz: df46324cf6d4b09b4fce27a765d58e17e8134baa85ff6588eb47c37c9c5f120e
4
+ data.tar.gz: a067c1c986bdc1b1e3d6887b7ffcc8b066f219f77deced8596b6d40dc35f36ec
5
5
  SHA512:
6
- metadata.gz: bd701c149cb14a08706a235594e7a598e91ba6f2592172db271842361d5c034c36e2cfa38a62cec37cf61128c7c3ae083e7890f5c041ec8742871791e0cb75f7
7
- data.tar.gz: 85ad25d17003de7c0b3a1950288de9592c89fda72d0311fa29db825e96bcf472ee712bcd871989527891a4ace2784fc6a5660a6ce9a0dfc062bdce13513495ab
6
+ metadata.gz: d90ca0d84b6c9ed23f4d4ee7bb4128ef39a9ecfa984ea8b3d7f4118e8c08f50e79aafa25ab8e36940a193a5f885707552fdc969486fae2f504ca07b77762ac49
7
+ data.tar.gz: bc86606c45e28313c715de1069ee2a0121255cf692aae3fb508dd92d9c57526fa1623cc8c483710a0a38052b11fab9930688d93540ff15cab42f8875a3a4fb32
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-classroom_v1
2
2
 
3
+ ### v0.36.0 (2024-10-13)
4
+
5
+ * Regenerated from discovery document revision 20241007
6
+
3
7
  ### v0.35.0 (2024-09-15)
4
8
 
5
9
  * Regenerated from discovery document revision 20240911
@@ -2493,24 +2493,28 @@ module Google
2493
2493
  class TimeOfDay
2494
2494
  include Google::Apis::Core::Hashable
2495
2495
 
2496
- # Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to
2497
- # allow the value "24:00:00" for scenarios like business closing time.
2496
+ # Hours of a day in 24 hour format. Must be greater than or equal to 0 and
2497
+ # typically must be less than or equal to 23. An API may choose to allow the
2498
+ # value "24:00:00" for scenarios like business closing time.
2498
2499
  # Corresponds to the JSON property `hours`
2499
2500
  # @return [Fixnum]
2500
2501
  attr_accessor :hours
2501
2502
 
2502
- # Minutes of hour of day. Must be from 0 to 59.
2503
+ # Minutes of an hour. Must be greater than or equal to 0 and less than or equal
2504
+ # to 59.
2503
2505
  # Corresponds to the JSON property `minutes`
2504
2506
  # @return [Fixnum]
2505
2507
  attr_accessor :minutes
2506
2508
 
2507
- # Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
2509
+ # Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and
2510
+ # less than or equal to 999,999,999.
2508
2511
  # Corresponds to the JSON property `nanos`
2509
2512
  # @return [Fixnum]
2510
2513
  attr_accessor :nanos
2511
2514
 
2512
- # Seconds of minutes of the time. Must normally be from 0 to 59. An API may
2513
- # allow the value 60 if it allows leap-seconds.
2515
+ # Seconds of a minute. Must be greater than or equal to 0 and typically must be
2516
+ # less than or equal to 59. An API may allow the value 60 if it allows leap-
2517
+ # seconds.
2514
2518
  # Corresponds to the JSON property `seconds`
2515
2519
  # @return [Fixnum]
2516
2520
  attr_accessor :seconds
@@ -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.35.0"
19
+ GEM_VERSION = "0.36.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240911"
25
+ REVISION = "20241007"
26
26
  end
27
27
  end
28
28
  end
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.35.0
4
+ version: 0.36.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-09-15 00:00:00.000000000 Z
11
+ date: 2024-10-13 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.35.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-classroom_v1/v0.36.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.5.6
78
+ rubygems_version: 3.5.21
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Google Classroom API V1