google-apis-mybusinessbusinessinformation_v1 0.5.0 → 0.8.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: 87c19098bfb9485234187fbbcdb3d8b5674c5234e435f07ed238243d0f15c90a
4
- data.tar.gz: 35d67853847edbb7dc28c9c26edab1df0bb4ed3dcc2117bb6f4f1b82604a1476
3
+ metadata.gz: 2e526383547b12f0a02a12b0f488134674024d809e79aec441b1af83dc09a58d
4
+ data.tar.gz: 91cd1510312eb9201e8bcf7b5734e7a279f2d38fa9d89468b714e22f7f4b3615
5
5
  SHA512:
6
- metadata.gz: 0fbdc69ddd18116280de02a0517906cb12d7d823ba573bc640739a98ffe5afb02dc0a02ce7cf23184aefb819fd388eb027ae8153b5092c9df13b6073d6a9c2b5
7
- data.tar.gz: c5aae8dd565940c71faa86254c7a184742fc2aabcdb05b194b1b4d9ac6b9366e2c30880c7c0c64bcad5ab31461f16a9f04f4c9c2c60aff33a26861f43f42e4c0
6
+ metadata.gz: 98df431f6919432a1bf0ed5b7d0b8c6951d985a4293f5b99f167e18552fb3027079bc5b3d77b267d86bb9f49a06b4686e3008e5df3f86454be94cbcf7452342c
7
+ data.tar.gz: e585d04fdc515d3a79dfc18bfe221d2d0d20686ca1ff50948663fb4612af0e0a34588526d1fd417863e59a852ebb79b900ce00a8a9ecc3e14fe375178a6aecbc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-mybusinessbusinessinformation_v1
2
2
 
3
+ ### v0.8.0 (2022-03-22)
4
+
5
+ * Regenerated from discovery document revision 20220319
6
+
7
+ ### v0.7.0 (2022-03-02)
8
+
9
+ * Regenerated from discovery document revision 20220301
10
+
11
+ ### v0.6.0 (2022-02-16)
12
+
13
+ * Regenerated from discovery document revision 20220215
14
+
3
15
  ### v0.5.0 (2022-02-03)
4
16
 
5
17
  * Regenerated from discovery document revision 20220131
@@ -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
@@ -1335,8 +1343,8 @@ module Google
1335
1343
  attr_accessor :recipients
1336
1344
 
1337
1345
  # Required. CLDR region code of the country/region of the address. This is never
1338
- # inferred and it is up to the user to ensure the value is correct. See http://
1339
- # cldr.unicode.org/ and http://www.unicode.org/cldr/charts/30/supplemental/
1346
+ # inferred and it is up to the user to ensure the value is correct. See https://
1347
+ # cldr.unicode.org/ and https://www.unicode.org/cldr/charts/30/supplemental/
1340
1348
  # territory_information.html for details. Example: "CH" for Switzerland.
1341
1349
  # Corresponds to the JSON property `regionCode`
1342
1350
  # @return [String]
@@ -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.5.0"
19
+ GEM_VERSION = "0.8.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 = "20220131"
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.5.0
4
+ version: 0.8.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-07 00:00:00.000000000 Z
11
+ date: 2022-03-28 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.5.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-mybusinessbusinessinformation_v1/v0.8.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: []