google-apis-streetviewpublish_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: 24cacb5a111b03595ad900ff11cda5e821477d5939307130f9c2c1b57ff9a567
4
- data.tar.gz: 7836e2df45b6c5bb8b049f1c3a41c810b91272a18614043f465edc508d1cc960
3
+ metadata.gz: 10cb9827ba281f88a284f25d73f66361ce2966f074d4a4fce077ad1d33b7145b
4
+ data.tar.gz: d591399015cc0be2ae9a7eefb615b6ab5b39095c87f56a573c5767a1983750bb
5
5
  SHA512:
6
- metadata.gz: 75cc9ad2a7596d3105fde9448c975bb35c512027153dc27e99967bbccba09caf32654ab9feb1e56e0efaf6604af41e5588e39d56c441262507541af452aaf586
7
- data.tar.gz: 73c9f408e4713404e9cf195961db5eb993798ff20ef1e5262a42ef131046ac31b523315da3a3336fd3a06b7cc8b706603fa580cf6633e3a5cd11b26a1df62a53
6
+ metadata.gz: 9349d3c544e31999172c4a8e72c6202a28e04cbb56bbe90e0944d3614f2fc655a1b4454a97d1b8f1165378143ce240bff097197e88169392246083ed09c11557
7
+ data.tar.gz: 8104dcf217000378571f6944eba416e04cfb2c1d255c85fa70ef5b1b89e7998b06b2e4b0b6b3eec798bf003b2f63ee995b2a919a46f680e04f892a5267820b16
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-streetviewpublish_v1
2
2
 
3
+ ### v0.4.0 (2021-04-22)
4
+
5
+ * Regenerated from discovery document revision 20210420
6
+ * Regenerated using generator version 0.2.0
7
+
3
8
  ### v0.3.0 (2021-03-04)
4
9
 
5
10
  * Unspecified changes
@@ -159,8 +159,8 @@ module Google
159
159
 
160
160
  # An object that represents a latitude/longitude pair. This is expressed as a
161
161
  # pair of doubles to represent degrees latitude and degrees longitude. Unless
162
- # specified otherwise, this must conform to the WGS84 standard. Values must be
163
- # within normalized ranges.
162
+ # specified otherwise, this object must conform to the WGS84 standard. Values
163
+ # must be within normalized ranges.
164
164
  class LatLng
165
165
  include Google::Apis::Core::Hashable
166
166
 
@@ -502,8 +502,8 @@ module Google
502
502
 
503
503
  # An object that represents a latitude/longitude pair. This is expressed as a
504
504
  # pair of doubles to represent degrees latitude and degrees longitude. Unless
505
- # specified otherwise, this must conform to the WGS84 standard. Values must be
506
- # within normalized ranges.
505
+ # specified otherwise, this object must conform to the WGS84 standard. Values
506
+ # must be within normalized ranges.
507
507
  # Corresponds to the JSON property `latLngPair`
508
508
  # @return [Google::Apis::StreetviewpublishV1::LatLng]
509
509
  attr_accessor :lat_lng_pair
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module StreetviewpublishV1
18
18
  # Version of the google-apis-streetviewpublish_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
- GENERATOR_VERSION = "0.1.2"
22
+ GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210114"
25
+ REVISION = "20210420"
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-streetviewpublish_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: 2021-03-08 00:00:00.000000000 Z
11
+ date: 2021-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-streetviewpublish_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-streetviewpublish_v1/v0.3.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-streetviewpublish_v1/v0.4.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-streetviewpublish_v1
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.2.13
72
+ rubygems_version: 3.2.17
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Street View Publish API V1