google-apis-mybusinessbusinessinformation_v1 0.23.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
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-mybusinessbusinessinformation_v1
|
2
2
|
|
3
|
+
### v0.25.0 (2025-03-23)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250319
|
6
|
+
|
7
|
+
### v0.24.0 (2025-02-26)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250217
|
10
|
+
* Regenerated using generator version 0.16.0
|
11
|
+
|
3
12
|
### v0.23.0 (2024-11-24)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20241120
|
@@ -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
|
@@ -935,7 +935,8 @@ module Google
|
|
935
935
|
attr_accessor :can_operate_health_data
|
936
936
|
alias_method :can_operate_health_data?, :can_operate_health_data
|
937
937
|
|
938
|
-
# Output only. Indicates if the listing can manage local posts.
|
938
|
+
# Output only. Indicates if the listing can manage local posts. Deprecated: This
|
939
|
+
# field is no longer populated and will be removed in a future version.
|
939
940
|
# Corresponds to the JSON property `canOperateLocalPost`
|
940
941
|
# @return [Boolean]
|
941
942
|
attr_accessor :can_operate_local_post
|
@@ -1228,46 +1229,46 @@ module Google
|
|
1228
1229
|
end
|
1229
1230
|
end
|
1230
1231
|
|
1231
|
-
# Represents a postal address
|
1232
|
-
# addresses. Given a postal address, a postal service can deliver items to a
|
1233
|
-
# premise, P.O.
|
1234
|
-
# 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
|
1235
1236
|
# created by user input or from importing existing data, depending on the type
|
1236
|
-
# of process. Advice on address input
|
1237
|
-
# 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. -
|
1238
1239
|
# Users should not be presented with UI elements for input or editing of fields
|
1239
1240
|
# 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
|
+
# this schema, see: https://support.google.com/business/answer/6397478.
|
1241
1242
|
class PostalAddress
|
1242
1243
|
include Google::Apis::Core::Hashable
|
1243
1244
|
|
1244
1245
|
# Unstructured address lines describing the lower levels of an address. Because
|
1245
|
-
# values in address_lines do not have type information and may sometimes
|
1246
|
-
# multiple values in a single field (
|
1247
|
-
# that the line order is clear. The order of address lines should be "
|
1248
|
-
# order" for the country
|
1249
|
-
#
|
1250
|
-
# ja" for large-to-small ordering and "ja-Latn" or "en" for small-
|
1251
|
-
#
|
1252
|
-
# language. The minimum permitted structural representation of an
|
1253
|
-
# consists of a region_code with all remaining information placed in
|
1254
|
-
# 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
|
1255
1256
|
# approximately without geocoding, but no semantic reasoning could be made about
|
1256
1257
|
# any of the address components until it was at least partially resolved.
|
1257
|
-
# Creating an address only containing a region_code and address_lines
|
1258
|
-
# geocoding is the recommended way to handle completely unstructured
|
1259
|
-
# as opposed to guessing which parts of the address should be
|
1260
|
-
# 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).
|
1261
1262
|
# Corresponds to the JSON property `addressLines`
|
1262
1263
|
# @return [Array<String>]
|
1263
1264
|
attr_accessor :address_lines
|
1264
1265
|
|
1265
1266
|
# Optional. Highest administrative subdivision which is used for postal
|
1266
1267
|
# addresses of a country or region. For example, this can be a state, a province,
|
1267
|
-
# an oblast, or a prefecture.
|
1268
|
-
#
|
1269
|
-
#
|
1270
|
-
#
|
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.
|
1271
1272
|
# Corresponds to the JSON property `administrativeArea`
|
1272
1273
|
# @return [String]
|
1273
1274
|
attr_accessor :administrative_area
|
@@ -1284,10 +1285,10 @@ module Google
|
|
1284
1285
|
# @return [String]
|
1285
1286
|
attr_accessor :language_code
|
1286
1287
|
|
1287
|
-
# Optional. Generally refers to the city
|
1288
|
-
# US city, IT comune, UK post town. In regions of the world where
|
1289
|
-
# not well defined or do not fit into this structure well, leave
|
1290
|
-
# 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`.
|
1291
1292
|
# Corresponds to the JSON property `locality`
|
1292
1293
|
# @return [String]
|
1293
1294
|
attr_accessor :locality
|
@@ -1299,8 +1300,8 @@ module Google
|
|
1299
1300
|
|
1300
1301
|
# Optional. Postal code of the address. Not all countries use or require postal
|
1301
1302
|
# codes to be present, but where they are used, they may trigger additional
|
1302
|
-
# validation with other parts of the address (
|
1303
|
-
# in the
|
1303
|
+
# validation with other parts of the address (for example, state or zip code
|
1304
|
+
# validation in the United States).
|
1304
1305
|
# Corresponds to the JSON property `postalCode`
|
1305
1306
|
# @return [String]
|
1306
1307
|
attr_accessor :postal_code
|
@@ -1329,15 +1330,15 @@ module Google
|
|
1329
1330
|
|
1330
1331
|
# Optional. Additional, country-specific, sorting code. This is not used in most
|
1331
1332
|
# regions. Where it is used, the value is either a string like "CEDEX",
|
1332
|
-
# optionally followed by a number (
|
1333
|
+
# optionally followed by a number (for example, "CEDEX 7"), or just a number
|
1333
1334
|
# alone, representing the "sector code" (Jamaica), "delivery area indicator" (
|
1334
|
-
# Malawi) or "post office indicator" (
|
1335
|
+
# Malawi) or "post office indicator" (Côte d'Ivoire).
|
1335
1336
|
# Corresponds to the JSON property `sortingCode`
|
1336
1337
|
# @return [String]
|
1337
1338
|
attr_accessor :sorting_code
|
1338
1339
|
|
1339
|
-
# Optional. Sublocality of the address. For example, this can be
|
1340
|
-
#
|
1340
|
+
# Optional. Sublocality of the address. For example, this can be a neighborhood,
|
1341
|
+
# borough, or district.
|
1341
1342
|
# Corresponds to the JSON property `sublocality`
|
1342
1343
|
# @return [String]
|
1343
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
|
-
GENERATOR_VERSION = "0.
|
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,14 +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
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
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-mybusinessbusinessinformation_v1/CHANGELOG.md
|
61
|
-
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
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-mybusinessbusinessinformation_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
|
79
|
-
signing_key:
|
76
|
+
rubygems_version: 3.6.5
|
80
77
|
specification_version: 4
|
81
78
|
summary: Simple REST client for My Business Business Information API V1
|
82
79
|
test_files: []
|