Skip to content

Commit 9a9bb5a

Browse files
feat(streetviewpublish): update the api
#### streetviewpublish:v1 The following keys were added: - schemas.NoOverlapGpsFailureDetails (Total Keys: 10) - schemas.ProcessingFailureDetails.properties.noOverlapGpsDetails.$ref (Total Keys: 1)
1 parent fb31956 commit 9a9bb5a

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

docs/dyn/streetviewpublish_v1.photoSequence.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,12 @@ <h3>Method Details</h3>
118118
&quot;insufficientGpsDetails&quot;: { # Details related to ProcessingFailureReason#INSUFFICIENT_GPS. # See InsufficientGpsFailureDetails.
119119
&quot;gpsPointsFound&quot;: 42, # The number of GPS points that were found in the video.
120120
},
121+
&quot;noOverlapGpsDetails&quot;: { # Details related to PhotoSequenceProcessingFailureReason#NO_OVERLAP_GPS. # See NoOverlapGpsFailureDetails.
122+
&quot;gpsEndTime&quot;: &quot;A String&quot;, # Time of last recorded GPS point.
123+
&quot;gpsStartTime&quot;: &quot;A String&quot;, # Time of first recorded GPS point.
124+
&quot;videoEndTime&quot;: &quot;A String&quot;, # End time of video.
125+
&quot;videoStartTime&quot;: &quot;A String&quot;, # Start time of video.
126+
},
121127
&quot;notOutdoorsDetails&quot;: { # Details related to ProcessingFailureReason#NOT_OUTDOORS. If there are multiple indoor frames found, the first frame is recorded here. # See NotOutdoorsFailureDetails.
122128
&quot;startTime&quot;: &quot;A String&quot;, # Relative time (from the start of the video stream) when an indoor frame was found.
123129
},

googleapiclient/discovery_cache/documents/streetviewpublish.v1.json

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@
533533
}
534534
}
535535
},
536-
"revision": "20230108",
536+
"revision": "20230115",
537537
"rootUrl": "https://streetviewpublish.googleapis.com/",
538538
"schemas": {
539539
"BatchDeletePhotosRequest": {
@@ -808,6 +808,33 @@
808808
},
809809
"type": "object"
810810
},
811+
"NoOverlapGpsFailureDetails": {
812+
"description": "Details related to PhotoSequenceProcessingFailureReason#NO_OVERLAP_GPS.",
813+
"id": "NoOverlapGpsFailureDetails",
814+
"properties": {
815+
"gpsEndTime": {
816+
"description": "Time of last recorded GPS point.",
817+
"format": "google-datetime",
818+
"type": "string"
819+
},
820+
"gpsStartTime": {
821+
"description": "Time of first recorded GPS point.",
822+
"format": "google-datetime",
823+
"type": "string"
824+
},
825+
"videoEndTime": {
826+
"description": "End time of video.",
827+
"format": "google-datetime",
828+
"type": "string"
829+
},
830+
"videoStartTime": {
831+
"description": "Start time of video.",
832+
"format": "google-datetime",
833+
"type": "string"
834+
}
835+
},
836+
"type": "object"
837+
},
811838
"NotOutdoorsFailureDetails": {
812839
"description": "Details related to ProcessingFailureReason#NOT_OUTDOORS. If there are multiple indoor frames found, the first frame is recorded here.",
813840
"id": "NotOutdoorsFailureDetails",
@@ -1228,6 +1255,10 @@
12281255
"$ref": "InsufficientGpsFailureDetails",
12291256
"description": "See InsufficientGpsFailureDetails."
12301257
},
1258+
"noOverlapGpsDetails": {
1259+
"$ref": "NoOverlapGpsFailureDetails",
1260+
"description": "See NoOverlapGpsFailureDetails."
1261+
},
12311262
"notOutdoorsDetails": {
12321263
"$ref": "NotOutdoorsFailureDetails",
12331264
"description": "See NotOutdoorsFailureDetails."

0 commit comments

Comments
 (0)