/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/ServiceUser
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Operation.php (1669B)
done = $done;
}
public function getDone()
{
return $this->done;
}
/**
* @param Google_Service_ServiceUser_Status
*/
public function setError(Google_Service_ServiceUser_Status $error)
{
$this->error = $error;
}
/**
* @return Google_Service_ServiceUser_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;
}
}