/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Firestore
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Firestore/Write.php (3071B)
currentDocument = $currentDocument;
}
/**
* @return Google_Service_Firestore_Precondition
*/
public function getCurrentDocument()
{
return $this->currentDocument;
}
public function setDelete($delete)
{
$this->delete = $delete;
}
public function getDelete()
{
return $this->delete;
}
/**
* @param Google_Service_Firestore_DocumentTransform
*/
public function setTransform(Google_Service_Firestore_DocumentTransform $transform)
{
$this->transform = $transform;
}
/**
* @return Google_Service_Firestore_DocumentTransform
*/
public function getTransform()
{
return $this->transform;
}
/**
* @param Google_Service_Firestore_Document
*/
public function setUpdate(Google_Service_Firestore_Document $update)
{
$this->update = $update;
}
/**
* @return Google_Service_Firestore_Document
*/
public function getUpdate()
{
return $this->update;
}
/**
* @param Google_Service_Firestore_DocumentMask
*/
public function setUpdateMask(Google_Service_Firestore_DocumentMask $updateMask)
{
$this->updateMask = $updateMask;
}
/**
* @return Google_Service_Firestore_DocumentMask
*/
public function getUpdateMask()
{
return $this->updateMask;
}
/**
* @param Google_Service_Firestore_FieldTransform[]
*/
public function setUpdateTransforms($updateTransforms)
{
$this->updateTransforms = $updateTransforms;
}
/**
* @return Google_Service_Firestore_FieldTransform[]
*/
public function getUpdateTransforms()
{
return $this->updateTransforms;
}
}