Skip to content

Commit a7ecc3b

Browse files
feat(streetviewpublish): update the api
#### streetviewpublish:v1 The following keys were added: - resources.photoSequence.methods.get.parameters.view.deprecated (Total Keys: 1)
1 parent 96fb63e commit a7ecc3b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/dyn/streetviewpublish_v1.photos.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ <h3>Method Details</h3>
355355
<pre>Lists all the Photos that belong to the user. &gt; Note: Recently created photos that are still being indexed are not returned in the response.
356356

357357
Args:
358-
filter: string, Optional. The filter expression. For example: `placeId=ChIJj61dQgK6j4AR4GeTYWZsKWw`. The filters supported are: `placeId`, `min_latitude`, `max_latitude`, `min_longitude`, and `max_longitude`. See https://google.aip.dev/160 for more information.
358+
filter: string, Optional. The filter expression. For example: `placeId=ChIJj61dQgK6j4AR4GeTYWZsKWw`. The filters supported are: `placeId`, `min_latitude`, `max_latitude`, `min_longitude`, `max_longitude`, &#x27;min_capture_time_seconds&#x27;, and &#x27;max_capture_time_seconds&#x27;. See https://google.aip.dev/160 for more information.
359359
languageCode: string, Optional. The BCP-47 language code, such as &quot;en-US&quot; or &quot;sr-Latn&quot;. For more information, see http://www.unicode.org/reports/tr35/#Unicode_locale_identifier. If language_code is unspecified, the user&#x27;s language preference for Google services is used.
360360
pageSize: integer, Optional. The maximum number of photos 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 photos returned in the response may be less than `pageSize` if the number of photos that belong to the user is less than `pageSize`.
361361
pageToken: string, Optional. The nextPageToken value returned from a previous ListPhotos request, if any.

googleapiclient/discovery_cache/documents/streetviewpublish.v1.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,7 @@
325325
"type": "string"
326326
},
327327
"view": {
328+
"deprecated": true,
328329
"description": "Specifies if a download URL for the photo sequence should be returned in `download_url` of individual photos in the PhotoSequence response. > Note: Currently not implemented.",
329330
"enum": [
330331
"BASIC",
@@ -488,7 +489,7 @@
488489
"parameterOrder": [],
489490
"parameters": {
490491
"filter": {
491-
"description": "Optional. The filter expression. For example: `placeId=ChIJj61dQgK6j4AR4GeTYWZsKWw`. The filters supported are: `placeId`, `min_latitude`, `max_latitude`, `min_longitude`, and `max_longitude`. See https://google.aip.dev/160 for more information.",
492+
"description": "Optional. The filter expression. For example: `placeId=ChIJj61dQgK6j4AR4GeTYWZsKWw`. The filters supported are: `placeId`, `min_latitude`, `max_latitude`, `min_longitude`, `max_longitude`, 'min_capture_time_seconds', and 'max_capture_time_seconds'. See https://google.aip.dev/160 for more information.",
492493
"location": "query",
493494
"type": "string"
494495
},
@@ -533,7 +534,7 @@
533534
}
534535
}
535536
},
536-
"revision": "20230415",
537+
"revision": "20230522",
537538
"rootUrl": "https://streetviewpublish.googleapis.com/",
538539
"schemas": {
539540
"BatchDeletePhotosRequest": {

0 commit comments

Comments
 (0)