@@ -283,8 +283,8 @@ def list_instance_configs(
283283 streaming is performed per-page, this determines the maximum number
284284 of resources in a page.
285285 retry (Optional[google.api_core.retry.Retry]): A retry object used
286- to retry requests. If ``None`` is specified, requests will not
287- be retried.
286+ to retry requests. If ``None`` is specified, requests will
287+ be retried using a default configuration .
288288 timeout (Optional[float]): The amount of time, in seconds, to wait
289289 for the request to complete. Note that if ``retry`` is
290290 specified, the timeout applies to each individual attempt.
@@ -369,8 +369,8 @@ def get_instance_config(
369369 name (str): Required. The name of the requested instance configuration. Values are
370370 of the form ``projects/<project>/instanceConfigs/<config>``.
371371 retry (Optional[google.api_core.retry.Retry]): A retry object used
372- to retry requests. If ``None`` is specified, requests will not
373- be retried.
372+ to retry requests. If ``None`` is specified, requests will
373+ be retried using a default configuration .
374374 timeout (Optional[float]): The amount of time, in seconds, to wait
375375 for the request to complete. Note that if ``retry`` is
376376 specified, the timeout applies to each individual attempt.
@@ -476,8 +476,8 @@ def list_instances(
476476 - ``name:howl labels.env:dev`` --> The instance's name contains "howl"
477477 and it has the label "env" with its value containing "dev".
478478 retry (Optional[google.api_core.retry.Retry]): A retry object used
479- to retry requests. If ``None`` is specified, requests will not
480- be retried.
479+ to retry requests. If ``None`` is specified, requests will
480+ be retried using a default configuration .
481481 timeout (Optional[float]): The amount of time, in seconds, to wait
482482 for the request to complete. Note that if ``retry`` is
483483 specified, the timeout applies to each individual attempt.
@@ -562,8 +562,8 @@ def get_instance(
562562 name (str): Required. The name of the requested instance. Values are of the form
563563 ``projects/<project>/instances/<instance>``.
564564 retry (Optional[google.api_core.retry.Retry]): A retry object used
565- to retry requests. If ``None`` is specified, requests will not
566- be retried.
565+ to retry requests. If ``None`` is specified, requests will
566+ be retried using a default configuration .
567567 timeout (Optional[float]): The amount of time, in seconds, to wait
568568 for the request to complete. Note that if ``retry`` is
569569 specified, the timeout applies to each individual attempt.
@@ -687,8 +687,8 @@ def create_instance(
687687 If a dict is provided, it must be of the same form as the protobuf
688688 message :class:`~google.cloud.spanner_admin_instance_v1.types.Instance`
689689 retry (Optional[google.api_core.retry.Retry]): A retry object used
690- to retry requests. If ``None`` is specified, requests will not
691- be retried.
690+ to retry requests. If ``None`` is specified, requests will
691+ be retried using a default configuration .
692692 timeout (Optional[float]): The amount of time, in seconds, to wait
693693 for the request to complete. Note that if ``retry`` is
694694 specified, the timeout applies to each individual attempt.
@@ -828,8 +828,8 @@ def update_instance(
828828 If a dict is provided, it must be of the same form as the protobuf
829829 message :class:`~google.cloud.spanner_admin_instance_v1.types.FieldMask`
830830 retry (Optional[google.api_core.retry.Retry]): A retry object used
831- to retry requests. If ``None`` is specified, requests will not
832- be retried.
831+ to retry requests. If ``None`` is specified, requests will
832+ be retried using a default configuration .
833833 timeout (Optional[float]): The amount of time, in seconds, to wait
834834 for the request to complete. Note that if ``retry`` is
835835 specified, the timeout applies to each individual attempt.
@@ -916,8 +916,8 @@ def delete_instance(
916916 name (str): Required. The name of the instance to be deleted. Values are of the form
917917 ``projects/<project>/instances/<instance>``
918918 retry (Optional[google.api_core.retry.Retry]): A retry object used
919- to retry requests. If ``None`` is specified, requests will not
920- be retried.
919+ to retry requests. If ``None`` is specified, requests will
920+ be retried using a default configuration .
921921 timeout (Optional[float]): The amount of time, in seconds, to wait
922922 for the request to complete. Note that if ``retry`` is
923923 specified, the timeout applies to each individual attempt.
@@ -998,8 +998,8 @@ def set_iam_policy(
998998 If a dict is provided, it must be of the same form as the protobuf
999999 message :class:`~google.cloud.spanner_admin_instance_v1.types.Policy`
10001000 retry (Optional[google.api_core.retry.Retry]): A retry object used
1001- to retry requests. If ``None`` is specified, requests will not
1002- be retried.
1001+ to retry requests. If ``None`` is specified, requests will
1002+ be retried using a default configuration .
10031003 timeout (Optional[float]): The amount of time, in seconds, to wait
10041004 for the request to complete. Note that if ``retry`` is
10051005 specified, the timeout applies to each individual attempt.
@@ -1078,8 +1078,8 @@ def get_iam_policy(
10781078 If a dict is provided, it must be of the same form as the protobuf
10791079 message :class:`~google.cloud.spanner_admin_instance_v1.types.GetPolicyOptions`
10801080 retry (Optional[google.api_core.retry.Retry]): A retry object used
1081- to retry requests. If ``None`` is specified, requests will not
1082- be retried.
1081+ to retry requests. If ``None`` is specified, requests will
1082+ be retried using a default configuration .
10831083 timeout (Optional[float]): The amount of time, in seconds, to wait
10841084 for the request to complete. Note that if ``retry`` is
10851085 specified, the timeout applies to each individual attempt.
@@ -1164,8 +1164,8 @@ def test_iam_permissions(
11641164 information see `IAM
11651165 Overview <https://cloud.google.com/iam/docs/overview#permissions>`__.
11661166 retry (Optional[google.api_core.retry.Retry]): A retry object used
1167- to retry requests. If ``None`` is specified, requests will not
1168- be retried.
1167+ to retry requests. If ``None`` is specified, requests will
1168+ be retried using a default configuration .
11691169 timeout (Optional[float]): The amount of time, in seconds, to wait
11701170 for the request to complete. Note that if ``retry`` is
11711171 specified, the timeout applies to each individual attempt.
0 commit comments