google-apis-streetviewpublish_v1 0.26.0 → 0.27.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e00a1a539aba1a7fdb8200f5eb291ae3b0fbab80754712663539438ed200e244
|
4
|
+
data.tar.gz: faf3c19f0ea8d5f49d880ece913f64646f027c89160df2b04b47f3f4546dacd7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 909a79ddd65e314ae69a9e1766a724185a2e0ddcc2485bcb8445cc70cc6d228478f3700a05a3a07605b39838e5056eb98dfb3a13762bb6db74c08b35e1c32d04
|
7
|
+
data.tar.gz: 64f70af3a63f0486680cdb29f8760e583a545ede89b38366fadc74058e610496698b82f1f12a83d6d6069e55f0e5c8b672fdd2ecedc148f017ffaba7a392ea80
|
data/CHANGELOG.md
CHANGED
@@ -1038,10 +1038,10 @@ module Google
|
|
1038
1038
|
# present, the old Photo metadata is entirely replaced with the new Photo
|
1039
1039
|
# metadata in this request. The update fails if invalid fields are specified.
|
1040
1040
|
# Multiple fields can be specified in a comma-delimited list. The following
|
1041
|
-
# fields are valid: * `pose.heading` * `pose.
|
1042
|
-
# roll` * `pose.level` * `pose.altitude` * `connections` * `places` > Note:
|
1043
|
-
# updateMask contains repeated fields, the entire set of repeated values
|
1044
|
-
# replaced with the new contents. For example, if updateMask contains `
|
1041
|
+
# fields are valid: * `pose.heading` * `pose.lat_lng_pair` * `pose.pitch` * `
|
1042
|
+
# pose.roll` * `pose.level` * `pose.altitude` * `connections` * `places` > Note:
|
1043
|
+
# When updateMask contains repeated fields, the entire set of repeated values
|
1044
|
+
# get replaced with the new contents. For example, if updateMask contains `
|
1045
1045
|
# connections` and `UpdatePhotoRequest.photo.connections` is empty, all
|
1046
1046
|
# connections are removed.
|
1047
1047
|
# Corresponds to the JSON property `updateMask`
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.27.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 = "
|
25
|
+
REVISION = "20230307"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -225,10 +225,10 @@ module Google
|
|
225
225
|
# present, the old Photo metadata is entirely replaced with the new Photo
|
226
226
|
# metadata in this request. The update fails if invalid fields are specified.
|
227
227
|
# Multiple fields can be specified in a comma-delimited list. The following
|
228
|
-
# fields are valid: * `pose.heading` * `pose.
|
229
|
-
# roll` * `pose.level` * `pose.altitude` * `connections` * `places` > Note:
|
230
|
-
# updateMask contains repeated fields, the entire set of repeated values
|
231
|
-
# replaced with the new contents. For example, if updateMask contains `
|
228
|
+
# fields are valid: * `pose.heading` * `pose.lat_lng_pair` * `pose.pitch` * `
|
229
|
+
# pose.roll` * `pose.level` * `pose.altitude` * `connections` * `places` > Note:
|
230
|
+
# When updateMask contains repeated fields, the entire set of repeated values
|
231
|
+
# get replaced with the new contents. For example, if updateMask contains `
|
232
232
|
# connections` and `UpdatePhotoRequest.photo.connections` is empty, all
|
233
233
|
# connections are removed.
|
234
234
|
# @param [String] fields
|
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.
|
4
|
+
version: 0.27.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-
|
11
|
+
date: 2023-03-19 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-streetviewpublish_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-streetviewpublish_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-streetviewpublish_v1/v0.27.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-streetviewpublish_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|