google-apis-streetviewpublish_v1 0.24.0 → 0.25.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: 2f254f4df844910f6604820049efcf69d76c82561851f4214e32d69251d0f20d
|
4
|
+
data.tar.gz: 1b9786843a6d69f9f953f838ea6cb0d7c5b7c5f17f49638b722fd90a65ad1160
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ab50efd636c8daacfe220b8efc46c08951964c76a31b1faf67d393267fa6c6336efd8a7d2b5b37897c19c012c57a510847c9a4f51b931cf1c00d0d24712524b5
|
7
|
+
data.tar.gz: b833d41731ab63d6e969fc76e4d590526351c1adc912af26a30e38b695ee24356b9f367724e1812960f4560548962aa8650f07f14b6bb37643c328207964559e
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-streetviewpublish_v1
|
2
2
|
|
3
|
+
### v0.25.0 (2023-01-22)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230115
|
6
|
+
* Regenerated using generator version 0.11.1
|
7
|
+
|
3
8
|
### v0.24.0 (2022-10-28)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20220926
|
@@ -445,6 +445,43 @@ module Google
|
|
445
445
|
end
|
446
446
|
end
|
447
447
|
|
448
|
+
# Details related to PhotoSequenceProcessingFailureReason#NO_OVERLAP_GPS.
|
449
|
+
class NoOverlapGpsFailureDetails
|
450
|
+
include Google::Apis::Core::Hashable
|
451
|
+
|
452
|
+
# Time of last recorded GPS point.
|
453
|
+
# Corresponds to the JSON property `gpsEndTime`
|
454
|
+
# @return [String]
|
455
|
+
attr_accessor :gps_end_time
|
456
|
+
|
457
|
+
# Time of first recorded GPS point.
|
458
|
+
# Corresponds to the JSON property `gpsStartTime`
|
459
|
+
# @return [String]
|
460
|
+
attr_accessor :gps_start_time
|
461
|
+
|
462
|
+
# End time of video.
|
463
|
+
# Corresponds to the JSON property `videoEndTime`
|
464
|
+
# @return [String]
|
465
|
+
attr_accessor :video_end_time
|
466
|
+
|
467
|
+
# Start time of video.
|
468
|
+
# Corresponds to the JSON property `videoStartTime`
|
469
|
+
# @return [String]
|
470
|
+
attr_accessor :video_start_time
|
471
|
+
|
472
|
+
def initialize(**args)
|
473
|
+
update!(**args)
|
474
|
+
end
|
475
|
+
|
476
|
+
# Update properties of this object
|
477
|
+
def update!(**args)
|
478
|
+
@gps_end_time = args[:gps_end_time] if args.key?(:gps_end_time)
|
479
|
+
@gps_start_time = args[:gps_start_time] if args.key?(:gps_start_time)
|
480
|
+
@video_end_time = args[:video_end_time] if args.key?(:video_end_time)
|
481
|
+
@video_start_time = args[:video_start_time] if args.key?(:video_start_time)
|
482
|
+
end
|
483
|
+
end
|
484
|
+
|
448
485
|
# Details related to ProcessingFailureReason#NOT_OUTDOORS. If there are multiple
|
449
486
|
# indoor frames found, the first frame is recorded here.
|
450
487
|
class NotOutdoorsFailureDetails
|
@@ -923,6 +960,11 @@ module Google
|
|
923
960
|
# @return [Google::Apis::StreetviewpublishV1::InsufficientGpsFailureDetails]
|
924
961
|
attr_accessor :insufficient_gps_details
|
925
962
|
|
963
|
+
# Details related to PhotoSequenceProcessingFailureReason#NO_OVERLAP_GPS.
|
964
|
+
# Corresponds to the JSON property `noOverlapGpsDetails`
|
965
|
+
# @return [Google::Apis::StreetviewpublishV1::NoOverlapGpsFailureDetails]
|
966
|
+
attr_accessor :no_overlap_gps_details
|
967
|
+
|
926
968
|
# Details related to ProcessingFailureReason#NOT_OUTDOORS. If there are multiple
|
927
969
|
# indoor frames found, the first frame is recorded here.
|
928
970
|
# Corresponds to the JSON property `notOutdoorsDetails`
|
@@ -938,6 +980,7 @@ module Google
|
|
938
980
|
@gps_data_gap_details = args[:gps_data_gap_details] if args.key?(:gps_data_gap_details)
|
939
981
|
@imu_data_gap_details = args[:imu_data_gap_details] if args.key?(:imu_data_gap_details)
|
940
982
|
@insufficient_gps_details = args[:insufficient_gps_details] if args.key?(:insufficient_gps_details)
|
983
|
+
@no_overlap_gps_details = args[:no_overlap_gps_details] if args.key?(:no_overlap_gps_details)
|
941
984
|
@not_outdoors_details = args[:not_outdoors_details] if args.key?(:not_outdoors_details)
|
942
985
|
end
|
943
986
|
end
|
@@ -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.25.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.11.
|
22
|
+
GENERATOR_VERSION = "0.11.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230115"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -124,6 +124,12 @@ module Google
|
|
124
124
|
include Google::Apis::Core::JsonObjectSupport
|
125
125
|
end
|
126
126
|
|
127
|
+
class NoOverlapGpsFailureDetails
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
127
133
|
class NotOutdoorsFailureDetails
|
128
134
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
135
|
|
@@ -338,6 +344,16 @@ module Google
|
|
338
344
|
end
|
339
345
|
end
|
340
346
|
|
347
|
+
class NoOverlapGpsFailureDetails
|
348
|
+
# @private
|
349
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
350
|
+
property :gps_end_time, as: 'gpsEndTime'
|
351
|
+
property :gps_start_time, as: 'gpsStartTime'
|
352
|
+
property :video_end_time, as: 'videoEndTime'
|
353
|
+
property :video_start_time, as: 'videoStartTime'
|
354
|
+
end
|
355
|
+
end
|
356
|
+
|
341
357
|
class NotOutdoorsFailureDetails
|
342
358
|
# @private
|
343
359
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -459,6 +475,8 @@ module Google
|
|
459
475
|
|
460
476
|
property :insufficient_gps_details, as: 'insufficientGpsDetails', class: Google::Apis::StreetviewpublishV1::InsufficientGpsFailureDetails, decorator: Google::Apis::StreetviewpublishV1::InsufficientGpsFailureDetails::Representation
|
461
477
|
|
478
|
+
property :no_overlap_gps_details, as: 'noOverlapGpsDetails', class: Google::Apis::StreetviewpublishV1::NoOverlapGpsFailureDetails, decorator: Google::Apis::StreetviewpublishV1::NoOverlapGpsFailureDetails::Representation
|
479
|
+
|
462
480
|
property :not_outdoors_details, as: 'notOutdoorsDetails', class: Google::Apis::StreetviewpublishV1::NotOutdoorsFailureDetails, decorator: Google::Apis::StreetviewpublishV1::NotOutdoorsFailureDetails::Representation
|
463
481
|
|
464
482
|
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.
|
4
|
+
version: 0.25.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:
|
11
|
+
date: 2023-01-22 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.25.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: []
|
@@ -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.
|
78
|
+
rubygems_version: 3.4.2
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Street View Publish API V1
|