google-apis-mybusinessbusinessinformation_v1 0.24.0 → 0.25.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6afae04923e696bb31fa058af919936da7658406b6704c58ff3e13cc2b1f5d96
|
4
|
+
data.tar.gz: 30ac9a1319d133a20bb2b4c43629d90e794add70b828de25571686f2d2ac28b1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 37ccd81f3aafda249863ef761eca8b0cbf8ee1936efad15d669c89e487fbd23d772fc5b0fec16165e75fca786f23a231a5458d190ddfedb7a635065942b60fce
|
7
|
+
data.tar.gz: ada93b510d2a7d2365e81834497ba3015cc247b3ca633e942cef3f3bb523d8b6e09f3d1486f31b95c38c97757bd6392761f5e4fed878fdad3de4ab4b4957dfeb
|
data/CHANGELOG.md
CHANGED
@@ -837,16 +837,16 @@ module Google
|
|
837
837
|
# @return [String]
|
838
838
|
attr_accessor :store_code
|
839
839
|
|
840
|
-
# Represents a postal address
|
841
|
-
# addresses. Given a postal address, a postal service can deliver items to a
|
842
|
-
# premise, P.O.
|
843
|
-
# locations (roads, towns, mountains). In typical usage an address would be
|
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
844
|
# created by user input or from importing existing data, depending on the type
|
845
|
-
# of process. Advice on address input
|
846
|
-
# ready address widget such as https://github.com/google/libaddressinput
|
845
|
+
# of process. Advice on address input or editing: - Use an internationalization-
|
846
|
+
# ready address widget such as https://github.com/google/libaddressinput. -
|
847
847
|
# Users should not be presented with UI elements for input or editing of fields
|
848
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
|
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
|
@@ -1229,46 +1229,46 @@ module Google
|
|
1229
1229
|
end
|
1230
1230
|
end
|
1231
1231
|
|
1232
|
-
# Represents a postal address
|
1233
|
-
# addresses. Given a postal address, a postal service can deliver items to a
|
1234
|
-
# premise, P.O.
|
1235
|
-
# locations (roads, towns, mountains). In typical usage an address would be
|
1232
|
+
# Represents a postal address (for example, for postal delivery or payments
|
1233
|
+
# addresses). Given a postal address, a postal service can deliver items to a
|
1234
|
+
# premise, P.O. box or similar. It is not intended to model geographical
|
1235
|
+
# locations (roads, towns, mountains). In typical usage, an address would be
|
1236
1236
|
# created by user input or from importing existing data, depending on the type
|
1237
|
-
# of process. Advice on address input
|
1238
|
-
# ready address widget such as https://github.com/google/libaddressinput
|
1237
|
+
# of process. Advice on address input or editing: - Use an internationalization-
|
1238
|
+
# ready address widget such as https://github.com/google/libaddressinput. -
|
1239
1239
|
# Users should not be presented with UI elements for input or editing of fields
|
1240
1240
|
# outside countries where that field is used. For more guidance on how to use
|
1241
|
-
# this schema, see: https://support.google.com/business/answer/6397478
|
1241
|
+
# this schema, see: https://support.google.com/business/answer/6397478.
|
1242
1242
|
class PostalAddress
|
1243
1243
|
include Google::Apis::Core::Hashable
|
1244
1244
|
|
1245
1245
|
# Unstructured address lines describing the lower levels of an address. Because
|
1246
|
-
# values in address_lines do not have type information and may sometimes
|
1247
|
-
# multiple values in a single field (
|
1248
|
-
# that the line order is clear. The order of address lines should be "
|
1249
|
-
# order" for the country
|
1250
|
-
#
|
1251
|
-
# ja" for large-to-small ordering and "ja-Latn" or "en" for small-
|
1252
|
-
#
|
1253
|
-
# language. The minimum permitted structural representation of an
|
1254
|
-
# consists of a region_code with all remaining information placed in
|
1255
|
-
# address_lines
|
1246
|
+
# values in `address_lines` do not have type information and may sometimes
|
1247
|
+
# contain multiple values in a single field (for example, "Austin, TX"), it is
|
1248
|
+
# important that the line order is clear. The order of address lines should be "
|
1249
|
+
# envelope order" for the country or region of the address. In places where this
|
1250
|
+
# can vary (for example, Japan), `address_language` is used to make it explicit (
|
1251
|
+
# for example, "ja" for large-to-small ordering and "ja-Latn" or "en" for small-
|
1252
|
+
# to-large). In this way, the most specific line of an address can be selected
|
1253
|
+
# based on the language. The minimum permitted structural representation of an
|
1254
|
+
# address consists of a `region_code` with all remaining information placed in
|
1255
|
+
# the `address_lines`. It would be possible to format such an address very
|
1256
1256
|
# approximately without geocoding, but no semantic reasoning could be made about
|
1257
1257
|
# any of the address components until it was at least partially resolved.
|
1258
|
-
# Creating an address only containing a region_code and address_lines
|
1259
|
-
# geocoding is the recommended way to handle completely unstructured
|
1260
|
-
# as opposed to guessing which parts of the address should be
|
1261
|
-
# administrative areas).
|
1258
|
+
# Creating an address only containing a `region_code` and `address_lines` and
|
1259
|
+
# then geocoding is the recommended way to handle completely unstructured
|
1260
|
+
# addresses (as opposed to guessing which parts of the address should be
|
1261
|
+
# localities or administrative areas).
|
1262
1262
|
# Corresponds to the JSON property `addressLines`
|
1263
1263
|
# @return [Array<String>]
|
1264
1264
|
attr_accessor :address_lines
|
1265
1265
|
|
1266
1266
|
# Optional. Highest administrative subdivision which is used for postal
|
1267
1267
|
# addresses of a country or region. For example, this can be a state, a province,
|
1268
|
-
# an oblast, or a prefecture.
|
1269
|
-
#
|
1270
|
-
#
|
1271
|
-
#
|
1268
|
+
# an oblast, or a prefecture. For Spain, this is the province and not the
|
1269
|
+
# autonomous community (for example, "Barcelona" and not "Catalonia"). Many
|
1270
|
+
# countries don't use an administrative area in postal addresses. For example,
|
1271
|
+
# in Switzerland, this should be left unpopulated.
|
1272
1272
|
# Corresponds to the JSON property `administrativeArea`
|
1273
1273
|
# @return [String]
|
1274
1274
|
attr_accessor :administrative_area
|
@@ -1285,10 +1285,10 @@ module Google
|
|
1285
1285
|
# @return [String]
|
1286
1286
|
attr_accessor :language_code
|
1287
1287
|
|
1288
|
-
# Optional. Generally refers to the city
|
1289
|
-
# US city, IT comune, UK post town. In regions of the world where
|
1290
|
-
# not well defined or do not fit into this structure well, leave
|
1291
|
-
# and use address_lines
|
1288
|
+
# Optional. Generally refers to the city or town portion of the address.
|
1289
|
+
# Examples: US city, IT comune, UK post town. In regions of the world where
|
1290
|
+
# localities are not well defined or do not fit into this structure well, leave `
|
1291
|
+
# locality` empty and use `address_lines`.
|
1292
1292
|
# Corresponds to the JSON property `locality`
|
1293
1293
|
# @return [String]
|
1294
1294
|
attr_accessor :locality
|
@@ -1300,8 +1300,8 @@ module Google
|
|
1300
1300
|
|
1301
1301
|
# Optional. Postal code of the address. Not all countries use or require postal
|
1302
1302
|
# codes to be present, but where they are used, they may trigger additional
|
1303
|
-
# validation with other parts of the address (
|
1304
|
-
# in the
|
1303
|
+
# validation with other parts of the address (for example, state or zip code
|
1304
|
+
# validation in the United States).
|
1305
1305
|
# Corresponds to the JSON property `postalCode`
|
1306
1306
|
# @return [String]
|
1307
1307
|
attr_accessor :postal_code
|
@@ -1330,15 +1330,15 @@ module Google
|
|
1330
1330
|
|
1331
1331
|
# Optional. Additional, country-specific, sorting code. This is not used in most
|
1332
1332
|
# regions. Where it is used, the value is either a string like "CEDEX",
|
1333
|
-
# optionally followed by a number (
|
1333
|
+
# optionally followed by a number (for example, "CEDEX 7"), or just a number
|
1334
1334
|
# alone, representing the "sector code" (Jamaica), "delivery area indicator" (
|
1335
|
-
# Malawi) or "post office indicator" (
|
1335
|
+
# Malawi) or "post office indicator" (Côte d'Ivoire).
|
1336
1336
|
# Corresponds to the JSON property `sortingCode`
|
1337
1337
|
# @return [String]
|
1338
1338
|
attr_accessor :sorting_code
|
1339
1339
|
|
1340
|
-
# Optional. Sublocality of the address. For example, this can be
|
1341
|
-
#
|
1340
|
+
# Optional. Sublocality of the address. For example, this can be a neighborhood,
|
1341
|
+
# borough, or district.
|
1342
1342
|
# Corresponds to the JSON property `sublocality`
|
1343
1343
|
# @return [String]
|
1344
1344
|
attr_accessor :sublocality
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.25.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 = "
|
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-mybusinessbusinessinformation_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.25.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-03-
|
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-mybusinessbusinessinformation_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-mybusinessbusinessinformation_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-mybusinessbusinessinformation_v1/v0.25.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-mybusinessbusinessinformation_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|