google-apis-mybusinesslodging_v1 0.20.0 → 0.21.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: 0cab63051286b64c0863dda9652e4a9f4b438b9af4fc04c57ef318e04bf85f6e
4
- data.tar.gz: bca3ca5735f23df98b834f666ce4593d4e19a9ce182d98cca053dd79f1973d97
3
+ metadata.gz: 597cad580390cdeaca35ad54675eb6bf70506631054fa0d894c81d7bc4b40f19
4
+ data.tar.gz: 1b6cbb96dd550ca04ce92959ed1ed762bcfbc20fa4e8bf0d2810dfac75965559
5
5
  SHA512:
6
- metadata.gz: 9ffbfb1e59ed08867053a16319dafd39e5352c7eb24f0d7d358271e7e460ac67d916a344215dce506167a78b8849a47437dbaa8c471a867362c642717d651311
7
- data.tar.gz: 57b407296fd2d3c8655caf44d2677f6b9406724a36a8a598ab3d82d9895a7d858c42eb85c2c06e0fbb2cc081567b17875feeb4ce137bdcc8c79a608010f0f773
6
+ metadata.gz: cebf20f07ed15e14877c8e143a17be70dccc55c2deb37605966a6ff67ea520a907055f9552687317225f93fae8049c9fd3e73ebf207478595f99804572171560
7
+ data.tar.gz: 26e308fff0548b562108cc4d5fff57f5edf5d4012122d69602df28cbbd24656820cf3a1c448fb7de69a0c9d9b1caa863a4a22ceaf643c5dd8ce1cf6db4b40461
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-mybusinesslodging_v1
2
2
 
3
+ ### v0.21.0 (2024-10-06)
4
+
5
+ * Regenerated from discovery document revision 20241002
6
+ * Regenerated using generator version 0.15.1
7
+
3
8
  ### v0.20.0 (2024-05-19)
4
9
 
5
10
  * Regenerated using generator version 0.15.0
@@ -4037,24 +4037,28 @@ module Google
4037
4037
  class TimeOfDay
4038
4038
  include Google::Apis::Core::Hashable
4039
4039
 
4040
- # Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to
4041
- # allow the value "24:00:00" for scenarios like business closing time.
4040
+ # Hours of a day in 24 hour format. Must be greater than or equal to 0 and
4041
+ # typically must be less than or equal to 23. An API may choose to allow the
4042
+ # value "24:00:00" for scenarios like business closing time.
4042
4043
  # Corresponds to the JSON property `hours`
4043
4044
  # @return [Fixnum]
4044
4045
  attr_accessor :hours
4045
4046
 
4046
- # Minutes of hour of day. Must be from 0 to 59.
4047
+ # Minutes of an hour. Must be greater than or equal to 0 and less than or equal
4048
+ # to 59.
4047
4049
  # Corresponds to the JSON property `minutes`
4048
4050
  # @return [Fixnum]
4049
4051
  attr_accessor :minutes
4050
4052
 
4051
- # Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
4053
+ # Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and
4054
+ # less than or equal to 999,999,999.
4052
4055
  # Corresponds to the JSON property `nanos`
4053
4056
  # @return [Fixnum]
4054
4057
  attr_accessor :nanos
4055
4058
 
4056
- # Seconds of minutes of the time. Must normally be from 0 to 59. An API may
4057
- # allow the value 60 if it allows leap-seconds.
4059
+ # Seconds of a minute. Must be greater than or equal to 0 and typically must be
4060
+ # less than or equal to 59. An API may allow the value 60 if it allows leap-
4061
+ # seconds.
4058
4062
  # Corresponds to the JSON property `seconds`
4059
4063
  # @return [Fixnum]
4060
4064
  attr_accessor :seconds
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module MybusinesslodgingV1
18
18
  # Version of the google-apis-mybusinesslodging_v1 gem
19
- GEM_VERSION = "0.20.0"
19
+ GEM_VERSION = "0.21.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231029"
25
+ REVISION = "20241002"
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-mybusinesslodging_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.0
4
+ version: 0.21.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-05-19 00:00:00.000000000 Z
11
+ date: 2024-10-06 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-mybusinesslodging_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-mybusinesslodging_v1/v0.20.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-mybusinesslodging_v1/v0.21.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-mybusinesslodging_v1
63
63
  post_install_message:
64
64
  rdoc_options: []