google-apis-mybusinessbusinessinformation_v1 0.22.0 → 0.23.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 584254e8b6edc04a7bbaa0ad43769134de5c3dadd3588cd6aa971e6d1b003204
4
- data.tar.gz: 0c1e1ea191885b3f0b11b3e350ec387eac2866549e231ac2b0acbb824b876d17
3
+ metadata.gz: c28cfa8b7b53aeb130ea6d571f8381105e60585d838c72c686203590260fe408
4
+ data.tar.gz: 9ed240a27c93fc8f4d11235c62e97aa2efd4e7c1b23aa4b8b49a22b67ff82209
5
5
  SHA512:
6
- metadata.gz: 58f08bbd170493dbf61dd7b86bac84796f752c640013d1014727e4a8ab5430f02bf3c14ab4e2aed88a14a52453deed5e0e2e59383298ebe2c76f518760c04e6c
7
- data.tar.gz: b66cef28de89409b18a801d8b4026a557085cce033c36024acd89d66d7b5ab616d8509a31d0af1cc8a284b8cee368caa7b617699a50039743cc0b08195c4a66b
6
+ metadata.gz: c1b24033d96e55af7fa47dcf4bf677536062e7b0f61f498dd9926ff23072e1d8b04cb9645460f6431eae7c23fac0aea8b1f12da3a60ef9187451c91dc157e2a3
7
+ data.tar.gz: 04fa7c57dc347abdc01c6001206beadab0073fc59e186326a876806a24941b468434d68222ec89dc20581e2d2a1221cf449c4a57b7d89753bc6cd024d4e6eb57
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-mybusinessbusinessinformation_v1
2
2
 
3
+ ### v0.23.0 (2024-11-24)
4
+
5
+ * Regenerated from discovery document revision 20241120
6
+
3
7
  ### v0.22.0 (2024-10-06)
4
8
 
5
9
  * Regenerated from discovery document revision 20241002
@@ -837,16 +837,16 @@ module Google
837
837
  # @return [String]
838
838
  attr_accessor :store_code
839
839
 
840
- # Represents a postal address, e.g. for postal delivery or payments addresses.
841
- # Given a postal address, a postal service can deliver items to a premise, P.O.
842
- # Box or similar. It is not intended to model geographical locations (roads,
843
- # towns, mountains). In typical usage an address would be created via user input
844
- # or from importing existing data, depending on the type of process. Advice on
845
- # address input / editing: - Use an internationalization-ready address widget
846
- # such as https://github.com/google/libaddressinput) - Users should not be
847
- # presented with UI elements for input or editing of fields outside countries
848
- # where that field is used. For more guidance on how to use this schema, please
849
- # see: https://support.google.com/business/answer/6397478
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 / 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
850
850
  # Corresponds to the JSON property `storefrontAddress`
851
851
  # @return [Google::Apis::MybusinessbusinessinformationV1::PostalAddress]
852
852
  attr_accessor :storefront_address
@@ -1228,35 +1228,36 @@ module Google
1228
1228
  end
1229
1229
  end
1230
1230
 
1231
- # Represents a postal address, e.g. for postal delivery or payments addresses.
1232
- # Given a postal address, a postal service can deliver items to a premise, P.O.
1233
- # Box or similar. It is not intended to model geographical locations (roads,
1234
- # towns, mountains). In typical usage an address would be created via user input
1235
- # or from importing existing data, depending on the type of process. Advice on
1236
- # address input / editing: - Use an internationalization-ready address widget
1237
- # such as https://github.com/google/libaddressinput) - Users should not be
1238
- # presented with UI elements for input or editing of fields outside countries
1239
- # where that field is used. For more guidance on how to use this schema, please
1240
- # see: https://support.google.com/business/answer/6397478
1231
+ # Represents a postal address. For example for postal delivery or payments
1232
+ # addresses. Given a postal address, a postal service can deliver items to a
1233
+ # premise, P.O. Box or similar. It is not intended to model geographical
1234
+ # locations (roads, towns, mountains). In typical usage an address would be
1235
+ # created by user input or from importing existing data, depending on the type
1236
+ # of process. Advice on address input / editing: - Use an internationalization-
1237
+ # ready address widget such as https://github.com/google/libaddressinput) -
1238
+ # Users should not be presented with UI elements for input or editing of fields
1239
+ # outside countries where that field is used. For more guidance on how to use
1240
+ # this schema, see: https://support.google.com/business/answer/6397478
1241
1241
  class PostalAddress
1242
1242
  include Google::Apis::Core::Hashable
1243
1243
 
1244
1244
  # Unstructured address lines describing the lower levels of an address. Because
1245
1245
  # values in address_lines do not have type information and may sometimes contain
1246
- # multiple values in a single field (e.g. "Austin, TX"), it is important that
1247
- # the line order is clear. The order of address lines should be "envelope order"
1248
- # for the country/region of the address. In places where this can vary (e.g.
1249
- # Japan), address_language is used to make it explicit (e.g. "ja" for large-to-
1250
- # small ordering and "ja-Latn" or "en" for small-to-large). This way, the most
1251
- # specific line of an address can be selected based on the language. The minimum
1252
- # permitted structural representation of an address consists of a region_code
1253
- # with all remaining information placed in the address_lines. It would be
1254
- # possible to format such an address very approximately without geocoding, but
1255
- # no semantic reasoning could be made about any of the address components until
1256
- # it was at least partially resolved. Creating an address only containing a
1257
- # region_code and address_lines, and then geocoding is the recommended way to
1258
- # handle completely unstructured addresses (as opposed to guessing which parts
1259
- # of the address should be localities or administrative areas).
1246
+ # multiple values in a single field (For example "Austin, TX"), it is important
1247
+ # that the line order is clear. The order of address lines should be "envelope
1248
+ # order" for the country/region of the address. In places where this can vary (
1249
+ # For example Japan), address_language is used to make it explicit (For example "
1250
+ # ja" for large-to-small ordering and "ja-Latn" or "en" for small-to-large).
1251
+ # This way, the most specific line of an address can be selected based on the
1252
+ # language. The minimum permitted structural representation of an address
1253
+ # consists of a region_code with all remaining information placed in the
1254
+ # address_lines. It would be possible to format such an address very
1255
+ # approximately without geocoding, but no semantic reasoning could be made about
1256
+ # any of the address components until it was at least partially resolved.
1257
+ # Creating an address only containing a region_code and address_lines, and then
1258
+ # geocoding is the recommended way to handle completely unstructured addresses (
1259
+ # as opposed to guessing which parts of the address should be localities or
1260
+ # administrative areas).
1260
1261
  # Corresponds to the JSON property `addressLines`
1261
1262
  # @return [Array<String>]
1262
1263
  attr_accessor :address_lines
@@ -1264,9 +1265,9 @@ module Google
1264
1265
  # Optional. Highest administrative subdivision which is used for postal
1265
1266
  # addresses of a country or region. For example, this can be a state, a province,
1266
1267
  # an oblast, or a prefecture. Specifically, for Spain this is the province and
1267
- # not the autonomous community (e.g. "Barcelona" and not "Catalonia"). Many
1268
- # countries don't use an administrative area in postal addresses. E.g. in
1269
- # Switzerland this should be left unpopulated.
1268
+ # not the autonomous community (For example "Barcelona" and not "Catalonia").
1269
+ # Many countries don't use an administrative area in postal addresses. For
1270
+ # example in Switzerland this should be left unpopulated.
1270
1271
  # Corresponds to the JSON property `administrativeArea`
1271
1272
  # @return [String]
1272
1273
  attr_accessor :administrative_area
@@ -1298,8 +1299,8 @@ module Google
1298
1299
 
1299
1300
  # Optional. Postal code of the address. Not all countries use or require postal
1300
1301
  # codes to be present, but where they are used, they may trigger additional
1301
- # validation with other parts of the address (e.g. state/zip validation in the U.
1302
- # S.A.).
1302
+ # validation with other parts of the address (For example state/zip validation
1303
+ # in the U.S.A.).
1303
1304
  # Corresponds to the JSON property `postalCode`
1304
1305
  # @return [String]
1305
1306
  attr_accessor :postal_code
@@ -1328,9 +1329,9 @@ module Google
1328
1329
 
1329
1330
  # Optional. Additional, country-specific, sorting code. This is not used in most
1330
1331
  # regions. Where it is used, the value is either a string like "CEDEX",
1331
- # optionally followed by a number (e.g. "CEDEX 7"), or just a number alone,
1332
- # representing the "sector code" (Jamaica), "delivery area indicator" (Malawi)
1333
- # or "post office indicator" (e.g. Côte d'Ivoire).
1332
+ # optionally followed by a number (For example "CEDEX 7"), or just a number
1333
+ # alone, representing the "sector code" (Jamaica), "delivery area indicator" (
1334
+ # Malawi) or "post office indicator" (For example Côte d'Ivoire).
1334
1335
  # Corresponds to the JSON property `sortingCode`
1335
1336
  # @return [String]
1336
1337
  attr_accessor :sorting_code
@@ -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.22.0"
19
+ GEM_VERSION = "0.23.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241002"
25
+ REVISION = "20241120"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-mybusinessbusinessinformation_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0
4
+ version: 0.23.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-06 00:00:00.000000000 Z
11
+ date: 2024-12-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-mybusinessbusinessinformation_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-mybusinessbusinessinformation_v1/v0.22.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-mybusinessbusinessinformation_v1/v0.23.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-mybusinessbusinessinformation_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.6
78
+ rubygems_version: 3.5.22
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for My Business Business Information API V1