google-apis-places_v1 0.25.0 → 0.26.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: 526b5b8d01220487e184910244acd961f1746bcdf7c64709558b8a13dfa42c7f
4
- data.tar.gz: 266399b5a8ca5ff6d7e064a4f3e0e9230dc592cb085961ed4742a60f06d6c5b7
3
+ metadata.gz: 38df5b3a116cbe677c4fe69934ef3e575b65dd81d72dacc03475148c280b36b4
4
+ data.tar.gz: 0eb52e55967c99db5775c5d86cbe8bb2ff48515405df7e5adf658f52ae56661a
5
5
  SHA512:
6
- metadata.gz: 17bac6650ddf1775b56aa93461964fb1857f6510cc24982427a3c3748378a8a0c0743a00d21e36d7cf78856c2822b71a3fee670602acaf163367e2886948c1d9
7
- data.tar.gz: 86c11242195dbab67f690bf45d7fb8a9fe339fbe41f005bcab3375952ec1f6b9d31b46764afe9f0697600091d873d42e3303d314af7f55a1404fabbac1b78cce
6
+ metadata.gz: da241d9ae89f1c0ac7543f0dfe50e10edb4757b5b10450451d2510c193085c7fd8537cb2ca5c7f71762c96a9c30a2c19d8f2ca9b065fc8649c680df7c3161153
7
+ data.tar.gz: 1ed7ebd36b6c18679232bd4ac2586d86d290fd614e3cf6df077bf96ed6ab51fb126a01c4e2831805e882476e8cb1f1f15404ffb13a252386be6d1c099762ad7a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-places_v1
2
2
 
3
+ ### v0.26.0 (2024-09-29)
4
+
5
+ * Regenerated from discovery document revision 20240920
6
+
3
7
  ### v0.25.0 (2024-09-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20240918
@@ -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.25.0"
19
+ GEM_VERSION = "0.26.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240918"
25
+ REVISION = "20240920"
26
26
  end
27
27
  end
28
28
  end
@@ -41,6 +41,9 @@ module Google
41
41
  # Private Service: https://www.googleapis.com/auth/maps-platform.places.details
42
42
  AUTH_MAPS_PLATFORM_PLACES_DETAILS = 'https://www.googleapis.com/auth/maps-platform.places.details'
43
43
 
44
+ # Private Service: https://www.googleapis.com/auth/maps-platform.places.getphotomedia
45
+ AUTH_MAPS_PLATFORM_PLACES_GETPHOTOMEDIA = 'https://www.googleapis.com/auth/maps-platform.places.getphotomedia'
46
+
44
47
  # Private Service: https://www.googleapis.com/auth/maps-platform.places.nearbysearch
45
48
  AUTH_MAPS_PLATFORM_PLACES_NEARBYSEARCH = 'https://www.googleapis.com/auth/maps-platform.places.nearbysearch'
46
49
 
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.25.0
4
+ version: 0.26.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: 2024-09-22 00:00:00.000000000 Z
11
+ date: 2024-09-29 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.25.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-places_v1/v0.26.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: []