Home
last modified time | relevance | path

Searched refs:runQuery (Results 1 – 7 of 7) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDatastore.php151 ],'runQuery' => [
152 'path' => 'v1/projects/{projectId}:runQuery',
H A DFirestore.php527 ],'runQuery' => [
528 'path' => 'v1/{+parent}:runQuery',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/Resource/
H A DProjects.php191 public function runQuery($projectId, RunQueryRequest $postBody, $optParams = []) function in Google\\Service\\Datastore\\Resource\\Projects
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/Resource/
H A DProjectsDatabasesDocuments.php384 public function runQuery($parent, RunQueryRequest $postBody, $optParams = []) function in Google\\Service\\Firestore\\Resource\\ProjectsDatabasesDocuments
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md242 …lopers.google.com/apis-explorer/#p/datastore/v1beta3/datastore.projects.runQuery) would look like …
245 POST https://datastore.googleapis.com/v1beta3/projects/YOUR_PROJECT_ID:runQuery?key=YOUR_API_KEY
287 $response = $datastore->projects->runQuery('YOUR_DATASET_ID', $request);
315 $response = $datastore->projects->runQuery('YOUR_DATASET_ID', $request);
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/authgoogle/google/contrib/
H A DGoogle_DatastoreService.php144 public function runQuery($datasetId, Google_RunQueryRequest $postBody, $optParams = array()) { function in Google_DatasetsServiceResource