google-apis-mybusinessbusinessinformation_v1 0.22.0 → 0.24.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: bb8d62836f05490f24fae1233d2b3e004e6b7fba2f404b5677f58b3b1a5810eb
|
4
|
+
data.tar.gz: 7d9b552ed0f790a09438090558e29706f4292a083ed4b598243c4327c8e8b17c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 03fbbfef8c06613e2a6edb9cc6e1adb2b04ab5284b076314d6d16d37a95f2da81a66fbcfb98450c7f4d0acdf0ed37a4abeaece10df907a6928433262e8bed0aa
|
7
|
+
data.tar.gz: 6ef8625b33e026e2a1e704a7ee44fcdff4bd9dbe4ebd7e6b85bbf38a67903acfd9cb2befb1427b714b917b3581347f0fb167dbd3c83dc81fcac8cc722f229759
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-mybusinessbusinessinformation_v1
|
2
2
|
|
3
|
+
### v0.24.0 (2025-02-26)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250217
|
6
|
+
* Regenerated using generator version 0.16.0
|
7
|
+
|
8
|
+
### v0.23.0 (2024-11-24)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20241120
|
11
|
+
|
3
12
|
### v0.22.0 (2024-10-06)
|
4
13
|
|
5
14
|
* 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
|
841
|
-
# Given a postal address, a postal service can deliver items to a
|
842
|
-
# Box or similar. It is not intended to model geographical
|
843
|
-
# towns, mountains). In typical usage an address would be
|
844
|
-
# or from importing existing data, depending on the type
|
845
|
-
# address input / editing: - Use an internationalization-
|
846
|
-
# such as https://github.com/google/libaddressinput) -
|
847
|
-
# presented with UI elements for input or editing of fields
|
848
|
-
# where that field is used. For more guidance on how to use
|
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
|
@@ -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,35 +1229,36 @@ module Google
|
|
1228
1229
|
end
|
1229
1230
|
end
|
1230
1231
|
|
1231
|
-
# Represents a postal address
|
1232
|
-
# Given a postal address, a postal service can deliver items to a
|
1233
|
-
# Box or similar. It is not intended to model geographical
|
1234
|
-
# towns, mountains). In typical usage an address would be
|
1235
|
-
# or from importing existing data, depending on the type
|
1236
|
-
# address input / editing: - Use an internationalization-
|
1237
|
-
# such as https://github.com/google/libaddressinput) -
|
1238
|
-
# presented with UI elements for input or editing of fields
|
1239
|
-
# where that field is used. For more guidance on how to use
|
1240
|
-
# see: https://support.google.com/business/answer/6397478
|
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
|
+
# created by user input or from importing existing data, depending on the type
|
1237
|
+
# of process. Advice on address input / editing: - Use an internationalization-
|
1238
|
+
# ready address widget such as https://github.com/google/libaddressinput) -
|
1239
|
+
# Users should not be presented with UI elements for input or editing of fields
|
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
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
1246
|
# values in address_lines do not have type information and may sometimes contain
|
1246
|
-
# multiple values in a single field (
|
1247
|
-
# the line order is clear. The order of address lines should be "envelope
|
1248
|
-
# for the country/region of the address. In places where this can vary (
|
1249
|
-
# Japan), address_language is used to make it explicit (
|
1250
|
-
# small ordering and "ja-Latn" or "en" for small-to-large).
|
1251
|
-
# specific line of an address can be selected based on the
|
1252
|
-
# permitted structural representation of an address
|
1253
|
-
# with all remaining information placed in the
|
1254
|
-
# possible to format such an address very
|
1255
|
-
# no semantic reasoning could be made about
|
1256
|
-
# it was at least partially resolved.
|
1257
|
-
# region_code and address_lines, and then
|
1258
|
-
# handle completely unstructured addresses (
|
1259
|
-
# of the address should be localities or
|
1247
|
+
# multiple values in a single field (For example "Austin, TX"), it is important
|
1248
|
+
# that the line order is clear. The order of address lines should be "envelope
|
1249
|
+
# order" for the country/region of the address. In places where this can vary (
|
1250
|
+
# For example Japan), address_language is used to make it explicit (For example "
|
1251
|
+
# ja" for large-to-small ordering and "ja-Latn" or "en" for small-to-large).
|
1252
|
+
# This way, the most specific line of an address can be selected based on the
|
1253
|
+
# language. The minimum permitted structural representation of an address
|
1254
|
+
# consists of a region_code with all remaining information placed in the
|
1255
|
+
# address_lines. It would be possible to format such an address very
|
1256
|
+
# approximately without geocoding, but no semantic reasoning could be made about
|
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, and then
|
1259
|
+
# geocoding is the recommended way to handle completely unstructured addresses (
|
1260
|
+
# as opposed to guessing which parts of the address should be localities or
|
1261
|
+
# administrative areas).
|
1260
1262
|
# Corresponds to the JSON property `addressLines`
|
1261
1263
|
# @return [Array<String>]
|
1262
1264
|
attr_accessor :address_lines
|
@@ -1264,9 +1266,9 @@ module Google
|
|
1264
1266
|
# Optional. Highest administrative subdivision which is used for postal
|
1265
1267
|
# addresses of a country or region. For example, this can be a state, a province,
|
1266
1268
|
# an oblast, or a prefecture. Specifically, for Spain this is the province and
|
1267
|
-
# not the autonomous community (
|
1268
|
-
# countries don't use an administrative area in postal addresses.
|
1269
|
-
# Switzerland this should be left unpopulated.
|
1269
|
+
# not the autonomous community (For example "Barcelona" and not "Catalonia").
|
1270
|
+
# Many countries don't use an administrative area in postal addresses. For
|
1271
|
+
# example in Switzerland this should be left unpopulated.
|
1270
1272
|
# Corresponds to the JSON property `administrativeArea`
|
1271
1273
|
# @return [String]
|
1272
1274
|
attr_accessor :administrative_area
|
@@ -1298,8 +1300,8 @@ module Google
|
|
1298
1300
|
|
1299
1301
|
# Optional. Postal code of the address. Not all countries use or require postal
|
1300
1302
|
# codes to be present, but where they are used, they may trigger additional
|
1301
|
-
# validation with other parts of the address (
|
1302
|
-
# S.A.).
|
1303
|
+
# validation with other parts of the address (For example state/zip validation
|
1304
|
+
# in the U.S.A.).
|
1303
1305
|
# Corresponds to the JSON property `postalCode`
|
1304
1306
|
# @return [String]
|
1305
1307
|
attr_accessor :postal_code
|
@@ -1328,9 +1330,9 @@ module Google
|
|
1328
1330
|
|
1329
1331
|
# Optional. Additional, country-specific, sorting code. This is not used in most
|
1330
1332
|
# regions. Where it is used, the value is either a string like "CEDEX",
|
1331
|
-
# optionally followed by a number (
|
1332
|
-
# representing the "sector code" (Jamaica), "delivery area indicator" (
|
1333
|
-
# or "post office indicator" (
|
1333
|
+
# optionally followed by a number (For example "CEDEX 7"), or just a number
|
1334
|
+
# alone, representing the "sector code" (Jamaica), "delivery area indicator" (
|
1335
|
+
# Malawi) or "post office indicator" (For example Côte d'Ivoire).
|
1334
1336
|
# Corresponds to the JSON property `sortingCode`
|
1335
1337
|
# @return [String]
|
1336
1338
|
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.
|
19
|
+
GEM_VERSION = "0.24.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 = "20250217"
|
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.24.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-02 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.24.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: []
|