ancestor = $ancestor; } /** * @return string */ public function getAncestor() { return $this->ancestor; } /** * @param string */ public function setIndexId($indexId) { $this->indexId = $indexId; } /** * @return string */ public function getIndexId() { return $this->indexId; } /** * @param string */ public function setKind($kind) { $this->kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * @param string */ public function setProjectId($projectId) { $this->projectId = $projectId; } /** * @return string */ public function getProjectId() { return $this->projectId; } /** * @param GoogleDatastoreAdminV1IndexedProperty[] */ public function setProperties($properties) { $this->properties = $properties; } /** * @return GoogleDatastoreAdminV1IndexedProperty[] */ public function getProperties() { return $this->properties; } /** * @param string */ public function setState($state) { $this->state = $state; } /** * @return string */ public function getState() { return $this->state; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleDatastoreAdminV1Index::class, 'Google_Service_Datastore_GoogleDatastoreAdminV1Index');