google-apis-merchantapi_accounts_v1beta 0.7.0 → 0.8.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: 634b4e71ca9347b6912746e8e2ad1d45d84d024f7d01193e6da8305c7d0820d2
4
- data.tar.gz: e78cc646e8f67f74652073e2b95f694f759ab8a6c9ce43aa7021f42a8d6b8950
3
+ metadata.gz: 4adaf1f3ad456e03e84f62a4182d737c30b88596145be11002e35027a832a5f6
4
+ data.tar.gz: a5327ea06fecf7ac5882463cfebdb880a25651388472bc533fcc541e2724ebaa
5
5
  SHA512:
6
- metadata.gz: c84d60ebdc3410a313e23329241bc5b432bcaabca1a85203b1e7207d4ce62a1ef23ac694780f01ef5a5b1334240d4eeba1f525ead4bfca6b5333bd876e7ea059
7
- data.tar.gz: 3ab007bdc3a438ac611dbb3ff56e4efd6d789553f30d15c8cbbb914c39063b5b5dbf2f4df5209c84934c91e0ee96377b42656bc381921e8e16e563e43d02cc38
6
+ metadata.gz: 7dd44315099f057d74d5959811ba1a1dc128aba7f75cf212cac9dc7e643d7d9f0fe4a5b9e7a6cdd1fcb7d44c85d0ccf97ffeb34e642210f73b7d13ce14deb09a
7
+ data.tar.gz: 94d2ba1bbb9f550f47c0a577565366f0186198f46d391737aa8ba55958c6d0fd78a7fbf4fa57d9689e2d19abcb5a5b49f390dc94c1ea31581e1fa59292ba1f96
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-merchantapi_accounts_v1beta
2
2
 
3
+ ### v0.8.0 (2025-03-23)
4
+
5
+ * Regenerated from discovery document revision 20250319
6
+
3
7
  ### v0.7.0 (2025-03-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20250311
@@ -600,16 +600,16 @@ module Google
600
600
  class BusinessInfo
601
601
  include Google::Apis::Core::Hashable
602
602
 
603
- # Represents a postal address. For example for postal delivery or payments
604
- # addresses. Given a postal address, a postal service can deliver items to a
605
- # premise, P.O. Box or similar. It is not intended to model geographical
606
- # locations (roads, towns, mountains). In typical usage an address would be
603
+ # Represents a postal address (for example, for postal delivery or payments
604
+ # addresses). Given a postal address, a postal service can deliver items to a
605
+ # premise, P.O. box or similar. It is not intended to model geographical
606
+ # locations (roads, towns, mountains). In typical usage, an address would be
607
607
  # created by user input or from importing existing data, depending on the type
608
- # of process. Advice on address input / editing: - Use an internationalization-
609
- # ready address widget such as https://github.com/google/libaddressinput) -
608
+ # of process. Advice on address input or editing: - Use an internationalization-
609
+ # ready address widget such as https://github.com/google/libaddressinput. -
610
610
  # Users should not be presented with UI elements for input or editing of fields
611
611
  # outside countries where that field is used. For more guidance on how to use
612
- # this schema, see: https://support.google.com/business/answer/6397478
612
+ # this schema, see: https://support.google.com/business/answer/6397478.
613
613
  # Corresponds to the JSON property `address`
614
614
  # @return [Google::Apis::MerchantapiAccountsV1beta::PostalAddress]
615
615
  attr_accessor :address
@@ -1939,46 +1939,46 @@ module Google
1939
1939
  end
1940
1940
  end
1941
1941
 
1942
- # Represents a postal address. For example for postal delivery or payments
1943
- # addresses. Given a postal address, a postal service can deliver items to a
1944
- # premise, P.O. Box or similar. It is not intended to model geographical
1945
- # locations (roads, towns, mountains). In typical usage an address would be
1942
+ # Represents a postal address (for example, for postal delivery or payments
1943
+ # addresses). Given a postal address, a postal service can deliver items to a
1944
+ # premise, P.O. box or similar. It is not intended to model geographical
1945
+ # locations (roads, towns, mountains). In typical usage, an address would be
1946
1946
  # created by user input or from importing existing data, depending on the type
1947
- # of process. Advice on address input / editing: - Use an internationalization-
1948
- # ready address widget such as https://github.com/google/libaddressinput) -
1947
+ # of process. Advice on address input or editing: - Use an internationalization-
1948
+ # ready address widget such as https://github.com/google/libaddressinput. -
1949
1949
  # Users should not be presented with UI elements for input or editing of fields
1950
1950
  # outside countries where that field is used. For more guidance on how to use
1951
- # this schema, see: https://support.google.com/business/answer/6397478
1951
+ # this schema, see: https://support.google.com/business/answer/6397478.
1952
1952
  class PostalAddress
1953
1953
  include Google::Apis::Core::Hashable
1954
1954
 
1955
1955
  # Unstructured address lines describing the lower levels of an address. Because
1956
- # values in address_lines do not have type information and may sometimes contain
1957
- # multiple values in a single field (For example "Austin, TX"), it is important
1958
- # that the line order is clear. The order of address lines should be "envelope
1959
- # order" for the country/region of the address. In places where this can vary (
1960
- # For example Japan), address_language is used to make it explicit (For example "
1961
- # ja" for large-to-small ordering and "ja-Latn" or "en" for small-to-large).
1962
- # This way, the most specific line of an address can be selected based on the
1963
- # language. The minimum permitted structural representation of an address
1964
- # consists of a region_code with all remaining information placed in the
1965
- # address_lines. It would be possible to format such an address very
1956
+ # values in `address_lines` do not have type information and may sometimes
1957
+ # contain multiple values in a single field (for example, "Austin, TX"), it is
1958
+ # important that the line order is clear. The order of address lines should be "
1959
+ # envelope order" for the country or region of the address. In places where this
1960
+ # can vary (for example, Japan), `address_language` is used to make it explicit (
1961
+ # for example, "ja" for large-to-small ordering and "ja-Latn" or "en" for small-
1962
+ # to-large). In this way, the most specific line of an address can be selected
1963
+ # based on the language. The minimum permitted structural representation of an
1964
+ # address consists of a `region_code` with all remaining information placed in
1965
+ # the `address_lines`. It would be possible to format such an address very
1966
1966
  # approximately without geocoding, but no semantic reasoning could be made about
1967
1967
  # any of the address components until it was at least partially resolved.
1968
- # Creating an address only containing a region_code and address_lines, and then
1969
- # geocoding is the recommended way to handle completely unstructured addresses (
1970
- # as opposed to guessing which parts of the address should be localities or
1971
- # administrative areas).
1968
+ # Creating an address only containing a `region_code` and `address_lines` and
1969
+ # then geocoding is the recommended way to handle completely unstructured
1970
+ # addresses (as opposed to guessing which parts of the address should be
1971
+ # localities or administrative areas).
1972
1972
  # Corresponds to the JSON property `addressLines`
1973
1973
  # @return [Array<String>]
1974
1974
  attr_accessor :address_lines
1975
1975
 
1976
1976
  # Optional. Highest administrative subdivision which is used for postal
1977
1977
  # addresses of a country or region. For example, this can be a state, a province,
1978
- # an oblast, or a prefecture. Specifically, for Spain this is the province and
1979
- # not the autonomous community (For example "Barcelona" and not "Catalonia").
1980
- # Many countries don't use an administrative area in postal addresses. For
1981
- # example in Switzerland this should be left unpopulated.
1978
+ # an oblast, or a prefecture. For Spain, this is the province and not the
1979
+ # autonomous community (for example, "Barcelona" and not "Catalonia"). Many
1980
+ # countries don't use an administrative area in postal addresses. For example,
1981
+ # in Switzerland, this should be left unpopulated.
1982
1982
  # Corresponds to the JSON property `administrativeArea`
1983
1983
  # @return [String]
1984
1984
  attr_accessor :administrative_area
@@ -1995,10 +1995,10 @@ module Google
1995
1995
  # @return [String]
1996
1996
  attr_accessor :language_code
1997
1997
 
1998
- # Optional. Generally refers to the city/town portion of the address. Examples:
1999
- # US city, IT comune, UK post town. In regions of the world where localities are
2000
- # not well defined or do not fit into this structure well, leave locality empty
2001
- # and use address_lines.
1998
+ # Optional. Generally refers to the city or town portion of the address.
1999
+ # Examples: US city, IT comune, UK post town. In regions of the world where
2000
+ # localities are not well defined or do not fit into this structure well, leave `
2001
+ # locality` empty and use `address_lines`.
2002
2002
  # Corresponds to the JSON property `locality`
2003
2003
  # @return [String]
2004
2004
  attr_accessor :locality
@@ -2010,8 +2010,8 @@ module Google
2010
2010
 
2011
2011
  # Optional. Postal code of the address. Not all countries use or require postal
2012
2012
  # codes to be present, but where they are used, they may trigger additional
2013
- # validation with other parts of the address (For example state/zip validation
2014
- # in the U.S.A.).
2013
+ # validation with other parts of the address (for example, state or zip code
2014
+ # validation in the United States).
2015
2015
  # Corresponds to the JSON property `postalCode`
2016
2016
  # @return [String]
2017
2017
  attr_accessor :postal_code
@@ -2040,15 +2040,15 @@ module Google
2040
2040
 
2041
2041
  # Optional. Additional, country-specific, sorting code. This is not used in most
2042
2042
  # regions. Where it is used, the value is either a string like "CEDEX",
2043
- # optionally followed by a number (For example "CEDEX 7"), or just a number
2043
+ # optionally followed by a number (for example, "CEDEX 7"), or just a number
2044
2044
  # alone, representing the "sector code" (Jamaica), "delivery area indicator" (
2045
- # Malawi) or "post office indicator" (For example Côte d'Ivoire).
2045
+ # Malawi) or "post office indicator" (Côte d'Ivoire).
2046
2046
  # Corresponds to the JSON property `sortingCode`
2047
2047
  # @return [String]
2048
2048
  attr_accessor :sorting_code
2049
2049
 
2050
- # Optional. Sublocality of the address. For example, this can be neighborhoods,
2051
- # boroughs, districts.
2050
+ # Optional. Sublocality of the address. For example, this can be a neighborhood,
2051
+ # borough, or district.
2052
2052
  # Corresponds to the JSON property `sublocality`
2053
2053
  # @return [String]
2054
2054
  attr_accessor :sublocality
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module MerchantapiAccountsV1beta
18
18
  # Version of the google-apis-merchantapi_accounts_v1beta gem
19
- GEM_VERSION = "0.7.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.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250311"
25
+ REVISION = "20250319"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-merchantapi_accounts_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-16 00:00:00.000000000 Z
10
+ date: 2025-03-23 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -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-merchantapi_accounts_v1beta/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-merchantapi_accounts_v1beta/v0.7.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-merchantapi_accounts_v1beta/v0.8.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-merchantapi_accounts_v1beta
62
62
  rdoc_options: []
63
63
  require_paths: