google-apis-mybusinessbusinessinformation_v1 0.6.0 → 0.7.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: f7d18d18b74b03c8c484940963214adff322190456143715af4ff469e9ca045f
4
- data.tar.gz: 4dc7a0d0fbb6174eb23908bec3a97149cf7a040c6093b243dd831da6c58f8b8f
3
+ metadata.gz: 0f8dbeb1dfcab1c2392c0f9ccfb400aff3d687fe3706f0157e8fa757a20ab089
4
+ data.tar.gz: 8f753317ad597dc04e3ad9641e4ec08308a925f3e56a044b614b60322062bb04
5
5
  SHA512:
6
- metadata.gz: 4405c2e5a331cadb804dfca530dab3ffcbe94e853c9025617329f1f0e6c741b2d5ae91c0bea05eb0a36ee7ac4b65ca266a92d68f59e519fa6e97dcd2bbfbfd53
7
- data.tar.gz: 924cea1e7ee423dfb9d14e2fd78c76b4263cccc306ee542f83a1ddbd0f7416c194e5bc7c25d7e22dd75aa0d31d93da0e3bfea5345512fd88a73f347e4579f60b
6
+ metadata.gz: b9227eda1173631ee50a482135a6bd9cbf75e5ca17538beb11885393280da520f2fa41833ffade6edab31380039c6a05df3d87b27d0c7807128a47f0610b19b4
7
+ data.tar.gz: c1417c0aaa8ecb91499917d5f724422b3c61df18f62d64f2e2f0b519f542e34d3612fcc1d474be67f9d5e9f948e9063a252aee04610807bc0810c0bb3018c02e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-mybusinessbusinessinformation_v1
2
2
 
3
+ ### v0.7.0 (2022-03-02)
4
+
5
+ * Regenerated from discovery document revision 20220301
6
+
3
7
  ### v0.6.0 (2022-02-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20220215
@@ -451,11 +451,11 @@ module Google
451
451
  # Represents a whole or partial calendar date, such as a birthday. The time of
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
- # following: * A full date, with non-zero year, month, and day values * A month
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
454
+ # following: * A full date, with non-zero year, month, and day values. * A month
455
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
456
+ # with a zero month and a zero day. * A year and month, with a zero day (for
457
+ # example, a credit card expiration date). Related types: * google.type.
458
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
459
459
  class Date
460
460
  include Google::Apis::Core::Hashable
461
461
 
@@ -1000,6 +1000,14 @@ module Google
1000
1000
  attr_accessor :has_pending_edits
1001
1001
  alias_method :has_pending_edits?, :has_pending_edits
1002
1002
 
1003
+ # Output only. Indicates if the listing has Voice of Merchant. If this boolean
1004
+ # is false, you should call the locations.getVoiceOfMerchantState API to get
1005
+ # details as to why they do not have Voice of Merchant.
1006
+ # Corresponds to the JSON property `hasVoiceOfMerchant`
1007
+ # @return [Boolean]
1008
+ attr_accessor :has_voice_of_merchant
1009
+ alias_method :has_voice_of_merchant?, :has_voice_of_merchant
1010
+
1003
1011
  # Output only. A link to the location on Maps.
1004
1012
  # Corresponds to the JSON property `mapsUri`
1005
1013
  # @return [String]
@@ -1034,6 +1042,7 @@ module Google
1034
1042
  @duplicate_location = args[:duplicate_location] if args.key?(:duplicate_location)
1035
1043
  @has_google_updated = args[:has_google_updated] if args.key?(:has_google_updated)
1036
1044
  @has_pending_edits = args[:has_pending_edits] if args.key?(:has_pending_edits)
1045
+ @has_voice_of_merchant = args[:has_voice_of_merchant] if args.key?(:has_voice_of_merchant)
1037
1046
  @maps_uri = args[:maps_uri] if args.key?(:maps_uri)
1038
1047
  @new_review_uri = args[:new_review_uri] if args.key?(:new_review_uri)
1039
1048
  @place_id = args[:place_id] if args.key?(:place_id)
@@ -1147,11 +1156,11 @@ module Google
1147
1156
  # Represents a whole or partial calendar date, such as a birthday. The time of
1148
1157
  # day and time zone are either specified elsewhere or are insignificant. The
1149
1158
  # date is relative to the Gregorian Calendar. This can represent one of the
1150
- # following: * A full date, with non-zero year, month, and day values * A month
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
1159
+ # following: * A full date, with non-zero year, month, and day values. * A month
1160
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
1161
+ # with a zero month and a zero day. * A year and month, with a zero day (for
1162
+ # example, a credit card expiration date). Related types: * google.type.
1163
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
1155
1164
  # Corresponds to the JSON property `openingDate`
1156
1165
  # @return [Google::Apis::MybusinessbusinessinformationV1::Date]
1157
1166
  attr_accessor :opening_date
@@ -1710,11 +1719,11 @@ module Google
1710
1719
  # Represents a whole or partial calendar date, such as a birthday. The time of
1711
1720
  # day and time zone are either specified elsewhere or are insignificant. The
1712
1721
  # date is relative to the Gregorian Calendar. This can represent one of the
1713
- # following: * A full date, with non-zero year, month, and day values * A month
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
1722
+ # following: * A full date, with non-zero year, month, and day values. * A month
1723
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
1724
+ # with a zero month and a zero day. * A year and month, with a zero day (for
1725
+ # example, a credit card expiration date). Related types: * google.type.
1726
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
1718
1727
  # Corresponds to the JSON property `endDate`
1719
1728
  # @return [Google::Apis::MybusinessbusinessinformationV1::Date]
1720
1729
  attr_accessor :end_date
@@ -1729,11 +1738,11 @@ module Google
1729
1738
  # Represents a whole or partial calendar date, such as a birthday. The time of
1730
1739
  # day and time zone are either specified elsewhere or are insignificant. The
1731
1740
  # date is relative to the Gregorian Calendar. This can represent one of the
1732
- # following: * A full date, with non-zero year, month, and day values * A month
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
1741
+ # following: * A full date, with non-zero year, month, and day values. * A month
1742
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
1743
+ # with a zero month and a zero day. * A year and month, with a zero day (for
1744
+ # example, a credit card expiration date). Related types: * google.type.
1745
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
1737
1746
  # Corresponds to the JSON property `startDate`
1738
1747
  # @return [Google::Apis::MybusinessbusinessinformationV1::Date]
1739
1748
  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.6.0"
19
+ GEM_VERSION = "0.7.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220215"
25
+ REVISION = "20220301"
26
26
  end
27
27
  end
28
28
  end
@@ -593,6 +593,7 @@ module Google
593
593
  property :duplicate_location, as: 'duplicateLocation'
594
594
  property :has_google_updated, as: 'hasGoogleUpdated'
595
595
  property :has_pending_edits, as: 'hasPendingEdits'
596
+ property :has_voice_of_merchant, as: 'hasVoiceOfMerchant'
596
597
  property :maps_uri, as: 'mapsUri'
597
598
  property :new_review_uri, as: 'newReviewUri'
598
599
  property :place_id, as: 'placeId'
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.6.0
4
+ version: 0.7.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-02-21 00:00:00.000000000 Z
11
+ date: 2022-03-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.6.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-mybusinessbusinessinformation_v1/v0.7.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: []