google-apis-streetviewpublish_v1 0.26.0 → 0.28.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: e3a8e3dbfc82355fb2b1406064db887aafec97531555782d5f191a1db90d428c
|
4
|
+
data.tar.gz: ef96ad461ce1a98531f659c0a6473a0b9a642f51c89f107dcbb696ee44dddd75
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: feb1587dae0ec3bf07363c447070860ccdb906c6a08593ae910df7d050178938f775e20fd4f432257b13e64a005d8ce74a184d6cedab6e7a1ad77239feaf6be9
|
7
|
+
data.tar.gz: 4b0f46122f2695d3322a99ed76c6864d0925382c9df2c152b1907a221ee7eb31d25db81ea47c1644a2699ca1028a00eb35a81d420b9e8b1a224e7098897aa4d0
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-streetviewpublish_v1
|
2
2
|
|
3
|
+
### v0.28.0 (2023-05-28)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230522
|
6
|
+
|
7
|
+
### v0.27.0 (2023-03-19)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230307
|
10
|
+
|
3
11
|
### v0.26.0 (2023-02-26)
|
4
12
|
|
5
13
|
* Regenerated using generator version 0.12.0
|
@@ -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.28.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 = "20230522"
|
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
|
@@ -589,8 +589,9 @@ module Google
|
|
589
589
|
# @param [String] filter
|
590
590
|
# Optional. The filter expression. For example: `placeId=
|
591
591
|
# ChIJj61dQgK6j4AR4GeTYWZsKWw`. The filters supported are: `placeId`, `
|
592
|
-
# min_latitude`, `max_latitude`, `min_longitude`,
|
593
|
-
#
|
592
|
+
# min_latitude`, `max_latitude`, `min_longitude`, `max_longitude`, '
|
593
|
+
# min_capture_time_seconds', and 'max_capture_time_seconds'. See https://google.
|
594
|
+
# aip.dev/160 for more information.
|
594
595
|
# @param [String] language_code
|
595
596
|
# Optional. The BCP-47 language code, such as "en-US" or "sr-Latn". For more
|
596
597
|
# information, see http://www.unicode.org/reports/tr35/#
|
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.28.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-05-28 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.28.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: []
|