google-apis-streetviewpublish_v1 0.24.0 → 0.26.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: 05a44c2267f9d961f7508db6a21c2ceff072991e20fe3045ea6a9a5fed2cdeea
4
- data.tar.gz: 5072371607825bf72c3e95a4efeda23c72fcceceb11e69c50ea7eee0c6a565f6
3
+ metadata.gz: 6a94c6b07b204a09efa5beea190c2f986389c47077a940255fd418758391acab
4
+ data.tar.gz: 5ccf24ed2b0d19103503054377fc383782bc262f722c235769b012e7bb6de704
5
5
  SHA512:
6
- metadata.gz: a2c108de1d58fe40844c1bb101e6d5bb84a31c5992d38aac7384398470ec3ff6d82f4f62114792489bb43850b09cc8759966e00955a187ad7409f1a6d1caa527
7
- data.tar.gz: f602d78e5e6d38cbe5109f575f8c0dc98a6d90ed78e30fddd6f41a81758cecf21c6072e494641761828ec91657a229c71fc3bbc275e21e89aae0a2232f8da7db
6
+ metadata.gz: a57c9bd972545a49dcc052ac2ad504d2091f32cdf1899e18501382c0c96497c6d934211e1db493901fba7c037730cdbd670b7246d6bd5086a13ff0e6861ad06c
7
+ data.tar.gz: 954f96412a8f80ed16907a5731fa2330a07f128be9c11d948e61015b867086a2652ececfa75aa217d780d57e962104312b9388d8284ec1e8c35a6769b577191e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-streetviewpublish_v1
2
2
 
3
+ ### v0.26.0 (2023-02-26)
4
+
5
+ * Regenerated using generator version 0.12.0
6
+
7
+ ### v0.25.0 (2023-01-22)
8
+
9
+ * Regenerated from discovery document revision 20230115
10
+ * Regenerated using generator version 0.11.1
11
+
3
12
  ### v0.24.0 (2022-10-28)
4
13
 
5
14
  * 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.24.0"
19
+ GEM_VERSION = "0.26.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220926"
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.24.0
4
+ version: 0.26.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: 2022-10-31 00:00:00.000000000 Z
11
+ date: 2023-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.1
19
+ version: 0.11.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.1
29
+ version: 0.11.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.24.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-streetviewpublish_v1/v0.26.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.3.14
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