google-apis-areainsights_v1 0.1.0 → 0.3.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: 4ac42e7a57369a0a353eef9e34893b59163e5fa0a184c1e7fc60da3ef27efda0
|
4
|
+
data.tar.gz: e137b0208be1bfe9360b834c94dc7c9dcd05f43f196fb228d3bc6397042994df
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2d44d2b832372c31742ae1da62d32ec9101f29d959721711e7745fc34075f7fba9b5f78ff09da69d7812085305ae3e1efe8ad8a05953487ff63a225b0371d2fe
|
7
|
+
data.tar.gz: f6fa04e87fcd8089c34b21d13e48d207966e02b3834d2b0799b1b15f54924a2b6e3e6dcbf292f44a18b50dce0245c26c1f90f680049c7ec47f272362ae0c5609
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-areainsights_v1
|
2
2
|
|
3
|
+
### v0.3.0 (2025-03-30)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250325
|
6
|
+
|
7
|
+
### v0.2.0 (2025-03-02)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250226
|
10
|
+
* Regenerated using generator version 0.16.0
|
11
|
+
|
3
12
|
### v0.1.0 (2024-12-22)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20241211
|
data/OVERVIEW.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
# Simple REST client for version V1 of the Places
|
1
|
+
# Simple REST client for version V1 of the Places Aggregate API
|
2
2
|
|
3
|
-
This is a simple client library for version V1 of the Places
|
3
|
+
This is a simple client library for version V1 of the Places Aggregate API. It provides:
|
4
4
|
|
5
5
|
* A client object that connects to the HTTP/JSON REST endpoint for the service.
|
6
6
|
* Ruby objects for data structures related to the service.
|
@@ -65,7 +65,7 @@ More detailed descriptions of the Google simple REST clients are available in tw
|
|
65
65
|
|
66
66
|
(Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Areainsights service in particular.)
|
67
67
|
|
68
|
-
For reference information on specific calls in the Places
|
68
|
+
For reference information on specific calls in the Places Aggregate API, see the {Google::Apis::AreainsightsV1::AreaInsightsService class reference docs}.
|
69
69
|
|
70
70
|
## Which client should I use?
|
71
71
|
|
@@ -34,8 +34,9 @@ module Google
|
|
34
34
|
# @return [Google::Apis::AreainsightsV1::LatLng]
|
35
35
|
attr_accessor :lat_lng
|
36
36
|
|
37
|
-
#
|
38
|
-
#
|
37
|
+
# **Format:** Must be in the format `places/PLACE_ID`, where `PLACE_ID` is the
|
38
|
+
# unique identifier of a place. For example: `places/ChIJgUbEo8cfqokR5lP9_Wh_DaM`
|
39
|
+
# .
|
39
40
|
# Corresponds to the JSON property `place`
|
40
41
|
# @return [String]
|
41
42
|
attr_accessor :place
|
@@ -148,7 +149,8 @@ module Google
|
|
148
149
|
attr_accessor :operating_status
|
149
150
|
|
150
151
|
# Optional. Restricts results to places whose price level is included on this
|
151
|
-
# list. If
|
152
|
+
# list. If `price_levels` is not set, all price levels are included in the
|
153
|
+
# results.
|
152
154
|
# Corresponds to the JSON property `priceLevels`
|
153
155
|
# @return [Array<String>]
|
154
156
|
attr_accessor :price_levels
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AreainsightsV1
|
18
18
|
# Version of the google-apis-areainsights_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.3.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 = "20250325"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -20,9 +20,9 @@ require 'google/apis/errors'
|
|
20
20
|
module Google
|
21
21
|
module Apis
|
22
22
|
module AreainsightsV1
|
23
|
-
# Places
|
23
|
+
# Places Aggregate API
|
24
24
|
#
|
25
|
-
# Places
|
25
|
+
# Places Aggregate API.
|
26
26
|
#
|
27
27
|
# @example
|
28
28
|
# require 'google/apis/areainsights_v1'
|
@@ -51,15 +51,15 @@ module Google
|
|
51
51
|
@batch_path = 'batch'
|
52
52
|
end
|
53
53
|
|
54
|
-
#
|
55
|
-
#
|
56
|
-
#
|
57
|
-
#
|
58
|
-
#
|
59
|
-
#
|
60
|
-
#
|
61
|
-
#
|
62
|
-
#
|
54
|
+
# This method lets you retrieve insights about areas using a variety of filter
|
55
|
+
# such as: area, place type, operating status, price level and ratings.
|
56
|
+
# Currently "count" and "places" insights are supported. With "count" insights
|
57
|
+
# you can answer questions such as "How many restaurant are located in
|
58
|
+
# California that are operational, are inexpensive and have an average rating of
|
59
|
+
# at least 4 stars" (see `insight` enum for more details). With "places"
|
60
|
+
# insights, you can determine which places match the requested filter. Clients
|
61
|
+
# can then use those place resource names to fetch more details about each
|
62
|
+
# individual place using the Places API.
|
63
63
|
# @param [Google::Apis::AreainsightsV1::ComputeInsightsRequest] compute_insights_request_object
|
64
64
|
# @param [String] fields
|
65
65
|
# Selector specifying which fields to include in a partial response.
|
@@ -19,13 +19,13 @@ require 'google/apis/areainsights_v1/gem_version.rb'
|
|
19
19
|
|
20
20
|
module Google
|
21
21
|
module Apis
|
22
|
-
# Places
|
22
|
+
# Places Aggregate API
|
23
23
|
#
|
24
|
-
# Places
|
24
|
+
# Places Aggregate API.
|
25
25
|
#
|
26
26
|
# @see https://g3doc.corp.google.com/geo/platform/area_insights/README.md?cl=head
|
27
27
|
module AreainsightsV1
|
28
|
-
# Version of the Places
|
28
|
+
# Version of the Places Aggregate API this client connects to.
|
29
29
|
# This is NOT the gem version.
|
30
30
|
VERSION = 'V1'
|
31
31
|
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-areainsights_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date: 2025-
|
10
|
+
date: 2025-03-30 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: google-apis-core
|
@@ -30,13 +29,13 @@ dependencies:
|
|
30
29
|
- - "<"
|
31
30
|
- !ruby/object:Gem::Version
|
32
31
|
version: 2.a
|
33
|
-
description: This is the simple REST client for Places
|
32
|
+
description: This is the simple REST client for Places Aggregate API V1. Simple REST
|
34
33
|
clients are Ruby client libraries that provide access to Google services via their
|
35
34
|
HTTP REST API endpoints. These libraries are generated and updated automatically
|
36
35
|
based on the discovery documents published by the service, and they handle most
|
37
36
|
concerns such as authentication, pagination, retry, timeouts, and logging. You can
|
38
|
-
use this client to access the Places
|
39
|
-
provide a separate modern client that is easier to use.
|
37
|
+
use this client to access the Places Aggregate API, but note that some services
|
38
|
+
may provide a separate modern client that is easier to use.
|
40
39
|
email: googleapis-packages@google.com
|
41
40
|
executables: []
|
42
41
|
extensions: []
|
@@ -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-areainsights_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-areainsights_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-areainsights_v1/v0.3.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-areainsights_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
|
-
summary: Simple REST client for Places
|
78
|
+
summary: Simple REST client for Places Aggregate API V1
|
82
79
|
test_files: []
|