/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/Operation.php (2113B)
done = $done; } /** * @return bool */ public function getDone() { return $this->done; } /** * @param Status */ public function setError(Status $error) { $this->error = $error; } /** * @return Status */ public function getError() { return $this->error; } /** * @param array[] */ public function setMetadata($metadata) { $this->metadata = $metadata; } /** * @return array[] */ public function getMetadata() { return $this->metadata; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param array[] */ public function setResponse($response) { $this->response = $response; } /** * @return array[] */ public function getResponse() { return $this->response; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Operation::class, 'Google_Service_StreetViewPublish_Operation');