google-apis-vectortile_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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 660840e1ec7731ea52494c2885f41877e88397e19abcbfce1175bda74dc85d90
4
- data.tar.gz: 888aaa3c24a8c4248b7f36fc250d4d04cde0379485f5cb86909f42031f7eb130
3
+ metadata.gz: b60c38b6fb8c04018d838c5d0e5dc2e75820158772b4d5ff0945645064321bd6
4
+ data.tar.gz: f53dab194e1e47febe0c8ac56ccbe203b05b8e985728d4242a2f417be7b3dc2b
5
5
  SHA512:
6
- metadata.gz: d2d9789e02d730c5b886b333e40de370d596919f0bf67bf3ebc2a0796c0725fb6fb516fdbcbfb8b64ec9bc96e6a7a39260d4fdbab36a4498b37e0dcd8e9e76ad
7
- data.tar.gz: 8479e3395fed76286d773662992c421bf94d46bcf66a9c5078bbc0a228e0b20b7647546b0acb8557190302180ec4300f9058f21e4da3c16875fb2f1fef59088d
6
+ metadata.gz: 95aafc5ab79a12912a86052edda2487963e381682c592ac9853fb20c1dd63c6538dc236d389c7c12d5c5f514b15dc5333a9df13ad2b81addb9ae25dac734a40a
7
+ data.tar.gz: c48b8936d128dcb8d693dff2efd639df29bb8746f0740d20594140e5a29b7e056054a76fd00bd1e68c054122919ebe2bd73ed20bc3b7e026a34367dacd4fa505
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-vectortile_v1
2
2
 
3
+ ### v0.7.0 (2021-08-19)
4
+
5
+ * Regenerated from discovery document revision 20210817
6
+
3
7
  ### v0.6.0 (2021-06-29)
4
8
 
5
9
  * Regenerated using generator version 0.4.0
@@ -325,7 +325,8 @@ module Google
325
325
  # altitudes directly, we store the diffs between them as integers at some
326
326
  # requested level of precision to take advantage of integer packing. The actual
327
327
  # altitude values a[] can be reconstructed using the scale and each row's
328
- # first_altitude and altitude_diff fields.
328
+ # first_altitude and altitude_diff fields. More details in go/elevation-encoding-
329
+ # options-for-enduro under "Recommended implementation".
329
330
  class FirstDerivativeElevationGrid
330
331
  include Google::Apis::Core::Hashable
331
332
 
@@ -685,7 +686,8 @@ module Google
685
686
  # altitudes directly, we store the diffs between them as integers at some
686
687
  # requested level of precision to take advantage of integer packing. The actual
687
688
  # altitude values a[] can be reconstructed using the scale and each row's
688
- # first_altitude and altitude_diff fields.
689
+ # first_altitude and altitude_diff fields. More details in go/elevation-encoding-
690
+ # options-for-enduro under "Recommended implementation".
689
691
  # Corresponds to the JSON property `firstDerivative`
690
692
  # @return [Google::Apis::VectortileV1::FirstDerivativeElevationGrid]
691
693
  attr_accessor :first_derivative
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module VectortileV1
18
18
  # Version of the google-apis-vectortile_v1 gem
19
- GEM_VERSION = "0.6.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.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210118"
25
+ REVISION = "20210817"
26
26
  end
27
27
  end
28
28
  end
@@ -203,13 +203,15 @@ module Google
203
203
  # height) max_elevation_resolution: 30 New resolution: 30px (width) * 30px (
204
204
  # height)
205
205
  # @param [Fixnum] min_elevation_resolution_cells
206
- # The minimum allowed resolution for the returned elevation heightmap. Possible
207
- # values: between 0 and 1024 (and not more than max_elevation_resolution_cells).
208
- # Zero is supported for backward compatibility. Under-sized heightmaps will be
209
- # non-uniformly up-sampled such that each edge is no shorter than this value.
210
- # Non-uniformity is chosen to maximise the amount of preserved data. For example:
211
- # Original resolution: 30px (width) * 10px (height) min_elevation_resolution:
212
- # 30 New resolution: 30px (width) * 30px (height)
206
+ # api-linter: core::0131::request-unknown-fields=disabled aip.dev/not-precedent:
207
+ # Maintaining existing request parameter pattern. The minimum allowed
208
+ # resolution for the returned elevation heightmap. Possible values: between 0
209
+ # and 1024 (and not more than max_elevation_resolution_cells). Zero is supported
210
+ # for backward compatibility. Under-sized heightmaps will be non-uniformly up-
211
+ # sampled such that each edge is no shorter than this value. Non-uniformity is
212
+ # chosen to maximise the amount of preserved data. For example: Original
213
+ # resolution: 30px (width) * 10px (height) min_elevation_resolution: 30 New
214
+ # resolution: 30px (width) * 30px (height)
213
215
  # @param [Array<String>, String] terrain_formats
214
216
  # Terrain formats that the client understands.
215
217
  # @param [String] fields
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-vectortile_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.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: 2021-07-05 00:00:00.000000000 Z
11
+ date: 2021-08-23 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/master/generated/google-apis-vectortile_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-vectortile_v1/v0.6.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-vectortile_v1/v0.7.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-vectortile_v1
63
63
  post_install_message:
64
64
  rdoc_options: []