Searched refs:indexId (Results 1 – 4 of 4) sorted by relevance
27 public $indexId; variable in Google\\Service\\Datastore\\GoogleDatastoreAdminV1IndexOperationMetadata48 public function setIndexId($indexId) argument50 $this->indexId = $indexId;57 return $this->indexId;
30 public $indexId; variable in Google\\Service\\Datastore\\GoogleDatastoreAdminV1Index63 public function setIndexId($indexId) argument65 $this->indexId = $indexId;72 return $this->indexId;
65 * @param string $indexId The resource ID of the index to delete.69 public function delete($projectId, $indexId, $optParams = []) argument71 $params = ['projectId' => $projectId, 'indexId' => $indexId];79 * @param string $indexId The resource ID of the index to get.83 public function get($projectId, $indexId, $optParams = []) argument85 $params = ['projectId' => $projectId, 'indexId' => $indexId];
182 'path' => 'v1/projects/{projectId}/indexes/{indexId}',190 'indexId' => [197 'path' => 'v1/projects/{projectId}/indexes/{indexId}',205 'indexId' => [