google-apis-mybusinessaccountmanagement_v1 0.25.0 → 0.27.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: f364931a9233cafb3b0a796e8f1e12c43e65e0c37536b588a84f62353911bc15
4
- data.tar.gz: 588237398f9dbc0c1ff22163f89c5e7dce0d5338093c094904c4364da478d44c
3
+ metadata.gz: 130c618b4e81bdbfdbc7d3054008e897de2c37706601cb783c689bd5b3319483
4
+ data.tar.gz: e529c755486b09dacad2d874d97221d04302aa7e8f15ef9f0aa10ffa22828228
5
5
  SHA512:
6
- metadata.gz: '099db8196f3e9d9283ed250791a61e933ce41f4e4f122fcf4f91b5a88ded94b5acd2d2ada90cc56dde5b3f410a1b9cc8284c4ad607d7e47d97a6b93ea55da727'
7
- data.tar.gz: cc79a69c7fcbd7fccf4c1970c3e1093d04b16a599cf394bd23b9b10c63e84d8719a73ad678bf11e06782975575d31b40a2246cb4977e11cd0f214a090a548272
6
+ metadata.gz: 0bf15a69e09f32e738aef569bcb68f5984a4dee102850a10e8c56c2e068b902e76c7c78af7054c065d5bdaee94c0b8e78cccce22085fbb55d1b764b37db5c537
7
+ data.tar.gz: 98169b5b7ffdcde03f42b30a9d10a1b37a58a3f69024f11553b28e31f56383561b3e9167590724f5eedb24dee8dfdc9d72bfb0f9e6c184d194fca33dbb731fca
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release history for google-apis-mybusinessaccountmanagement_v1
2
2
 
3
+ ### v0.27.0 (2025-03-23)
4
+
5
+ * Regenerated from discovery document revision 20250319
6
+ * Regenerated using generator version 0.16.0
7
+
8
+ ### v0.26.0 (2024-11-24)
9
+
10
+ * Regenerated from discovery document revision 20241120
11
+ * Regenerated using generator version 0.15.1
12
+
3
13
  ### v0.25.0 (2024-05-19)
4
14
 
5
15
  * Regenerated using generator version 0.15.0
@@ -345,16 +345,16 @@ module Google
345
345
  class OrganizationInfo
346
346
  include Google::Apis::Core::Hashable
347
347
 
348
- # Represents a postal address, e.g. for postal delivery or payments addresses.
349
- # Given a postal address, a postal service can deliver items to a premise, P.O.
350
- # Box or similar. It is not intended to model geographical locations (roads,
351
- # towns, mountains). In typical usage an address would be created via user input
352
- # or from importing existing data, depending on the type of process. Advice on
353
- # address input / editing: - Use an internationalization-ready address widget
354
- # such as https://github.com/google/libaddressinput) - Users should not be
355
- # presented with UI elements for input or editing of fields outside countries
356
- # where that field is used. For more guidance on how to use this schema, please
357
- # see: https://support.google.com/business/answer/6397478
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.
358
358
  # Corresponds to the JSON property `address`
359
359
  # @return [Google::Apis::MybusinessaccountmanagementV1::PostalAddress]
360
360
  attr_accessor :address
@@ -381,45 +381,46 @@ module Google
381
381
  end
382
382
  end
383
383
 
384
- # Represents a postal address, e.g. for postal delivery or payments addresses.
385
- # Given a postal address, a postal service can deliver items to a premise, P.O.
386
- # Box or similar. It is not intended to model geographical locations (roads,
387
- # towns, mountains). In typical usage an address would be created via user input
388
- # or from importing existing data, depending on the type of process. Advice on
389
- # address input / editing: - Use an internationalization-ready address widget
390
- # such as https://github.com/google/libaddressinput) - Users should not be
391
- # presented with UI elements for input or editing of fields outside countries
392
- # where that field is used. For more guidance on how to use this schema, please
393
- # see: https://support.google.com/business/answer/6397478
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.
394
394
  class PostalAddress
395
395
  include Google::Apis::Core::Hashable
396
396
 
397
397
  # Unstructured address lines describing the lower levels of an address. Because
398
- # values in address_lines do not have type information and may sometimes contain
399
- # multiple values in a single field (e.g. "Austin, TX"), it is important that
400
- # the line order is clear. The order of address lines should be "envelope order"
401
- # for the country/region of the address. In places where this can vary (e.g.
402
- # Japan), address_language is used to make it explicit (e.g. "ja" for large-to-
403
- # small ordering and "ja-Latn" or "en" for small-to-large). This way, the most
404
- # specific line of an address can be selected based on the language. The minimum
405
- # permitted structural representation of an address consists of a region_code
406
- # with all remaining information placed in the address_lines. It would be
407
- # possible to format such an address very approximately without geocoding, but
408
- # no semantic reasoning could be made about any of the address components until
409
- # it was at least partially resolved. Creating an address only containing a
410
- # region_code and address_lines, and then geocoding is the recommended way to
411
- # handle completely unstructured addresses (as opposed to guessing which parts
412
- # of the address should be localities or administrative areas).
398
+ # values in `address_lines` do not have type information and may sometimes
399
+ # contain multiple values in a single field (for example, "Austin, TX"), it is
400
+ # important that the line order is clear. The order of address lines should be "
401
+ # envelope order" for the country or region of the address. In places where this
402
+ # can vary (for example, Japan), `address_language` is used to make it explicit (
403
+ # for example, "ja" for large-to-small ordering and "ja-Latn" or "en" for small-
404
+ # to-large). In this way, the most specific line of an address can be selected
405
+ # based on the language. The minimum permitted structural representation of an
406
+ # address consists of a `region_code` with all remaining information placed in
407
+ # the `address_lines`. It would be possible to format such an address very
408
+ # approximately without geocoding, but no semantic reasoning could be made about
409
+ # any of the address components until it was at least partially resolved.
410
+ # Creating an address only containing a `region_code` and `address_lines` and
411
+ # then geocoding is the recommended way to handle completely unstructured
412
+ # addresses (as opposed to guessing which parts of the address should be
413
+ # localities or administrative areas).
413
414
  # Corresponds to the JSON property `addressLines`
414
415
  # @return [Array<String>]
415
416
  attr_accessor :address_lines
416
417
 
417
418
  # Optional. Highest administrative subdivision which is used for postal
418
419
  # addresses of a country or region. For example, this can be a state, a province,
419
- # an oblast, or a prefecture. Specifically, for Spain this is the province and
420
- # not the autonomous community (e.g. "Barcelona" and not "Catalonia"). Many
421
- # countries don't use an administrative area in postal addresses. E.g. in
422
- # Switzerland this should be left unpopulated.
420
+ # an oblast, or a prefecture. For Spain, this is the province and not the
421
+ # autonomous community (for example, "Barcelona" and not "Catalonia"). Many
422
+ # countries don't use an administrative area in postal addresses. For example,
423
+ # in Switzerland, this should be left unpopulated.
423
424
  # Corresponds to the JSON property `administrativeArea`
424
425
  # @return [String]
425
426
  attr_accessor :administrative_area
@@ -436,10 +437,10 @@ module Google
436
437
  # @return [String]
437
438
  attr_accessor :language_code
438
439
 
439
- # Optional. Generally refers to the city/town portion of the address. Examples:
440
- # US city, IT comune, UK post town. In regions of the world where localities are
441
- # not well defined or do not fit into this structure well, leave locality empty
442
- # and use address_lines.
440
+ # Optional. Generally refers to the city or town portion of the address.
441
+ # Examples: US city, IT comune, UK post town. In regions of the world where
442
+ # localities are not well defined or do not fit into this structure well, leave `
443
+ # locality` empty and use `address_lines`.
443
444
  # Corresponds to the JSON property `locality`
444
445
  # @return [String]
445
446
  attr_accessor :locality
@@ -451,8 +452,8 @@ module Google
451
452
 
452
453
  # Optional. Postal code of the address. Not all countries use or require postal
453
454
  # codes to be present, but where they are used, they may trigger additional
454
- # validation with other parts of the address (e.g. state/zip validation in the U.
455
- # S.A.).
455
+ # validation with other parts of the address (for example, state or zip code
456
+ # validation in the United States).
456
457
  # Corresponds to the JSON property `postalCode`
457
458
  # @return [String]
458
459
  attr_accessor :postal_code
@@ -481,15 +482,15 @@ module Google
481
482
 
482
483
  # Optional. Additional, country-specific, sorting code. This is not used in most
483
484
  # regions. Where it is used, the value is either a string like "CEDEX",
484
- # optionally followed by a number (e.g. "CEDEX 7"), or just a number alone,
485
- # representing the "sector code" (Jamaica), "delivery area indicator" (Malawi)
486
- # or "post office indicator" (e.g. Côte d'Ivoire).
485
+ # optionally followed by a number (for example, "CEDEX 7"), or just a number
486
+ # alone, representing the "sector code" (Jamaica), "delivery area indicator" (
487
+ # Malawi) or "post office indicator" (Côte d'Ivoire).
487
488
  # Corresponds to the JSON property `sortingCode`
488
489
  # @return [String]
489
490
  attr_accessor :sorting_code
490
491
 
491
- # Optional. Sublocality of the address. For example, this can be neighborhoods,
492
- # boroughs, districts.
492
+ # Optional. Sublocality of the address. For example, this can be a neighborhood,
493
+ # borough, or district.
493
494
  # Corresponds to the JSON property `sublocality`
494
495
  # @return [String]
495
496
  attr_accessor :sublocality
@@ -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.25.0"
19
+ GEM_VERSION = "0.27.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230115"
25
+ REVISION = "20250319"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-mybusinessaccountmanagement_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.25.0
4
+ version: 0.27.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-05-19 00:00:00.000000000 Z
10
+ date: 2025-03-23 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-mybusinessaccountmanagement_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-mybusinessaccountmanagement_v1/v0.25.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-mybusinessaccountmanagement_v1/v0.27.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-mybusinessaccountmanagement_v1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.6
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for My Business Account Management API V1
82
79
  test_files: []