google-apis-mybusinesslodging_v1 0.19.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: 0261a78aa5b12c8835a5f6e634b55a31255427c4d4031191b766f4df8f6a530c
4
- data.tar.gz: e80edf0a2a1368c538c7a4150e801adda3150e37fd3f5f7d3d25517d661714cf
3
+ metadata.gz: 597cad580390cdeaca35ad54675eb6bf70506631054fa0d894c81d7bc4b40f19
4
+ data.tar.gz: 1b6cbb96dd550ca04ce92959ed1ed762bcfbc20fa4e8bf0d2810dfac75965559
5
5
  SHA512:
6
- metadata.gz: a579d9af4f9380ed937e8eb03344cba32c108c5044addb4e027233dcca20b5b8bc2a17745a0628ae08a8b5f3fe9bacd17d9ba873c0ab2e9016a6f79f60974834
7
- data.tar.gz: '0791925e7067e03874f208b4c30d99c090d7864cd6c2da9f4d7bd5c7984083b30dd4b40334b54885e57aea6d443f68f862471e3e1559596a72251a93c804b7ce'
6
+ metadata.gz: cebf20f07ed15e14877c8e143a17be70dccc55c2deb37605966a6ff67ea520a907055f9552687317225f93fae8049c9fd3e73ebf207478595f99804572171560
7
+ data.tar.gz: 26e308fff0548b562108cc4d5fff57f5edf5d4012122d69602df28cbbd24656820cf3a1c448fb7de69a0c9d9b1caa863a4a22ceaf643c5dd8ce1cf6db4b40461
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
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
+
8
+ ### v0.20.0 (2024-05-19)
9
+
10
+ * Regenerated using generator version 0.15.0
11
+
3
12
  ### v0.19.0 (2024-02-23)
4
13
 
5
14
  * Regenerated using generator version 0.14.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.19.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.14.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.19.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-02-25 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
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.14.0
19
+ version: 0.15.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.14.0
29
+ version: 0.15.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-mybusinesslodging_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-mybusinesslodging_v1/v0.19.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: []