/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/FirebaseML
NameSizeModeActions
Resource/-0755rm
CancelOperationRequest.php6780644editdlrm
FirebasemlEmpty.php6710644editdlrm
ListOperationsResponse.php13320644editdlrm
ModelOperationMetadata.php10750644editdlrm
Operation.php16640644editdlrm
Status.php11770644editdlrm
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/FirebaseML/Operation.php (1664B)
done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_FirebaseML_Status */ public function setError(Google_Service_FirebaseML_Status $error) { $this->error = $error; } /** * @return Google_Service_FirebaseML_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } }