google-apis-mybusinessbusinessinformation_v1 0.26.0 → 0.28.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: 0dcbe31fea5166f6f5cafbfe5b7c9c6285e00e3fd4d29ae9d7e0768ed0a6f9ac
4
- data.tar.gz: cb9def3fce8482ed8fc3593680856d9032a692b2fc125af3840cc623b66c3d6b
3
+ metadata.gz: cb0034aac78052773ddaac2ce8c12da1e8afc4bbc0edf783d425986826c9e016
4
+ data.tar.gz: e7ac055a06da82d2d3885818330bea647dfb71666debe4ff148dfc51882299b7
5
5
  SHA512:
6
- metadata.gz: 3ef867181c2dfd2d176fe18f9e98e9caf1ae39ec8dfdbb484eab698eca252029a17d78437f34558d012654aaa17da255fe2c4dc7114fec17ce6d717ab604c6f0
7
- data.tar.gz: d8e9370bd66cc8a2ec4b2ef53a43a358df7e4b5b51f9ac3789babcdd735ba2d58119d6160732325bc23cbfb61339d3486b8c458d47ab21cb4f4548f5d5e24969
6
+ metadata.gz: cbb80663c829180c112fa4b71b72380f5a41f3dfeea5354befe02c6a2c029e091a940894ada9c6fc575453e72abbcbb99ae3a0ed0181c61b76a681be6bef3706
7
+ data.tar.gz: 262cadfe8761c8b63e2af15d156d0a4a1690f43b6a28a4268ea5a00511aa08183da87312ba029a2cb44acaef09da381ddb7a865c46a2f83181db57ae238dee35
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-mybusinessbusinessinformation_v1
2
2
 
3
+ ### v0.28.0 (2025-07-27)
4
+
5
+ * Regenerated from discovery document revision 20250723
6
+
7
+ ### v0.27.0 (2025-06-22)
8
+
9
+ * Regenerated from discovery document revision 20250618
10
+ * Regenerated using generator version 0.18.0
11
+
3
12
  ### v0.26.0 (2025-05-04)
4
13
 
5
14
  * Regenerated using generator version 0.17.0
@@ -837,16 +837,17 @@ module Google
837
837
  # @return [String]
838
838
  attr_accessor :store_code
839
839
 
840
- # Represents a postal address (for example, for postal delivery or payments
841
- # addresses). Given a postal address, a postal service can deliver items to a
842
- # premise, P.O. box or similar. It is not intended to model geographical
843
- # locations (roads, towns, mountains). In typical usage, an address would be
844
- # created by user input or from importing existing data, depending on the type
845
- # of process. Advice on address input or editing: - Use an internationalization-
846
- # ready address widget such as https://github.com/google/libaddressinput. -
847
- # Users should not be presented with UI elements for input or editing of fields
848
- # outside countries where that field is used. For more guidance on how to use
849
- # this schema, see: https://support.google.com/business/answer/6397478.
840
+ # Represents a postal address, such as for postal delivery or payments addresses.
841
+ # With a postal address, a postal service can deliver items to a premise, P.O.
842
+ # box, or similar. A postal address is not intended to model geographical
843
+ # locations like roads, towns, or mountains. In typical usage, an address would
844
+ # be created by user input or from importing existing data, depending on the
845
+ # type of process. Advice on address input or editing: - Use an
846
+ # internationalization-ready address widget such as https://github.com/google/
847
+ # libaddressinput. - Users should not be presented with UI elements for input or
848
+ # editing of fields outside countries where that field is used. For more
849
+ # guidance on how to use this schema, see: https://support.google.com/business/
850
+ # answer/6397478.
850
851
  # Corresponds to the JSON property `storefrontAddress`
851
852
  # @return [Google::Apis::MybusinessbusinessinformationV1::PostalAddress]
852
853
  attr_accessor :storefront_address
@@ -977,6 +978,12 @@ module Google
977
978
  attr_accessor :has_voice_of_merchant
978
979
  alias_method :has_voice_of_merchant?, :has_voice_of_merchant
979
980
 
981
+ # Output only.
982
+ # Corresponds to the JSON property `isParticularlyPersonalPlace`
983
+ # @return [Boolean]
984
+ attr_accessor :is_particularly_personal_place
985
+ alias_method :is_particularly_personal_place?, :is_particularly_personal_place
986
+
980
987
  # Output only. A link to the location on Maps.
981
988
  # Corresponds to the JSON property `mapsUri`
982
989
  # @return [String]
@@ -1012,6 +1019,7 @@ module Google
1012
1019
  @has_google_updated = args[:has_google_updated] if args.key?(:has_google_updated)
1013
1020
  @has_pending_edits = args[:has_pending_edits] if args.key?(:has_pending_edits)
1014
1021
  @has_voice_of_merchant = args[:has_voice_of_merchant] if args.key?(:has_voice_of_merchant)
1022
+ @is_particularly_personal_place = args[:is_particularly_personal_place] if args.key?(:is_particularly_personal_place)
1015
1023
  @maps_uri = args[:maps_uri] if args.key?(:maps_uri)
1016
1024
  @new_review_uri = args[:new_review_uri] if args.key?(:new_review_uri)
1017
1025
  @place_id = args[:place_id] if args.key?(:place_id)
@@ -1229,16 +1237,17 @@ module Google
1229
1237
  end
1230
1238
  end
1231
1239
 
1232
- # Represents a postal address (for example, for postal delivery or payments
1233
- # addresses). Given a postal address, a postal service can deliver items to a
1234
- # premise, P.O. box or similar. It is not intended to model geographical
1235
- # locations (roads, towns, mountains). In typical usage, an address would be
1236
- # created by user input or from importing existing data, depending on the type
1237
- # of process. Advice on address input or editing: - Use an internationalization-
1238
- # ready address widget such as https://github.com/google/libaddressinput. -
1239
- # Users should not be presented with UI elements for input or editing of fields
1240
- # outside countries where that field is used. For more guidance on how to use
1241
- # this schema, see: https://support.google.com/business/answer/6397478.
1240
+ # Represents a postal address, such as for postal delivery or payments addresses.
1241
+ # With a postal address, a postal service can deliver items to a premise, P.O.
1242
+ # box, or similar. A postal address is not intended to model geographical
1243
+ # locations like roads, towns, or mountains. In typical usage, an address would
1244
+ # be created by user input or from importing existing data, depending on the
1245
+ # type of process. Advice on address input or editing: - Use an
1246
+ # internationalization-ready address widget such as https://github.com/google/
1247
+ # libaddressinput. - Users should not be presented with UI elements for input or
1248
+ # editing of fields outside countries where that field is used. For more
1249
+ # guidance on how to use this schema, see: https://support.google.com/business/
1250
+ # answer/6397478.
1242
1251
  class PostalAddress
1243
1252
  include Google::Apis::Core::Hashable
1244
1253
 
@@ -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.26.0"
19
+ GEM_VERSION = "0.28.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250319"
25
+ REVISION = "20250723"
26
26
  end
27
27
  end
28
28
  end
@@ -569,6 +569,7 @@ module Google
569
569
  property :has_google_updated, as: 'hasGoogleUpdated'
570
570
  property :has_pending_edits, as: 'hasPendingEdits'
571
571
  property :has_voice_of_merchant, as: 'hasVoiceOfMerchant'
572
+ property :is_particularly_personal_place, as: 'isParticularlyPersonalPlace'
572
573
  property :maps_uri, as: 'mapsUri'
573
574
  property :new_review_uri, as: 'newReviewUri'
574
575
  property :place_id, as: 'placeId'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-mybusinessbusinessinformation_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.26.0
4
+ version: 0.28.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-mybusinessbusinessinformation_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-mybusinessbusinessinformation_v1/v0.26.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-mybusinessbusinessinformation_v1/v0.28.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-mybusinessbusinessinformation_v1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for My Business Business Information API V1
79
79
  test_files: []