google-apis-places_v1 0.6.0 → 0.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/places_v1/gem_version.rb +2 -2
- data/lib/google/apis/places_v1/service.rb +0 -30
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e67e3d2eb7a77d6c348d7218552a693edfe9a020f854c8db5937328bdbb71ced
|
4
|
+
data.tar.gz: e45d21cd52abb7303cc8e84a0a6f2079a69190f08c5008d7f30cb4038e8ad789
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 19860e832d9f766983501607305fe0a417f959514a11ece7c91565c3ccd00b6863b843507dd7386792bc8c681e8f44406bf75bc480aa13275a7c496d1489fcfc
|
7
|
+
data.tar.gz: 5cf82007cf1e26984fa1842b6bfc07b58969fcb277d255806b21d0173c0d7e6c1c69da0695aec800058e7fff45d563860a219893627cc2639956e1479010b9b8
|
data/CHANGELOG.md
CHANGED
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module PlacesV1
|
18
18
|
# Version of the google-apis-places_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.7.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230912"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -49,36 +49,6 @@ module Google
|
|
49
49
|
@batch_path = 'batch'
|
50
50
|
end
|
51
51
|
|
52
|
-
# Text query based place search.
|
53
|
-
# @param [Google::Apis::PlacesV1::GoogleMapsPlacesV1SearchTextRequest] google_maps_places_v1_search_text_request_object
|
54
|
-
# @param [String] fields
|
55
|
-
# Selector specifying which fields to include in a partial response.
|
56
|
-
# @param [String] quota_user
|
57
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
58
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
59
|
-
# @param [Google::Apis::RequestOptions] options
|
60
|
-
# Request-specific options
|
61
|
-
#
|
62
|
-
# @yield [result, err] Result & error if block supplied
|
63
|
-
# @yieldparam result [Google::Apis::PlacesV1::GoogleMapsPlacesV1SearchTextResponse] parsed result object
|
64
|
-
# @yieldparam err [StandardError] error object if request failed
|
65
|
-
#
|
66
|
-
# @return [Google::Apis::PlacesV1::GoogleMapsPlacesV1SearchTextResponse]
|
67
|
-
#
|
68
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
69
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
70
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
71
|
-
def search_texts(google_maps_places_v1_search_text_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
72
|
-
command = make_simple_command(:post, 'v1/Text:search', options)
|
73
|
-
command.request_representation = Google::Apis::PlacesV1::GoogleMapsPlacesV1SearchTextRequest::Representation
|
74
|
-
command.request_object = google_maps_places_v1_search_text_request_object
|
75
|
-
command.response_representation = Google::Apis::PlacesV1::GoogleMapsPlacesV1SearchTextResponse::Representation
|
76
|
-
command.response_class = Google::Apis::PlacesV1::GoogleMapsPlacesV1SearchTextResponse
|
77
|
-
command.query['fields'] = fields unless fields.nil?
|
78
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
79
|
-
execute_or_queue_command(command, &block)
|
80
|
-
end
|
81
|
-
|
82
52
|
# Text query based place search.
|
83
53
|
# @param [Google::Apis::PlacesV1::GoogleMapsPlacesV1SearchTextRequest] google_maps_places_v1_search_text_request_object
|
84
54
|
# @param [String] fields
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-places_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.7.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: 2023-09-
|
11
|
+
date: 2023-09-17 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-places_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-places_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-places_v1/v0.7.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-places_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|