/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Spanner
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Spanner/Mutation.php (2568B)
delete = $delete;
}
/**
* @return Google_Service_Spanner_Delete
*/
public function getDelete()
{
return $this->delete;
}
/**
* @param Google_Service_Spanner_Write
*/
public function setInsert(Google_Service_Spanner_Write $insert)
{
$this->insert = $insert;
}
/**
* @return Google_Service_Spanner_Write
*/
public function getInsert()
{
return $this->insert;
}
/**
* @param Google_Service_Spanner_Write
*/
public function setInsertOrUpdate(Google_Service_Spanner_Write $insertOrUpdate)
{
$this->insertOrUpdate = $insertOrUpdate;
}
/**
* @return Google_Service_Spanner_Write
*/
public function getInsertOrUpdate()
{
return $this->insertOrUpdate;
}
/**
* @param Google_Service_Spanner_Write
*/
public function setReplace(Google_Service_Spanner_Write $replace)
{
$this->replace = $replace;
}
/**
* @return Google_Service_Spanner_Write
*/
public function getReplace()
{
return $this->replace;
}
/**
* @param Google_Service_Spanner_Write
*/
public function setUpdate(Google_Service_Spanner_Write $update)
{
$this->update = $update;
}
/**
* @return Google_Service_Spanner_Write
*/
public function getUpdate()
{
return $this->update;
}
}