google-apis-places_v1 0.3.0 → 0.4.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: 4bb5fa1b4bcb21c6ef0fc97593431837a6a14ebcabe07b53c40779177045d025
4
- data.tar.gz: fdf3f8ad4b544b4eaf92bf7ce42274601966a344b8a8814bba3c1e8b37e256db
3
+ metadata.gz: 43e67fe6159436e799aefe6ca0c23937c480280afb49d1f6db78546f8326563c
4
+ data.tar.gz: e47344665f6b7bbe1d8fcc371b3136b8bbc410c74f3582a541bdf2c2fdebb51e
5
5
  SHA512:
6
- metadata.gz: b3cd538c38e9e0de0addc7d903ad9a4f972718949592cb29082118e97901f6ed50d8f49e58f7f2cff0b52bfcaa657a7a37707f88b495d9ea0a423c2c5d337008
7
- data.tar.gz: 7737fdf3968132529082aed64f7094a97d9c8b811a2157253455a1851206c315403e7bc98b0ede52c4fad6c903eabcf4b51ccd115146c24c87e98fc86a0f8fd7
6
+ metadata.gz: a98d9ef6af0f63d4b00c1b6bcaceeec3044c14b2c8ccc09f55cfeb549bad53e1983d16dd8e0eb04fb17b9cca80e8a26cf83afca46c2664eb7d85e7c105853706
7
+ data.tar.gz: befd4f0cc1360631bd9d8e2f2f17faedadbf16cb2d493f316205724ac0a8d600513628c522679031bca56454d58864a52ba990fc9415149aeba55ae608b45380
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-places_v1
2
2
 
3
+ ### v0.4.0 (2023-08-27)
4
+
5
+ * Regenerated from discovery document revision 20230822
6
+
3
7
  ### v0.3.0 (2023-08-13)
4
8
 
5
9
  * Regenerated from discovery document revision 20230806
@@ -867,10 +867,11 @@ module Google
867
867
  attr_accessor :rank_preference
868
868
 
869
869
  # The Unicode country/region code (CLDR) of the location where the request is
870
- # coming from. It is used to display the place details, like region-specific
871
- # place name, if available. For more information, see http://www.unicode.org/
872
- # reports/tr35/#unicode_region_subtag. Note that 3-digit region codes are not
873
- # currently supported.
870
+ # coming from. This parameter is used to display the place details, like region-
871
+ # specific place name, if available. The parameter can affect results based on
872
+ # applicable law. For more information, see http://www.unicode.org/reports/tr35/#
873
+ # unicode_region_subtag. Note that 3-digit region codes are not currently
874
+ # supported.
874
875
  # Corresponds to the JSON property `regionCode`
875
876
  # @return [String]
876
877
  attr_accessor :region_code
@@ -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.3.0"
19
+ GEM_VERSION = "0.4.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 = "20230806"
25
+ REVISION = "20230822"
26
26
  end
27
27
  end
28
28
  end
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.3.0
4
+ version: 0.4.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-13 00:00:00.000000000 Z
11
+ date: 2023-08-27 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.3.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-places_v1/v0.4.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.4.2
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Places API (New) V1