fields = $fields; } /** * @return GoogleFirestoreAdminV1IndexField[] */ public function getFields() { return $this->fields; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setQueryScope($queryScope) { $this->queryScope = $queryScope; } /** * @return string */ public function getQueryScope() { return $this->queryScope; } /** * @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(GoogleFirestoreAdminV1Index::class, 'Google_Service_Firestore_GoogleFirestoreAdminV1Index');