Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit efdf885

Browse files
committedJul 5, 2023
feat(streetviewpublish): update the api
#### streetviewpublish:v1 The following keys were deleted: - schemas.PhotoSequence.properties.takedown (Total Keys: 2)
1 parent aaa3698 commit efdf885

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed
 

‎docs/dyn/streetviewpublish_v1.photoSequence.html

-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ <h3>Method Details</h3>
235235
&quot;longitude&quot;: 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0].
236236
},
237237
},
238-
&quot;takedown&quot;: True or False, # Output only. Set if a Photo within the PhotoSequence contains a takedown.
239238
&quot;uploadReference&quot;: { # Upload reference for media files. # Input only. Required when creating photo sequence. The resource name where the bytes of the photo sequence (in the form of video) are uploaded.
240239
&quot;uploadUrl&quot;: &quot;A String&quot;, # An upload reference should be unique for each user. It follows the form: &quot;https://streetviewpublish.googleapis.com/media/user/{account_id}/photo/{upload_reference}&quot;
241240
},

‎docs/dyn/streetviewpublish_v1.photoSequences.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ <h3>Method Details</h3>
9494
<pre>Lists all the PhotoSequences that belong to the user, in descending CreatePhotoSequence timestamp order.
9595

9696
Args:
97-
filter: string, Optional. The filter expression. For example: `imagery_type=SPHERICAL`. The filters supported are: `imagery_type`, `processing_state`, `min_latitude`, `max_latitude`, `min_longitude`, `max_longitude`, `filename_query`, `min_capture_time_seconds`, `max_capture_time_seconds`, and `takedown`. See https://google.aip.dev/160 for more information. Filename queries should sent as a Phrase in order to support multiple words and special characters by adding escaped quotes. Ex: filename_query=&quot;example of a phrase.mp4&quot;
97+
filter: string, Optional. The filter expression. For example: `imagery_type=SPHERICAL`. The filters supported are: `imagery_type`, `processing_state`, `min_latitude`, `max_latitude`, `min_longitude`, `max_longitude`, `filename_query`, `min_capture_time_seconds`, `max_capture_time_seconds. See https://google.aip.dev/160 for more information. Filename queries should sent as a Phrase in order to support multiple words and special characters by adding escaped quotes. Ex: filename_query=&quot;example of a phrase.mp4&quot;
9898
pageSize: integer, Optional. The maximum number of photo sequences to return. `pageSize` must be non-negative. If `pageSize` is zero or is not provided, the default page size of 100 is used. The number of photo sequences returned in the response may be less than `pageSize` if the number of matches is less than `pageSize`. This is currently unimplemented but is in process.
9999
pageToken: string, Optional. The nextPageToken value returned from a previous ListPhotoSequences request, if any.
100100
x__xgafv: string, V1 error format.

‎googleapiclient/discovery_cache/documents/streetviewpublish.v1.json

+2-7
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@
377377
"parameterOrder": [],
378378
"parameters": {
379379
"filter": {
380-
"description": "Optional. The filter expression. For example: `imagery_type=SPHERICAL`. The filters supported are: `imagery_type`, `processing_state`, `min_latitude`, `max_latitude`, `min_longitude`, `max_longitude`, `filename_query`, `min_capture_time_seconds`, `max_capture_time_seconds`, and `takedown`. See https://google.aip.dev/160 for more information. Filename queries should sent as a Phrase in order to support multiple words and special characters by adding escaped quotes. Ex: filename_query=\"example of a phrase.mp4\"",
380+
"description": "Optional. The filter expression. For example: `imagery_type=SPHERICAL`. The filters supported are: `imagery_type`, `processing_state`, `min_latitude`, `max_latitude`, `min_longitude`, `max_longitude`, `filename_query`, `min_capture_time_seconds`, `max_capture_time_seconds. See https://google.aip.dev/160 for more information. Filename queries should sent as a Phrase in order to support multiple words and special characters by adding escaped quotes. Ex: filename_query=\"example of a phrase.mp4\"",
381381
"location": "query",
382382
"type": "string"
383383
},
@@ -534,7 +534,7 @@
534534
}
535535
}
536536
},
537-
"revision": "20230625",
537+
"revision": "20230703",
538538
"rootUrl": "https://streetviewpublish.googleapis.com/",
539539
"schemas": {
540540
"BatchDeletePhotosRequest": {
@@ -1155,11 +1155,6 @@
11551155
"description": "Output only. A rectangular box that encapsulates every image in this photo sequence.",
11561156
"readOnly": true
11571157
},
1158-
"takedown": {
1159-
"description": "Output only. Set if a Photo within the PhotoSequence contains a takedown.",
1160-
"readOnly": true,
1161-
"type": "boolean"
1162-
},
11631158
"uploadReference": {
11641159
"$ref": "UploadRef",
11651160
"description": "Input only. Required when creating photo sequence. The resource name where the bytes of the photo sequence (in the form of video) are uploaded."

0 commit comments

Comments
 (0)
Please sign in to comment.