@@ -229,8 +229,8 @@ def lookup(
229229 If a dict is provided, it must be of the same form as the protobuf
230230 message :class:`~google.cloud.datastore_v1.types.ReadOptions`
231231 retry (Optional[google.api_core.retry.Retry]): A retry object used
232- to retry requests. If ``None`` is specified, requests will not
233- be retried.
232+ to retry requests. If ``None`` is specified, requests will
233+ be retried using a default configuration .
234234 timeout (Optional[float]): The amount of time, in seconds, to wait
235235 for the request to complete. Note that if ``retry`` is
236236 specified, the timeout applies to each individual attempt.
@@ -327,8 +327,8 @@ def run_query(
327327 If a dict is provided, it must be of the same form as the protobuf
328328 message :class:`~google.cloud.datastore_v1.types.GqlQuery`
329329 retry (Optional[google.api_core.retry.Retry]): A retry object used
330- to retry requests. If ``None`` is specified, requests will not
331- be retried.
330+ to retry requests. If ``None`` is specified, requests will
331+ be retried using a default configuration .
332332 timeout (Optional[float]): The amount of time, in seconds, to wait
333333 for the request to complete. Note that if ``retry`` is
334334 specified, the timeout applies to each individual attempt.
@@ -412,8 +412,8 @@ def begin_transaction(
412412 If a dict is provided, it must be of the same form as the protobuf
413413 message :class:`~google.cloud.datastore_v1.types.TransactionOptions`
414414 retry (Optional[google.api_core.retry.Retry]): A retry object used
415- to retry requests. If ``None`` is specified, requests will not
416- be retried.
415+ to retry requests. If ``None`` is specified, requests will
416+ be retried using a default configuration .
417417 timeout (Optional[float]): The amount of time, in seconds, to wait
418418 for the request to complete. Note that if ``retry`` is
419419 specified, the timeout applies to each individual attempt.
@@ -515,8 +515,8 @@ def commit(
515515 transaction identifier is returned by a call to
516516 ``Datastore.BeginTransaction``.
517517 retry (Optional[google.api_core.retry.Retry]): A retry object used
518- to retry requests. If ``None`` is specified, requests will not
519- be retried.
518+ to retry requests. If ``None`` is specified, requests will
519+ be retried using a default configuration .
520520 timeout (Optional[float]): The amount of time, in seconds, to wait
521521 for the request to complete. Note that if ``retry`` is
522522 specified, the timeout applies to each individual attempt.
@@ -600,8 +600,8 @@ def rollback(
600600 transaction (bytes): The transaction identifier, returned by a call to
601601 ``Datastore.BeginTransaction``.
602602 retry (Optional[google.api_core.retry.Retry]): A retry object used
603- to retry requests. If ``None`` is specified, requests will not
604- be retried.
603+ to retry requests. If ``None`` is specified, requests will
604+ be retried using a default configuration .
605605 timeout (Optional[float]): The amount of time, in seconds, to wait
606606 for the request to complete. Note that if ``retry`` is
607607 specified, the timeout applies to each individual attempt.
@@ -682,8 +682,8 @@ def allocate_ids(
682682 If a dict is provided, it must be of the same form as the protobuf
683683 message :class:`~google.cloud.datastore_v1.types.Key`
684684 retry (Optional[google.api_core.retry.Retry]): A retry object used
685- to retry requests. If ``None`` is specified, requests will not
686- be retried.
685+ to retry requests. If ``None`` is specified, requests will
686+ be retried using a default configuration .
687687 timeout (Optional[float]): The amount of time, in seconds, to wait
688688 for the request to complete. Note that if ``retry`` is
689689 specified, the timeout applies to each individual attempt.
@@ -764,8 +764,8 @@ def reserve_ids(
764764 message :class:`~google.cloud.datastore_v1.types.Key`
765765 database_id (str): If not empty, the ID of the database against which to make the request.
766766 retry (Optional[google.api_core.retry.Retry]): A retry object used
767- to retry requests. If ``None`` is specified, requests will not
768- be retried.
767+ to retry requests. If ``None`` is specified, requests will
768+ be retried using a default configuration .
769769 timeout (Optional[float]): The amount of time, in seconds, to wait
770770 for the request to complete. Note that if ``retry`` is
771771 specified, the timeout applies to each individual attempt.
0 commit comments