google-apis-places_v1 0.2.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b41450b4bd937edd1899acfd252877a73ae22bab7ea0a7556ddcc81559f45e08
4
- data.tar.gz: b17ca03d87ea7444dc2bdfa93f91f35f98cfac38d6bb3cbbd25a809c098728d7
3
+ metadata.gz: 4bb5fa1b4bcb21c6ef0fc97593431837a6a14ebcabe07b53c40779177045d025
4
+ data.tar.gz: fdf3f8ad4b544b4eaf92bf7ce42274601966a344b8a8814bba3c1e8b37e256db
5
5
  SHA512:
6
- metadata.gz: 955854b9b566ce4bb387ad15916c5e7266a6bc2641152596c678cb320f39bcb6c3209090b69cb92dcb2c1b6fb3694d3bc428c43332efc5bb324c4724117d9632
7
- data.tar.gz: 5d41ac9efdf7f949797c2280eb2b51fc7a9b43f4dd41fa7b28c66735641ef792aecc811cece19e414613fd7d07edc4cf043a93203089104e3f95c9b94d2ed49a
6
+ metadata.gz: b3cd538c38e9e0de0addc7d903ad9a4f972718949592cb29082118e97901f6ed50d8f49e58f7f2cff0b52bfcaa657a7a37707f88b495d9ea0a423c2c5d337008
7
+ data.tar.gz: 7737fdf3968132529082aed64f7094a97d9c8b811a2157253455a1851206c315403e7bc98b0ede52c4fad6c903eabcf4b51ccd115146c24c87e98fc86a0f8fd7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-places_v1
2
2
 
3
+ ### v0.3.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230806
6
+
3
7
  ### v0.2.0 (2023-08-06)
4
8
 
5
9
  * Regenerated from discovery document revision 20230801
data/OVERVIEW.md CHANGED
@@ -48,7 +48,7 @@ Once the gem is installed, you can load the client code and instantiate a client
48
48
  require "google/apis/places_v1"
49
49
 
50
50
  # Create a client object
51
- client = Google::Apis::PlacesV1::PlacesAPINewService.new
51
+ client = Google::Apis::PlacesV1::MapsPlacesService.new
52
52
 
53
53
  # Authenticate calls
54
54
  client.authorization = # ... use the googleauth gem to create credentials
@@ -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 Places service in particular.)
67
67
 
68
- For reference information on specific calls in the Places API (New), see the {Google::Apis::PlacesV1::PlacesAPINewService class reference docs}.
68
+ For reference information on specific calls in the Places API (New), see the {Google::Apis::PlacesV1::MapsPlacesService class reference docs}.
69
69
 
70
70
  ## Which client should I use?
71
71
 
@@ -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.2.0"
19
+ GEM_VERSION = "0.3.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 = "20230801"
25
+ REVISION = "20230806"
26
26
  end
27
27
  end
28
28
  end
@@ -28,10 +28,10 @@ module Google
28
28
  # require 'google/apis/places_v1'
29
29
  #
30
30
  # Places = Google::Apis::PlacesV1 # Alias the module
31
- # service = Places::PlacesAPINewService.new
31
+ # service = Places::MapsPlacesService.new
32
32
  #
33
33
  # @see https://mapsplatform.google.com/maps-products/#places-section
34
- class PlacesAPINewService < Google::Apis::Core::BaseService
34
+ class MapsPlacesService < Google::Apis::Core::BaseService
35
35
  # @return [String]
36
36
  # API key. Your API key identifies your project and provides you with API access,
37
37
  # quota, and reports. Required unless you provide an OAuth 2.0 token.
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.2.0
4
+ version: 0.3.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-08-06 00:00:00.000000000 Z
11
+ date: 2023-08-13 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.2.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-places_v1/v0.3.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: []