keys = $keys; } /** * @return Key[] */ public function getKeys() { return $this->keys; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AllocateIdsRequest::class, 'Google_Service_Datastore_AllocateIdsRequest');