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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 597cad580390cdeaca35ad54675eb6bf70506631054fa0d894c81d7bc4b40f19
|
4
|
+
data.tar.gz: 1b6cbb96dd550ca04ce92959ed1ed762bcfbc20fa4e8bf0d2810dfac75965559
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
4041
|
-
#
|
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
|
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
|
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
|
4057
|
-
# allow the value 60 if it allows leap-
|
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
|
+
GEM_VERSION = "0.21.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
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.
|
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-
|
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.
|
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: []
|