PhotoResponse

  • This documentation outlines the JSON response structure for batch operations involving single photos in Street View Publish API.

  • The response includes a status object indicating the operation's success or failure and a photo object containing the photo data if the request was successful.

  • Both status and photo fields in the JSON response have detailed definitions and object structures linked within the documentation for further understanding.

Response payload for a single Photo in batch operations including photos.batchGet and photos.batchUpdate.

JSON representation
{
  "status": {
    object (Status)
  },
  "photo": {
    object (Photo)
  }
}
Fields
status

object (Status)

The status for the operation to get or update a single photo in the batch request.

photo

object (Photo)

The Photo resource, if the request was successful.