Home
last modified time | relevance | path

Searched refs:indexId (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
H A DGoogleDatastoreAdminV1IndexOperationMetadata.php27 public $indexId; variable in Google\\Service\\Datastore\\GoogleDatastoreAdminV1IndexOperationMetadata
48 public function setIndexId($indexId) argument
50 $this->indexId = $indexId;
57 return $this->indexId;
H A DGoogleDatastoreAdminV1Index.php30 public $indexId; variable in Google\\Service\\Datastore\\GoogleDatastoreAdminV1Index
63 public function setIndexId($indexId) argument
65 $this->indexId = $indexId;
72 return $this->indexId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/Resource/
H A DProjectsIndexes.php65 * @param string $indexId The resource ID of the index to delete.
69 public function delete($projectId, $indexId, $optParams = []) argument
71 $params = ['projectId' => $projectId, 'indexId' => $indexId];
79 * @param string $indexId The resource ID of the index to get.
83 public function get($projectId, $indexId, $optParams = []) argument
85 $params = ['projectId' => $projectId, 'indexId' => $indexId];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDatastore.php182 'path' => 'v1/projects/{projectId}/indexes/{indexId}',
190 'indexId' => [
197 'path' => 'v1/projects/{projectId}/indexes/{indexId}',
205 'indexId' => [