diff --git a/google/cloud/ndb/model.py b/google/cloud/ndb/model.py index b780f6a5..4a396acd 100644 --- a/google/cloud/ndb/model.py +++ b/google/cloud/ndb/model.py @@ -5764,8 +5764,7 @@ def _get_by_id( ``global_cache_timeout``. max_memcache_items (int): No longer supported. force_writes (bool): No longer supported. - database (Optional[str]): Database for the entity to load. If not - passed, uses the client's value. + database (Optional[str]): Ignored. Please set the database on the Client instead. Returns: Optional[Model]: The retrieved entity, if one is found. @@ -5851,6 +5850,7 @@ def _get_by_id_async( ``global_cache_timeout``. max_memcache_items (int): No longer supported. force_writes (bool): No longer supported. + database (Optional[str]): Ignored. Please set the database on the Client instead. Returns: tasklets.Future: Optional[Model]: The retrieved entity, if one is