Home
last modified time | relevance | path

Searched refs:getUpsert (Results 1 – 5 of 5) sorted by relevance

/plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/Action/
H A DUpdateDocument.php27 $upsert = $document->getUpsert()->getData();
50 $upsert = $script->getUpsert()->getData();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
H A DMutation.php119 public function getUpsert() function in Google\\Service\\Datastore\\Mutation
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DAbstractUpdateAction.php459 public function getUpsert() function in Elastica\\AbstractUpdateAction
H A DClient.php316 $requestData['upsert'] = $data->getUpsert()->getData();
/plugin/authgoogle/google/contrib/
H A DGoogle_DatastoreService.php571 public function getUpsert() { function in Google_Mutation