google-apis-mybusinessbusinessinformation_v1 0.20.0 → 0.22.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: 584254e8b6edc04a7bbaa0ad43769134de5c3dadd3588cd6aa971e6d1b003204
|
4
|
+
data.tar.gz: 0c1e1ea191885b3f0b11b3e350ec387eac2866549e231ac2b0acbb824b876d17
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 58f08bbd170493dbf61dd7b86bac84796f752c640013d1014727e4a8ab5430f02bf3c14ab4e2aed88a14a52453deed5e0e2e59383298ebe2c76f518760c04e6c
|
7
|
+
data.tar.gz: b66cef28de89409b18a801d8b4026a557085cce033c36024acd89d66d7b5ab616d8509a31d0af1cc8a284b8cee368caa7b617699a50039743cc0b08195c4a66b
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-mybusinessbusinessinformation_v1
|
2
2
|
|
3
|
+
### v0.22.0 (2024-10-06)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20241002
|
6
|
+
* Regenerated using generator version 0.15.1
|
7
|
+
|
8
|
+
### v0.21.0 (2024-05-19)
|
9
|
+
|
10
|
+
* Regenerated using generator version 0.15.0
|
11
|
+
|
3
12
|
### v0.20.0 (2024-02-24)
|
4
13
|
|
5
14
|
* Regenerated using generator version 0.14.0
|
@@ -1783,24 +1783,28 @@ module Google
|
|
1783
1783
|
class TimeOfDay
|
1784
1784
|
include Google::Apis::Core::Hashable
|
1785
1785
|
|
1786
|
-
# Hours of day in 24 hour format.
|
1787
|
-
#
|
1786
|
+
# Hours of a day in 24 hour format. Must be greater than or equal to 0 and
|
1787
|
+
# typically must be less than or equal to 23. An API may choose to allow the
|
1788
|
+
# value "24:00:00" for scenarios like business closing time.
|
1788
1789
|
# Corresponds to the JSON property `hours`
|
1789
1790
|
# @return [Fixnum]
|
1790
1791
|
attr_accessor :hours
|
1791
1792
|
|
1792
|
-
# Minutes of hour
|
1793
|
+
# Minutes of an hour. Must be greater than or equal to 0 and less than or equal
|
1794
|
+
# to 59.
|
1793
1795
|
# Corresponds to the JSON property `minutes`
|
1794
1796
|
# @return [Fixnum]
|
1795
1797
|
attr_accessor :minutes
|
1796
1798
|
|
1797
|
-
# Fractions of seconds in nanoseconds. Must be
|
1799
|
+
# Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and
|
1800
|
+
# less than or equal to 999,999,999.
|
1798
1801
|
# Corresponds to the JSON property `nanos`
|
1799
1802
|
# @return [Fixnum]
|
1800
1803
|
attr_accessor :nanos
|
1801
1804
|
|
1802
|
-
# Seconds of
|
1803
|
-
# allow the value 60 if it allows leap-
|
1805
|
+
# Seconds of a minute. Must be greater than or equal to 0 and typically must be
|
1806
|
+
# less than or equal to 59. An API may allow the value 60 if it allows leap-
|
1807
|
+
# seconds.
|
1804
1808
|
# Corresponds to the JSON property `seconds`
|
1805
1809
|
# @return [Fixnum]
|
1806
1810
|
attr_accessor :seconds
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module MybusinessbusinessinformationV1
|
18
18
|
# Version of the google-apis-mybusinessbusinessinformation_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.22.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
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-mybusinessbusinessinformation_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.22.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
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 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.
|
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-mybusinessbusinessinformation_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-mybusinessbusinessinformation_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-mybusinessbusinessinformation_v1/v0.22.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-mybusinessbusinessinformation_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|