google-apis-mybusinessbusinessinformation_v1 0.4.0 → 0.5.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: 87c19098bfb9485234187fbbcdb3d8b5674c5234e435f07ed238243d0f15c90a
|
4
|
+
data.tar.gz: 35d67853847edbb7dc28c9c26edab1df0bb4ed3dcc2117bb6f4f1b82604a1476
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0fbdc69ddd18116280de02a0517906cb12d7d823ba573bc640739a98ffe5afb02dc0a02ce7cf23184aefb819fd388eb027ae8153b5092c9df13b6073d6a9c2b5
|
7
|
+
data.tar.gz: c5aae8dd565940c71faa86254c7a184742fc2aabcdb05b194b1b4d9ac6b9366e2c30880c7c0c64bcad5ab31461f16a9f04f4c9c2c60aff33a26861f43f42e4c0
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-mybusinessbusinessinformation_v1
|
2
2
|
|
3
|
+
### v0.5.0 (2022-02-03)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220131
|
6
|
+
* Regenerated using generator version 0.4.1
|
7
|
+
|
3
8
|
### v0.4.0 (2021-12-14)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20211211
|
@@ -452,10 +452,10 @@ module Google
|
|
452
452
|
# day and time zone are either specified elsewhere or are insignificant. The
|
453
453
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
454
454
|
# following: * A full date, with non-zero year, month, and day values * A month
|
455
|
-
# and day
|
456
|
-
#
|
457
|
-
#
|
458
|
-
# google.protobuf.Timestamp
|
455
|
+
# and day, with a zero year (e.g., an anniversary) * A year on its own, with a
|
456
|
+
# zero month and a zero day * A year and month, with a zero day (e.g., a credit
|
457
|
+
# card expiration date) Related types: * google.type.TimeOfDay * google.type.
|
458
|
+
# DateTime * google.protobuf.Timestamp
|
459
459
|
class Date
|
460
460
|
include Google::Apis::Core::Hashable
|
461
461
|
|
@@ -1148,10 +1148,10 @@ module Google
|
|
1148
1148
|
# day and time zone are either specified elsewhere or are insignificant. The
|
1149
1149
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
1150
1150
|
# following: * A full date, with non-zero year, month, and day values * A month
|
1151
|
-
# and day
|
1152
|
-
#
|
1153
|
-
#
|
1154
|
-
# google.protobuf.Timestamp
|
1151
|
+
# and day, with a zero year (e.g., an anniversary) * A year on its own, with a
|
1152
|
+
# zero month and a zero day * A year and month, with a zero day (e.g., a credit
|
1153
|
+
# card expiration date) Related types: * google.type.TimeOfDay * google.type.
|
1154
|
+
# DateTime * google.protobuf.Timestamp
|
1155
1155
|
# Corresponds to the JSON property `openingDate`
|
1156
1156
|
# @return [Google::Apis::MybusinessbusinessinformationV1::Date]
|
1157
1157
|
attr_accessor :opening_date
|
@@ -1711,10 +1711,10 @@ module Google
|
|
1711
1711
|
# day and time zone are either specified elsewhere or are insignificant. The
|
1712
1712
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
1713
1713
|
# following: * A full date, with non-zero year, month, and day values * A month
|
1714
|
-
# and day
|
1715
|
-
#
|
1716
|
-
#
|
1717
|
-
# google.protobuf.Timestamp
|
1714
|
+
# and day, with a zero year (e.g., an anniversary) * A year on its own, with a
|
1715
|
+
# zero month and a zero day * A year and month, with a zero day (e.g., a credit
|
1716
|
+
# card expiration date) Related types: * google.type.TimeOfDay * google.type.
|
1717
|
+
# DateTime * google.protobuf.Timestamp
|
1718
1718
|
# Corresponds to the JSON property `endDate`
|
1719
1719
|
# @return [Google::Apis::MybusinessbusinessinformationV1::Date]
|
1720
1720
|
attr_accessor :end_date
|
@@ -1730,10 +1730,10 @@ module Google
|
|
1730
1730
|
# day and time zone are either specified elsewhere or are insignificant. The
|
1731
1731
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
1732
1732
|
# following: * A full date, with non-zero year, month, and day values * A month
|
1733
|
-
# and day
|
1734
|
-
#
|
1735
|
-
#
|
1736
|
-
# google.protobuf.Timestamp
|
1733
|
+
# and day, with a zero year (e.g., an anniversary) * A year on its own, with a
|
1734
|
+
# zero month and a zero day * A year and month, with a zero day (e.g., a credit
|
1735
|
+
# card expiration date) Related types: * google.type.TimeOfDay * google.type.
|
1736
|
+
# DateTime * google.protobuf.Timestamp
|
1737
1737
|
# Corresponds to the JSON property `startDate`
|
1738
1738
|
# @return [Google::Apis::MybusinessbusinessinformationV1::Date]
|
1739
1739
|
attr_accessor :start_date
|
@@ -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.5.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.4.
|
22
|
+
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220131"
|
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.5.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: 2022-
|
11
|
+
date: 2022-02-07 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-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.5.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: []
|
@@ -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.3.
|
78
|
+
rubygems_version: 3.3.5
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for My Business Business Information API V1
|