google-apis-mybusinessaccountmanagement_v1 0.28.0 → 0.29.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: 5bbcfc031cabca29d136ebbd26f078ccd722dbd6fa4d2920113f65089a74bd36
4
- data.tar.gz: 4f78a4842221f7eb89670beea2900f41d814bb8e78892e87d69de9d40837e186
3
+ metadata.gz: b7603d4e4c2a034e7b6585231bb4d2071036d54fb3db310ea9df2771b21fc1a7
4
+ data.tar.gz: 6216101433644b6e459a8ed6436ece24fd6c9b8643bd549f8e78d3f1ea3b9fee
5
5
  SHA512:
6
- metadata.gz: 4d221a6d2b506b85c8c5733d56e1315fbdc9bf0d2336201cfcfcc541ec573b0de4863b35307f037abeb3dec195bb1b3b3d5e738e4f9c28797d18968a53b88a89
7
- data.tar.gz: c790647a954524e5280000f100e76bf1eb22823d293c3f74c3504401d36459db901d6b354b9d2d9625eeab293abccae256cb8201ccb0c9ceb1a3ba64d1e47e25
6
+ metadata.gz: a4f15f00694a666b1ec1c344f9cdddaeb5f6250546c05cd1ae136e9c1bd16cfacc6b7071e33f69e6d3199b90635f864b5f036d1e6ee631f9cfc5691021fea425
7
+ data.tar.gz: c130f2d9cc8d53a441272f3fa5d87f5a1030bef71498c1432ee9395dedfdecb41c5b7ff2a8efc2b860a7cd23897554e8c0614ee44d8674432cee66968fdae95d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-mybusinessaccountmanagement_v1
2
2
 
3
+ ### v0.29.0 (2025-06-22)
4
+
5
+ * Regenerated from discovery document revision 20250615
6
+ * Regenerated using generator version 0.18.0
7
+
3
8
  ### v0.28.0 (2025-05-04)
4
9
 
5
10
  * Regenerated using generator version 0.17.0
@@ -345,16 +345,17 @@ module Google
345
345
  class OrganizationInfo
346
346
  include Google::Apis::Core::Hashable
347
347
 
348
- # Represents a postal address (for example, for postal delivery or payments
349
- # addresses). Given a postal address, a postal service can deliver items to a
350
- # premise, P.O. box or similar. It is not intended to model geographical
351
- # locations (roads, towns, mountains). In typical usage, an address would be
352
- # created by user input or from importing existing data, depending on the type
353
- # of process. Advice on address input or editing: - Use an internationalization-
354
- # ready address widget such as https://github.com/google/libaddressinput. -
355
- # Users should not be presented with UI elements for input or editing of fields
356
- # outside countries where that field is used. For more guidance on how to use
357
- # this schema, see: https://support.google.com/business/answer/6397478.
348
+ # Represents a postal address, such as for postal delivery or payments addresses.
349
+ # With a postal address, a postal service can deliver items to a premise, P.O.
350
+ # box, or similar. A postal address is not intended to model geographical
351
+ # locations like roads, towns, or mountains. In typical usage, an address would
352
+ # be created by user input or from importing existing data, depending on the
353
+ # type of process. Advice on address input or editing: - Use an
354
+ # internationalization-ready address widget such as https://github.com/google/
355
+ # libaddressinput. - Users should not be presented with UI elements for input or
356
+ # editing of fields outside countries where that field is used. For more
357
+ # guidance on how to use this schema, see: https://support.google.com/business/
358
+ # answer/6397478.
358
359
  # Corresponds to the JSON property `address`
359
360
  # @return [Google::Apis::MybusinessaccountmanagementV1::PostalAddress]
360
361
  attr_accessor :address
@@ -381,16 +382,17 @@ module Google
381
382
  end
382
383
  end
383
384
 
384
- # Represents a postal address (for example, for postal delivery or payments
385
- # addresses). Given a postal address, a postal service can deliver items to a
386
- # premise, P.O. box or similar. It is not intended to model geographical
387
- # locations (roads, towns, mountains). In typical usage, an address would be
388
- # created by user input or from importing existing data, depending on the type
389
- # of process. Advice on address input or editing: - Use an internationalization-
390
- # ready address widget such as https://github.com/google/libaddressinput. -
391
- # Users should not be presented with UI elements for input or editing of fields
392
- # outside countries where that field is used. For more guidance on how to use
393
- # this schema, see: https://support.google.com/business/answer/6397478.
385
+ # Represents a postal address, such as for postal delivery or payments addresses.
386
+ # With a postal address, a postal service can deliver items to a premise, P.O.
387
+ # box, or similar. A postal address is not intended to model geographical
388
+ # locations like roads, towns, or mountains. In typical usage, an address would
389
+ # be created by user input or from importing existing data, depending on the
390
+ # type of process. Advice on address input or editing: - Use an
391
+ # internationalization-ready address widget such as https://github.com/google/
392
+ # libaddressinput. - Users should not be presented with UI elements for input or
393
+ # editing of fields outside countries where that field is used. For more
394
+ # guidance on how to use this schema, see: https://support.google.com/business/
395
+ # answer/6397478.
394
396
  class PostalAddress
395
397
  include Google::Apis::Core::Hashable
396
398
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module MybusinessaccountmanagementV1
18
18
  # Version of the google-apis-mybusinessaccountmanagement_v1 gem
19
- GEM_VERSION = "0.28.0"
19
+ GEM_VERSION = "0.29.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 = "20250615"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-mybusinessaccountmanagement_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.0
4
+ version: 0.29.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-mybusinessaccountmanagement_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-mybusinessaccountmanagement_v1/v0.28.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-mybusinessaccountmanagement_v1/v0.29.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-mybusinessaccountmanagement_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 Account Management API V1
79
79
  test_files: []