google-apis-mybusinessaccountmanagement_v1 0.26.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: 4681077842653fe96389daf0593a4c9d8b5281adda8b5ccc25e573ad0ae728fe
4
- data.tar.gz: 06ef09c7b3bc42248bb717b1851461cf89f18652e4c7d0e6befccd5102259c1f
3
+ metadata.gz: 130c618b4e81bdbfdbc7d3054008e897de2c37706601cb783c689bd5b3319483
4
+ data.tar.gz: e529c755486b09dacad2d874d97221d04302aa7e8f15ef9f0aa10ffa22828228
5
5
  SHA512:
6
- metadata.gz: 3ee5e560a2966ca90ff207fdacfa11ddab6ebe455f926f89e7326576c7c32cd17b2ad5bcb7dc14e47f064be9d151ddde092c1815a3e4f84729b2595b81a144f4
7
- data.tar.gz: 1a6ed53074c91d888ab1912b1d6d7cf9deae5a4ee5a161c0d26475fe2dd86dc42e28e40a2b619a609eb0e37e941d97812fd5f6729c375012ee500e1abd0b2bb1
6
+ metadata.gz: 0bf15a69e09f32e738aef569bcb68f5984a4dee102850a10e8c56c2e068b902e76c7c78af7054c065d5bdaee94c0b8e78cccce22085fbb55d1b764b37db5c537
7
+ data.tar.gz: 98169b5b7ffdcde03f42b30a9d10a1b37a58a3f69024f11553b28e31f56383561b3e9167590724f5eedb24dee8dfdc9d72bfb0f9e6c184d194fca33dbb731fca
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
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
+
3
8
  ### v0.26.0 (2024-11-24)
4
9
 
5
10
  * Regenerated from discovery document revision 20241120
@@ -345,16 +345,16 @@ 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
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
352
  # created by user input or from importing existing data, depending on the type
353
- # of process. Advice on address input / editing: - Use an internationalization-
354
- # ready address widget such as https://github.com/google/libaddressinput) -
353
+ # of process. Advice on address input or editing: - Use an internationalization-
354
+ # ready address widget such as https://github.com/google/libaddressinput. -
355
355
  # Users should not be presented with UI elements for input or editing of fields
356
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
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,46 +381,46 @@ module Google
381
381
  end
382
382
  end
383
383
 
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
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
388
  # created by user input or from importing existing data, depending on the type
389
- # of process. Advice on address input / editing: - Use an internationalization-
390
- # ready address widget such as https://github.com/google/libaddressinput) -
389
+ # of process. Advice on address input or editing: - Use an internationalization-
390
+ # ready address widget such as https://github.com/google/libaddressinput. -
391
391
  # Users should not be presented with UI elements for input or editing of fields
392
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
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 (For example "Austin, TX"), it is important
400
- # that the line order is clear. The order of address lines should be "envelope
401
- # order" for the country/region of the address. In places where this can vary (
402
- # For example Japan), address_language is used to make it explicit (For example "
403
- # ja" for large-to-small ordering and "ja-Latn" or "en" for small-to-large).
404
- # This way, the most specific line of an address can be selected based on the
405
- # language. The minimum permitted structural representation of an address
406
- # consists of a region_code with all remaining information placed in the
407
- # address_lines. It would be possible to format such an address very
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
408
  # approximately without geocoding, but no semantic reasoning could be made about
409
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 then
411
- # geocoding is the recommended way to handle completely unstructured addresses (
412
- # as opposed to guessing which parts of the address should be localities or
413
- # administrative areas).
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).
414
414
  # Corresponds to the JSON property `addressLines`
415
415
  # @return [Array<String>]
416
416
  attr_accessor :address_lines
417
417
 
418
418
  # Optional. Highest administrative subdivision which is used for postal
419
419
  # addresses of a country or region. For example, this can be a state, a province,
420
- # an oblast, or a prefecture. Specifically, for Spain this is the province and
421
- # not the autonomous community (For example "Barcelona" and not "Catalonia").
422
- # Many countries don't use an administrative area in postal addresses. For
423
- # example in 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.
424
424
  # Corresponds to the JSON property `administrativeArea`
425
425
  # @return [String]
426
426
  attr_accessor :administrative_area
@@ -437,10 +437,10 @@ module Google
437
437
  # @return [String]
438
438
  attr_accessor :language_code
439
439
 
440
- # Optional. Generally refers to the city/town portion of the address. Examples:
441
- # US city, IT comune, UK post town. In regions of the world where localities are
442
- # not well defined or do not fit into this structure well, leave locality empty
443
- # 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`.
444
444
  # Corresponds to the JSON property `locality`
445
445
  # @return [String]
446
446
  attr_accessor :locality
@@ -452,8 +452,8 @@ module Google
452
452
 
453
453
  # Optional. Postal code of the address. Not all countries use or require postal
454
454
  # codes to be present, but where they are used, they may trigger additional
455
- # validation with other parts of the address (For example state/zip validation
456
- # in the U.S.A.).
455
+ # validation with other parts of the address (for example, state or zip code
456
+ # validation in the United States).
457
457
  # Corresponds to the JSON property `postalCode`
458
458
  # @return [String]
459
459
  attr_accessor :postal_code
@@ -482,15 +482,15 @@ module Google
482
482
 
483
483
  # Optional. Additional, country-specific, sorting code. This is not used in most
484
484
  # regions. Where it is used, the value is either a string like "CEDEX",
485
- # optionally followed by a number (For example "CEDEX 7"), or just a number
485
+ # optionally followed by a number (for example, "CEDEX 7"), or just a number
486
486
  # alone, representing the "sector code" (Jamaica), "delivery area indicator" (
487
- # Malawi) or "post office indicator" (For example Côte d'Ivoire).
487
+ # Malawi) or "post office indicator" (Côte d'Ivoire).
488
488
  # Corresponds to the JSON property `sortingCode`
489
489
  # @return [String]
490
490
  attr_accessor :sorting_code
491
491
 
492
- # Optional. Sublocality of the address. For example, this can be neighborhoods,
493
- # boroughs, districts.
492
+ # Optional. Sublocality of the address. For example, this can be a neighborhood,
493
+ # borough, or district.
494
494
  # Corresponds to the JSON property `sublocality`
495
495
  # @return [String]
496
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.26.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.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241120"
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.26.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-12-04 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.26.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.22
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: []