Method: photoSequence.get
Stay organized with collections
Save and categorize content based on your preferences.
Gets the metadata of the specified PhotoSequence
via the Operation
interface.
This method returns the following three types of responses:
Operation.done
= false, if the processing of PhotoSequence
is not finished yet.
Operation.done
= true and Operation.error
is populated, if there was an error in processing.
Operation.done
= true and Operation.response
is poulated, which contains a PhotoSequence
message.
This method returns the following error codes:
HTTP request
GET https://streetviewpublish.googleapis.com/v1/photoSequence/{sequenceId}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
sequenceId |
string
Required. ID of the photo sequence.
|
Query parameters
Parameters |
view (deprecated) |
enum (PhotoView )
Specifies if a download URL for the photo sequence should be returned in downloadUrl of individual photos in the PhotoSequence response.
Note: Currently not implemented.
|
filter |
string
Optional. The filter expression. For example: published_status=PUBLISHED . The filters supported are: published_status . See https://google.aip.dev/160 for more information.
|
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Operation
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/streetviewpublish
For more information, see the OAuth 2.0 Overview.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-09 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-09 UTC."],[[["Retrieves metadata of a specified PhotoSequence via the Operation interface."],["Returns an Operation response indicating processing status, error, or the PhotoSequence data."],["Possible errors include PERMISSION_DENIED if the user lacks access and NOT_FOUND if the PhotoSequence doesn't exist."],["Requires authorization with the `https://www.googleapis.com/auth/streetviewpublish` scope."],["Uses a GET request with the sequence ID as a path parameter and optional view and filter query parameters."]]],["This describes retrieving metadata for a PhotoSequence via an Operation interface using a GET request. The `sequenceId` is required as a path parameter. Optional query parameters `view` (deprecated) and `filter` can be included. An empty request body is required. The response returns an Operation, indicating whether processing is done, an error occurred, or a PhotoSequence message is available. Permission denied or not found errors can occur. OAuth scope `https://www.googleapis.com/auth/streetviewpublish` is necessary.\n"]]