/var/www/flurhymez/vendor/google/apiclient-services/src/StreetViewPublish
NameSizeModeActions
Resource/-0755rm
BatchDeletePhotosRequest.php12060644editdlrm
BatchDeletePhotosResponse.php12240644editdlrm
BatchGetPhotosResponse.php12450644editdlrm
BatchUpdatePhotosRequest.php13740644editdlrm
BatchUpdatePhotosResponse.php12540644editdlrm
Connection.php11360644editdlrm
LatLng.php11840644editdlrm
Level.php12240644editdlrm
ListPhotosResponse.php14970644editdlrm
Operation.php21130644editdlrm
Photo.php47180644editdlrm
PhotoId.php10600644editdlrm
PhotoResponse.php14120644editdlrm
Place.php16130644editdlrm
Pose.php23420644editdlrm
Status.php16210644editdlrm
StreetviewpublishEmpty.php8840644editdlrm
UpdatePhotoRequest.php14200644editdlrm
UploadRef.php11150644editdlrm
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/StreetViewPublish/UpdatePhotoRequest.php (1420B)
photo = $photo; } /** * @return Photo */ public function getPhoto() { return $this->photo; } /** * @param string */ public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } /** * @return string */ public function getUpdateMask() { return $this->updateMask; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(UpdatePhotoRequest::class, 'Google_Service_StreetViewPublish_UpdatePhotoRequest');