Google_Service_StreetViewPublish_Resource_Photo
extends Google_Service_Resource
in package
The "photo" collection of methods.
Typical usage is:
$streetviewpublishService = new Google_Service_StreetViewPublish(...);
$photo = $streetviewpublishService->photo;
Table of Contents
- $client : Google_Client
- $methods : array<string|int, mixed>
- $resourceName : string
- $rootUrl : string
- $serviceName : string
- $servicePath : string
- $stackParameters : mixed
- __construct() : mixed
- call() : Google_Http_Request|expectedClass
- TODO: This function needs simplifying.
- create() : Google_Service_StreetViewPublish_Photo
- After the client finishes uploading the photo with the returned UploadRef, CreatePhoto publishes the uploaded Photo to Street View on Google Maps.
- createRequestUri() : string
- Parse/expand request parameters and create a fully qualified request uri.
- delete() : Google_Service_StreetViewPublish_StreetviewpublishEmpty
- Deletes a Photo and its metadata. This method returns the following error codes: * google.rpc.Code.PERMISSION_DENIED if the requesting user did not create the requested photo. * google.rpc.Code.NOT_FOUND if the photo ID does not exist. (photo.delete)
- get() : Google_Service_StreetViewPublish_Photo
- Gets the metadata of the specified Photo. This method returns the following error codes: * google.rpc.Code.PERMISSION_DENIED if the requesting user did not create the requested Photo. * google.rpc.Code.NOT_FOUND if the requested Photo does not exist. * google.rpc.Code.UNAVAILABLE if the requested Photo is still being indexed. (photo.get)
- startUpload() : Google_Service_StreetViewPublish_UploadRef
- Creates an upload session to start uploading photo bytes. The method uses the upload URL of the returned UploadRef to upload the bytes for the Photo. In addition to the photo requirements shown in https://support.google.com/maps/answer/7012050?hl=en_topic=6275604, the photo must meet the following requirements: * Photo Sphere XMP metadata must be included in the photo metadata. See https://developers.google.com/streetview /spherical-metadata for the required fields. * The pixel size of the photo must meet the size requirements listed in https://support.google.com/maps/answer/7012050?hl=en_topic=6275604, and the photo must be a full 360 horizontally. After the upload completes, the method uses UploadRef with CreatePhoto to create the Photo object entry.
- update() : Google_Service_StreetViewPublish_Photo
- Updates the metadata of a Photo, such as pose, place association, connections, etc. Changing the pixels of a photo is not supported. Only the fields specified in the updateMask field are used. If `updateMask` is not present, the update applies to all fields. This method returns the following error codes: * google.rpc.Code.PERMISSION_DENIED if the requesting user did not create the requested photo. * google.rpc.Code.INVALID_ARGUMENT if the request is malformed. * google.rpc.Code.NOT_FOUND if the requested photo does not exist. * google.rpc.Code.UNAVAILABLE if the requested Photo is still being indexed. (photo.update)
- convertToArrayAndStripNulls() : mixed
Properties
$client
private
Google_Client
$client
$methods
private
array<string|int, mixed>
$methods
$resourceName
private
string
$resourceName
$rootUrl
private
string
$rootUrl
$serviceName
private
string
$serviceName
$servicePath
private
string
$servicePath
$stackParameters
private
mixed
$stackParameters
= array('alt' => array('type' => 'string', 'location' => 'query'), 'fields' => array('type' => 'string', 'location' => 'query'), 'trace' => array('type' => 'string', 'location' => 'query'), 'userIp' => array('type' => 'string', 'location' => 'query'), 'quotaUser' => array('type' => 'string', 'location' => 'query'), 'data' => array('type' => 'string', 'location' => 'body'), 'mimeType' => array('type' => 'string', 'location' => 'header'), 'uploadType' => array('type' => 'string', 'location' => 'query'), 'mediaUpload' => array('type' => 'complex', 'location' => 'query'), 'prettyPrint' => array('type' => 'string', 'location' => 'query'))
Methods
__construct()
public
__construct(mixed $service, mixed $serviceName, mixed $resourceName, mixed $resource) : mixed
Parameters
- $service : mixed
- $serviceName : mixed
- $resourceName : mixed
- $resource : mixed
Return values
mixed —call()
TODO: This function needs simplifying.
public
call( $name, $arguments[, $expectedClass = null ]) : Google_Http_Request|expectedClass
Parameters
Tags
Return values
Google_Http_Request|expectedClass —create()
After the client finishes uploading the photo with the returned UploadRef, CreatePhoto publishes the uploaded Photo to Street View on Google Maps.
public
create(Google_Service_StreetViewPublish_Photo $postBody[, array<string|int, mixed> $optParams = array() ]) : Google_Service_StreetViewPublish_Photo
Currently, the only way to set heading, pitch, and roll in CreatePhoto is
through the Photo Sphere XMP
metadata in the
photo bytes. CreatePhoto ignores the pose.heading, pose.pitch,
pose.roll, pose.altitude, and pose.level fields in Pose. This method
returns the following error codes: * google.rpc.Code.INVALID_ARGUMENT if the
request is malformed or if the uploaded photo is not a 360 photo. *
google.rpc.Code.NOT_FOUND if the upload reference does not exist. *
google.rpc.Code.RESOURCE_EXHAUSTED if the account has reached the storage
limit. (photo.create)
Parameters
- $postBody : Google_Service_StreetViewPublish_Photo
- $optParams : array<string|int, mixed> = array()
-
Optional parameters.
Return values
Google_Service_StreetViewPublish_Photo —createRequestUri()
Parse/expand request parameters and create a fully qualified request uri.
public
createRequestUri(string $restPath, array<string|int, mixed> $params) : string
Parameters
- $restPath : string
- $params : array<string|int, mixed>
Tags
Return values
string —$requestUrl
delete()
Deletes a Photo and its metadata. This method returns the following error codes: * google.rpc.Code.PERMISSION_DENIED if the requesting user did not create the requested photo. * google.rpc.Code.NOT_FOUND if the photo ID does not exist. (photo.delete)
public
delete(string $photoId[, array<string|int, mixed> $optParams = array() ]) : Google_Service_StreetViewPublish_StreetviewpublishEmpty
Parameters
- $photoId : string
-
Required. ID of the Photo.
- $optParams : array<string|int, mixed> = array()
-
Optional parameters.
Return values
Google_Service_StreetViewPublish_StreetviewpublishEmpty —get()
Gets the metadata of the specified Photo. This method returns the following error codes: * google.rpc.Code.PERMISSION_DENIED if the requesting user did not create the requested Photo. * google.rpc.Code.NOT_FOUND if the requested Photo does not exist. * google.rpc.Code.UNAVAILABLE if the requested Photo is still being indexed. (photo.get)
public
get(string $photoId[, array<string|int, mixed> $optParams = array() ]) : Google_Service_StreetViewPublish_Photo
Parameters
- $photoId : string
-
Required. ID of the Photo.
- $optParams : array<string|int, mixed> = array()
-
Optional parameters.
Tags
Return values
Google_Service_StreetViewPublish_Photo —startUpload()
Creates an upload session to start uploading photo bytes. The method uses the upload URL of the returned UploadRef to upload the bytes for the Photo. In addition to the photo requirements shown in https://support.google.com/maps/answer/7012050?hl=en_topic=6275604, the photo must meet the following requirements: * Photo Sphere XMP metadata must be included in the photo metadata. See https://developers.google.com/streetview /spherical-metadata for the required fields. * The pixel size of the photo must meet the size requirements listed in https://support.google.com/maps/answer/7012050?hl=en_topic=6275604, and the photo must be a full 360 horizontally. After the upload completes, the method uses UploadRef with CreatePhoto to create the Photo object entry.
public
startUpload(Google_Service_StreetViewPublish_StreetviewpublishEmpty $postBody[, array<string|int, mixed> $optParams = array() ]) : Google_Service_StreetViewPublish_UploadRef
(photo.startUpload)
Parameters
- $postBody : Google_Service_StreetViewPublish_StreetviewpublishEmpty
- $optParams : array<string|int, mixed> = array()
-
Optional parameters.
Return values
Google_Service_StreetViewPublish_UploadRef —update()
Updates the metadata of a Photo, such as pose, place association, connections, etc. Changing the pixels of a photo is not supported. Only the fields specified in the updateMask field are used. If `updateMask` is not present, the update applies to all fields. This method returns the following error codes: * google.rpc.Code.PERMISSION_DENIED if the requesting user did not create the requested photo. * google.rpc.Code.INVALID_ARGUMENT if the request is malformed. * google.rpc.Code.NOT_FOUND if the requested photo does not exist. * google.rpc.Code.UNAVAILABLE if the requested Photo is still being indexed. (photo.update)
public
update(string $id, Google_Service_StreetViewPublish_Photo $postBody[, array<string|int, mixed> $optParams = array() ]) : Google_Service_StreetViewPublish_Photo
Parameters
- $id : string
-
Required. A unique identifier for a photo.
- $postBody : Google_Service_StreetViewPublish_Photo
- $optParams : array<string|int, mixed> = array()
-
Optional parameters.
Tags
Return values
Google_Service_StreetViewPublish_Photo —convertToArrayAndStripNulls()
protected
convertToArrayAndStripNulls(mixed $o) : mixed
Parameters
- $o : mixed