Home
last modified time | relevance | path

Searched refs:photoId (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/StreetViewPublish/Resource/
H A DPhoto.php64 * @param string $photoId Required. ID of the Photo.
68 public function delete($photoId, $optParams = []) argument
70 $params = ['photoId' => $photoId];
81 * @param string $photoId Required. ID of the Photo.
93 public function get($photoId, $optParams = []) argument
95 $params = ['photoId' => $photoId];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/StreetViewPublish/
H A DPhoto.php125 public function setPhotoId(PhotoId $photoId) argument
127 $this->photoId = $photoId;
134 return $this->photoId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DStreetViewPublish.php73 'path' => 'v1/photo/{photoId}',
76 'photoId' => [
83 'path' => 'v1/photo/{photoId}',
86 'photoId' => [