Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
DCollectionSelector.php29 public $collectionId; variable in Google\\Service\\Firestore\\CollectionSelector
48 public function setCollectionId($collectionId) argument
50 $this->collectionId = $collectionId;
57 return $this->collectionId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/Resource/
DCollections.php56 * @param string $collectionId Required. The collectionId of the collection.
60 public function delete($merchantId, $collectionId, $optParams = []) argument
62 $params = ['merchantId' => $merchantId, 'collectionId' => $collectionId];
71 * @param string $collectionId Required. The REST ID of the collection.
75 public function get($merchantId, $collectionId, $optParams = []) argument
77 $params = ['merchantId' => $merchantId, 'collectionId' => $collectionId];
DCollectionstatuses.php39 * @param string $collectionId Required. The collectionId of the collection.
44 public function get($merchantId, $collectionId, $optParams = []) argument
46 $params = ['merchantId' => $merchantId, 'collectionId' => $collectionId];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/Resource/
DProjectsDatabasesDocuments.php129 * @param string $collectionId Required. The collection ID, relative to
140 public function createDocument($parent, $collectionId, Document $postBody, $optParams = []) argument
142 $params = ['parent' => $parent, 'collectionId' => $collectionId, 'postBody' => $postBody];
196 * @param string $collectionId Required. The collection ID, relative to
217 public function listProjectsDatabasesDocuments($parent, $collectionId, $optParams = []) argument
219 $params = ['parent' => $parent, 'collectionId' => $collectionId];
249 * @param string $collectionId Required. The collection ID, relative to
270 public function listDocuments($parent, $collectionId, $optParams = []) argument
272 $params = ['parent' => $parent, 'collectionId' => $collectionId];
/plugin/dokullm/
H A DChromaDBClient.php244 $collectionId = $collection['id'];
245 … $endpoint = "/tenants/{$this->tenant}/databases/{$this->database}/collections/{$collectionId}";
270 $collectionId = $collection['id'];
271 …$endpoint = "/tenants/{$this->tenant}/databases/{$this->database}/collections/{$collectionId}/get";
304 $collectionId = $collection['id'];
305 …dpoint = "/tenants/{$this->tenant}/databases/{$this->database}/collections/{$collectionId}/upsert";
330 * @param string $collectionId The ID of the collection to check documents in
336 public function needsUpdate($collectionId, $documentId, $fileModifiedTime) { argument
338 …$endpoint = "/tenants/{$this->tenant}/databases/{$this->database}/collections/{$collectionId}/get";
405 $collectionId = $collection['id'];
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DFirestore.php297 'path' => 'v1/{+parent}/{collectionId}',
305 'collectionId' => [
362 'path' => 'v1/{+parent}/{collectionId}',
370 'collectionId' => [
416 'path' => 'v1/{+parent}/{collectionId}',
424 'collectionId' => [
DShoppingContent.php760 'path' => '{merchantId}/collections/{collectionId}',
768 'collectionId' => [
775 'path' => '{merchantId}/collections/{collectionId}',
783 'collectionId' => [
818 'path' => '{merchantId}/collectionstatuses/{collectionId}',
826 'collectionId' => [