google-apis-mybusinessbusinessinformation_v1 0.6.0 → 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f7d18d18b74b03c8c484940963214adff322190456143715af4ff469e9ca045f
4
- data.tar.gz: 4dc7a0d0fbb6174eb23908bec3a97149cf7a040c6093b243dd831da6c58f8b8f
3
+ metadata.gz: 235fa6e5bbf80b3c3c5076393ae756bda9951d2889c5c1b73770dd557001660c
4
+ data.tar.gz: 725d039da78528bbdf71e623937d04a52e70f3ea491b2c0c8a6baf6f0b18eaa8
5
5
  SHA512:
6
- metadata.gz: 4405c2e5a331cadb804dfca530dab3ffcbe94e853c9025617329f1f0e6c741b2d5ae91c0bea05eb0a36ee7ac4b65ca266a92d68f59e519fa6e97dcd2bbfbfd53
7
- data.tar.gz: 924cea1e7ee423dfb9d14e2fd78c76b4263cccc306ee542f83a1ddbd0f7416c194e5bc7c25d7e22dd75aa0d31d93da0e3bfea5345512fd88a73f347e4579f60b
6
+ metadata.gz: 6d3af915b4a943356b7189b3c49ac8a91feaec62c4a64ed06031e4095f08a79caee778457a7e0fc6ee2e365afe831d3c07d5238fc8b09b8c21d88e44df1abb8f
7
+ data.tar.gz: bffaac3741a893b81de3f19c44b0b5b12315ac8b11a0bc386639a8d31dbbb6c6bc19a418fc6a636cf3bbc92f5a0522f0983a449a0b5d4674b174edcc85e7ab64
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-mybusinessbusinessinformation_v1
2
2
 
3
+ ### v0.9.0 (2022-06-03)
4
+
5
+ * Regenerated using generator version 0.5.0
6
+
7
+ ### v0.8.0 (2022-03-22)
8
+
9
+ * Regenerated from discovery document revision 20220319
10
+
11
+ ### v0.7.0 (2022-03-02)
12
+
13
+ * Regenerated from discovery document revision 20220301
14
+
3
15
  ### v0.6.0 (2022-02-16)
4
16
 
5
17
  * 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
 
@@ -492,8 +492,7 @@ module Google
492
492
  # A generic empty message that you can re-use to avoid defining duplicated empty
493
493
  # messages in your APIs. A typical example is to use it as the request or the
494
494
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
495
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
496
- # `Empty` is empty JSON object ````.
495
+ # protobuf.Empty) returns (google.protobuf.Empty); `
497
496
  class Empty
498
497
  include Google::Apis::Core::Hashable
499
498
 
@@ -1000,6 +999,14 @@ module Google
1000
999
  attr_accessor :has_pending_edits
1001
1000
  alias_method :has_pending_edits?, :has_pending_edits
1002
1001
 
1002
+ # Output only. Indicates if the listing has Voice of Merchant. If this boolean
1003
+ # is false, you should call the locations.getVoiceOfMerchantState API to get
1004
+ # details as to why they do not have Voice of Merchant.
1005
+ # Corresponds to the JSON property `hasVoiceOfMerchant`
1006
+ # @return [Boolean]
1007
+ attr_accessor :has_voice_of_merchant
1008
+ alias_method :has_voice_of_merchant?, :has_voice_of_merchant
1009
+
1003
1010
  # Output only. A link to the location on Maps.
1004
1011
  # Corresponds to the JSON property `mapsUri`
1005
1012
  # @return [String]
@@ -1034,6 +1041,7 @@ module Google
1034
1041
  @duplicate_location = args[:duplicate_location] if args.key?(:duplicate_location)
1035
1042
  @has_google_updated = args[:has_google_updated] if args.key?(:has_google_updated)
1036
1043
  @has_pending_edits = args[:has_pending_edits] if args.key?(:has_pending_edits)
1044
+ @has_voice_of_merchant = args[:has_voice_of_merchant] if args.key?(:has_voice_of_merchant)
1037
1045
  @maps_uri = args[:maps_uri] if args.key?(:maps_uri)
1038
1046
  @new_review_uri = args[:new_review_uri] if args.key?(:new_review_uri)
1039
1047
  @place_id = args[:place_id] if args.key?(:place_id)
@@ -1147,11 +1155,11 @@ module Google
1147
1155
  # Represents a whole or partial calendar date, such as a birthday. The time of
1148
1156
  # day and time zone are either specified elsewhere or are insignificant. The
1149
1157
  # 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
1158
+ # following: * A full date, with non-zero year, month, and day values. * A month
1159
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
1160
+ # with a zero month and a zero day. * A year and month, with a zero day (for
1161
+ # example, a credit card expiration date). Related types: * google.type.
1162
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
1155
1163
  # Corresponds to the JSON property `openingDate`
1156
1164
  # @return [Google::Apis::MybusinessbusinessinformationV1::Date]
1157
1165
  attr_accessor :opening_date
@@ -1710,11 +1718,11 @@ module Google
1710
1718
  # Represents a whole or partial calendar date, such as a birthday. The time of
1711
1719
  # day and time zone are either specified elsewhere or are insignificant. The
1712
1720
  # 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
1721
+ # following: * A full date, with non-zero year, month, and day values. * A month
1722
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
1723
+ # with a zero month and a zero day. * A year and month, with a zero day (for
1724
+ # example, a credit card expiration date). Related types: * google.type.
1725
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
1718
1726
  # Corresponds to the JSON property `endDate`
1719
1727
  # @return [Google::Apis::MybusinessbusinessinformationV1::Date]
1720
1728
  attr_accessor :end_date
@@ -1729,11 +1737,11 @@ module Google
1729
1737
  # Represents a whole or partial calendar date, such as a birthday. The time of
1730
1738
  # day and time zone are either specified elsewhere or are insignificant. The
1731
1739
  # 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
1740
+ # following: * A full date, with non-zero year, month, and day values. * A month
1741
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
1742
+ # with a zero month and a zero day. * A year and month, with a zero day (for
1743
+ # example, a credit card expiration date). Related types: * google.type.
1744
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
1737
1745
  # Corresponds to the JSON property `startDate`
1738
1746
  # @return [Google::Apis::MybusinessbusinessinformationV1::Date]
1739
1747
  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.9.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.5.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220215"
25
+ REVISION = "20220319"
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.9.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-06-13 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.4'
19
+ version: '0.5'
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.4'
29
+ version: '0.5'
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.6.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-mybusinessbusinessinformation_v1/v0.9.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.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for My Business Business Information API V1