@@ -173,8 +173,8 @@ def get_occurrence(
173173 name (str): The name of the occurrence in the form of
174174 ``projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]``.
175175 retry (Optional[google.api_core.retry.Retry]): A retry object used
176- to retry requests. If ``None`` is specified, requests will not
177- be retried.
176+ to retry requests. If ``None`` is specified, requests will
177+ be retried using a default configuration .
178178 timeout (Optional[float]): The amount of time, in seconds, to wait
179179 for the request to complete. Note that if ``retry`` is
180180 specified, the timeout applies to each individual attempt.
@@ -267,8 +267,8 @@ def list_occurrences(
267267 streaming is performed per-page, this determines the maximum number
268268 of resources in a page.
269269 retry (Optional[google.api_core.retry.Retry]): A retry object used
270- to retry requests. If ``None`` is specified, requests will not
271- be retried.
270+ to retry requests. If ``None`` is specified, requests will
271+ be retried using a default configuration .
272272 timeout (Optional[float]): The amount of time, in seconds, to wait
273273 for the request to complete. Note that if ``retry`` is
274274 specified, the timeout applies to each individual attempt.
@@ -359,8 +359,8 @@ def delete_occurrence(
359359 name (str): The name of the occurrence in the form of
360360 ``projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]``.
361361 retry (Optional[google.api_core.retry.Retry]): A retry object used
362- to retry requests. If ``None`` is specified, requests will not
363- be retried.
362+ to retry requests. If ``None`` is specified, requests will
363+ be retried using a default configuration .
364364 timeout (Optional[float]): The amount of time, in seconds, to wait
365365 for the request to complete. Note that if ``retry`` is
366366 specified, the timeout applies to each individual attempt.
@@ -438,8 +438,8 @@ def create_occurrence(
438438 If a dict is provided, it must be of the same form as the protobuf
439439 message :class:`~grafeas.grafeas_v1.types.Occurrence`
440440 retry (Optional[google.api_core.retry.Retry]): A retry object used
441- to retry requests. If ``None`` is specified, requests will not
442- be retried.
441+ to retry requests. If ``None`` is specified, requests will
442+ be retried using a default configuration .
443443 timeout (Optional[float]): The amount of time, in seconds, to wait
444444 for the request to complete. Note that if ``retry`` is
445445 specified, the timeout applies to each individual attempt.
@@ -522,8 +522,8 @@ def batch_create_occurrences(
522522 If a dict is provided, it must be of the same form as the protobuf
523523 message :class:`~grafeas.grafeas_v1.types.Occurrence`
524524 retry (Optional[google.api_core.retry.Retry]): A retry object used
525- to retry requests. If ``None`` is specified, requests will not
526- be retried.
525+ to retry requests. If ``None`` is specified, requests will
526+ be retried using a default configuration .
527527 timeout (Optional[float]): The amount of time, in seconds, to wait
528528 for the request to complete. Note that if ``retry`` is
529529 specified, the timeout applies to each individual attempt.
@@ -611,8 +611,8 @@ def update_occurrence(
611611 If a dict is provided, it must be of the same form as the protobuf
612612 message :class:`~grafeas.grafeas_v1.types.FieldMask`
613613 retry (Optional[google.api_core.retry.Retry]): A retry object used
614- to retry requests. If ``None`` is specified, requests will not
615- be retried.
614+ to retry requests. If ``None`` is specified, requests will
615+ be retried using a default configuration .
616616 timeout (Optional[float]): The amount of time, in seconds, to wait
617617 for the request to complete. Note that if ``retry`` is
618618 specified, the timeout applies to each individual attempt.
@@ -688,8 +688,8 @@ def get_occurrence_note(
688688 name (str): The name of the occurrence in the form of
689689 ``projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]``.
690690 retry (Optional[google.api_core.retry.Retry]): A retry object used
691- to retry requests. If ``None`` is specified, requests will not
692- be retried.
691+ to retry requests. If ``None`` is specified, requests will
692+ be retried using a default configuration .
693693 timeout (Optional[float]): The amount of time, in seconds, to wait
694694 for the request to complete. Note that if ``retry`` is
695695 specified, the timeout applies to each individual attempt.
@@ -762,8 +762,8 @@ def get_note(
762762 name (str): The name of the note in the form of
763763 ``projects/[PROVIDER_ID]/notes/[NOTE_ID]``.
764764 retry (Optional[google.api_core.retry.Retry]): A retry object used
765- to retry requests. If ``None`` is specified, requests will not
766- be retried.
765+ to retry requests. If ``None`` is specified, requests will
766+ be retried using a default configuration .
767767 timeout (Optional[float]): The amount of time, in seconds, to wait
768768 for the request to complete. Note that if ``retry`` is
769769 specified, the timeout applies to each individual attempt.
@@ -856,8 +856,8 @@ def list_notes(
856856 streaming is performed per-page, this determines the maximum number
857857 of resources in a page.
858858 retry (Optional[google.api_core.retry.Retry]): A retry object used
859- to retry requests. If ``None`` is specified, requests will not
860- be retried.
859+ to retry requests. If ``None`` is specified, requests will
860+ be retried using a default configuration .
861861 timeout (Optional[float]): The amount of time, in seconds, to wait
862862 for the request to complete. Note that if ``retry`` is
863863 specified, the timeout applies to each individual attempt.
@@ -946,8 +946,8 @@ def delete_note(
946946 name (str): The name of the note in the form of
947947 ``projects/[PROVIDER_ID]/notes/[NOTE_ID]``.
948948 retry (Optional[google.api_core.retry.Retry]): A retry object used
949- to retry requests. If ``None`` is specified, requests will not
950- be retried.
949+ to retry requests. If ``None`` is specified, requests will
950+ be retried using a default configuration .
951951 timeout (Optional[float]): The amount of time, in seconds, to wait
952952 for the request to complete. Note that if ``retry`` is
953953 specified, the timeout applies to each individual attempt.
@@ -1030,8 +1030,8 @@ def create_note(
10301030 If a dict is provided, it must be of the same form as the protobuf
10311031 message :class:`~grafeas.grafeas_v1.types.Note`
10321032 retry (Optional[google.api_core.retry.Retry]): A retry object used
1033- to retry requests. If ``None`` is specified, requests will not
1034- be retried.
1033+ to retry requests. If ``None`` is specified, requests will
1034+ be retried using a default configuration .
10351035 timeout (Optional[float]): The amount of time, in seconds, to wait
10361036 for the request to complete. Note that if ``retry`` is
10371037 specified, the timeout applies to each individual attempt.
@@ -1114,8 +1114,8 @@ def batch_create_notes(
11141114 If a dict is provided, it must be of the same form as the protobuf
11151115 message :class:`~grafeas.grafeas_v1.types.Note`
11161116 retry (Optional[google.api_core.retry.Retry]): A retry object used
1117- to retry requests. If ``None`` is specified, requests will not
1118- be retried.
1117+ to retry requests. If ``None`` is specified, requests will
1118+ be retried using a default configuration .
11191119 timeout (Optional[float]): The amount of time, in seconds, to wait
11201120 for the request to complete. Note that if ``retry`` is
11211121 specified, the timeout applies to each individual attempt.
@@ -1201,8 +1201,8 @@ def update_note(
12011201 If a dict is provided, it must be of the same form as the protobuf
12021202 message :class:`~grafeas.grafeas_v1.types.FieldMask`
12031203 retry (Optional[google.api_core.retry.Retry]): A retry object used
1204- to retry requests. If ``None`` is specified, requests will not
1205- be retried.
1204+ to retry requests. If ``None`` is specified, requests will
1205+ be retried using a default configuration .
12061206 timeout (Optional[float]): The amount of time, in seconds, to wait
12071207 for the request to complete. Note that if ``retry`` is
12081208 specified, the timeout applies to each individual attempt.
@@ -1299,8 +1299,8 @@ def list_note_occurrences(
12991299 streaming is performed per-page, this determines the maximum number
13001300 of resources in a page.
13011301 retry (Optional[google.api_core.retry.Retry]): A retry object used
1302- to retry requests. If ``None`` is specified, requests will not
1303- be retried.
1302+ to retry requests. If ``None`` is specified, requests will
1303+ be retried using a default configuration .
13041304 timeout (Optional[float]): The amount of time, in seconds, to wait
13051305 for the request to complete. Note that if ``retry`` is
13061306 specified, the timeout applies to each individual attempt.
0 commit comments