@@ -288,8 +288,8 @@ def create_product_set(
288
288
an error is returned with code ALREADY\_EXISTS. Must be at most 128
289
289
characters long. It cannot contain the character ``/``.
290
290
retry (Optional[google.api_core.retry.Retry]): A retry object used
291
- to retry requests. If ``None`` is specified, requests will not
292
- be retried.
291
+ to retry requests. If ``None`` is specified, requests will
292
+ be retried using a default configuration .
293
293
timeout (Optional[float]): The amount of time, in seconds, to wait
294
294
for the request to complete. Note that if ``retry`` is
295
295
specified, the timeout applies to each individual attempt.
@@ -384,8 +384,8 @@ def list_product_sets(
384
384
streaming is performed per-page, this determines the maximum number
385
385
of resources in a page.
386
386
retry (Optional[google.api_core.retry.Retry]): A retry object used
387
- to retry requests. If ``None`` is specified, requests will not
388
- be retried.
387
+ to retry requests. If ``None`` is specified, requests will
388
+ be retried using a default configuration .
389
389
timeout (Optional[float]): The amount of time, in seconds, to wait
390
390
for the request to complete. Note that if ``retry`` is
391
391
specified, the timeout applies to each individual attempt.
@@ -476,8 +476,8 @@ def get_product_set(
476
476
Format is:
477
477
``projects/PROJECT_ID/locations/LOG_ID/productSets/PRODUCT_SET_ID``
478
478
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 .
481
481
timeout (Optional[float]): The amount of time, in seconds, to wait
482
482
for the request to complete. Note that if ``retry`` is
483
483
specified, the timeout applies to each individual attempt.
@@ -563,8 +563,8 @@ def update_product_set(
563
563
If a dict is provided, it must be of the same form as the protobuf
564
564
message :class:`~google.cloud.vision_v1.types.FieldMask`
565
565
retry (Optional[google.api_core.retry.Retry]): A retry object used
566
- to retry requests. If ``None`` is specified, requests will not
567
- be retried.
566
+ to retry requests. If ``None`` is specified, requests will
567
+ be retried using a default configuration .
568
568
timeout (Optional[float]): The amount of time, in seconds, to wait
569
569
for the request to complete. Note that if ``retry`` is
570
570
specified, the timeout applies to each individual attempt.
@@ -640,8 +640,8 @@ def delete_product_set(
640
640
Format is:
641
641
``projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID``
642
642
retry (Optional[google.api_core.retry.Retry]): A retry object used
643
- to retry requests. If ``None`` is specified, requests will not
644
- be retried.
643
+ to retry requests. If ``None`` is specified, requests will
644
+ be retried using a default configuration .
645
645
timeout (Optional[float]): The amount of time, in seconds, to wait
646
646
for the request to complete. Note that if ``retry`` is
647
647
specified, the timeout applies to each individual attempt.
@@ -729,8 +729,8 @@ def create_product(
729
729
an error is returned with code ALREADY\_EXISTS. Must be at most 128
730
730
characters long. It cannot contain the character ``/``.
731
731
retry (Optional[google.api_core.retry.Retry]): A retry object used
732
- to retry requests. If ``None`` is specified, requests will not
733
- be retried.
732
+ to retry requests. If ``None`` is specified, requests will
733
+ be retried using a default configuration .
734
734
timeout (Optional[float]): The amount of time, in seconds, to wait
735
735
for the request to complete. Note that if ``retry`` is
736
736
specified, the timeout applies to each individual attempt.
@@ -825,8 +825,8 @@ def list_products(
825
825
streaming is performed per-page, this determines the maximum number
826
826
of resources in a page.
827
827
retry (Optional[google.api_core.retry.Retry]): A retry object used
828
- to retry requests. If ``None`` is specified, requests will not
829
- be retried.
828
+ to retry requests. If ``None`` is specified, requests will
829
+ be retried using a default configuration .
830
830
timeout (Optional[float]): The amount of time, in seconds, to wait
831
831
for the request to complete. Note that if ``retry`` is
832
832
specified, the timeout applies to each individual attempt.
@@ -916,8 +916,8 @@ def get_product(
916
916
917
917
Format is: ``projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID``
918
918
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 .
921
921
timeout (Optional[float]): The amount of time, in seconds, to wait
922
922
for the request to complete. Note that if ``retry`` is
923
923
specified, the timeout applies to each individual attempt.
@@ -1011,8 +1011,8 @@ def update_product(
1011
1011
If a dict is provided, it must be of the same form as the protobuf
1012
1012
message :class:`~google.cloud.vision_v1.types.FieldMask`
1013
1013
retry (Optional[google.api_core.retry.Retry]): A retry object used
1014
- to retry requests. If ``None`` is specified, requests will not
1015
- be retried.
1014
+ to retry requests. If ``None`` is specified, requests will
1015
+ be retried using a default configuration .
1016
1016
timeout (Optional[float]): The amount of time, in seconds, to wait
1017
1017
for the request to complete. Note that if ``retry`` is
1018
1018
specified, the timeout applies to each individual attempt.
@@ -1088,8 +1088,8 @@ def delete_product(
1088
1088
1089
1089
Format is: ``projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID``
1090
1090
retry (Optional[google.api_core.retry.Retry]): A retry object used
1091
- to retry requests. If ``None`` is specified, requests will not
1092
- be retried.
1091
+ to retry requests. If ``None`` is specified, requests will
1092
+ be retried using a default configuration .
1093
1093
timeout (Optional[float]): The amount of time, in seconds, to wait
1094
1094
for the request to complete. Note that if ``retry`` is
1095
1095
specified, the timeout applies to each individual attempt.
@@ -1190,8 +1190,8 @@ def create_reference_image(
1190
1190
already in use, an error is returned with code ALREADY\_EXISTS. Must be
1191
1191
at most 128 characters long. It cannot contain the character ``/``.
1192
1192
retry (Optional[google.api_core.retry.Retry]): A retry object used
1193
- to retry requests. If ``None`` is specified, requests will not
1194
- be retried.
1193
+ to retry requests. If ``None`` is specified, requests will
1194
+ be retried using a default configuration .
1195
1195
timeout (Optional[float]): The amount of time, in seconds, to wait
1196
1196
for the request to complete. Note that if ``retry`` is
1197
1197
specified, the timeout applies to each individual attempt.
@@ -1273,8 +1273,8 @@ def delete_reference_image(
1273
1273
1274
1274
``projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID/referenceImages/IMAGE_ID``
1275
1275
retry (Optional[google.api_core.retry.Retry]): A retry object used
1276
- to retry requests. If ``None`` is specified, requests will not
1277
- be retried.
1276
+ to retry requests. If ``None`` is specified, requests will
1277
+ be retried using a default configuration .
1278
1278
timeout (Optional[float]): The amount of time, in seconds, to wait
1279
1279
for the request to complete. Note that if ``retry`` is
1280
1280
specified, the timeout applies to each individual attempt.
@@ -1365,8 +1365,8 @@ def list_reference_images(
1365
1365
streaming is performed per-page, this determines the maximum number
1366
1366
of resources in a page.
1367
1367
retry (Optional[google.api_core.retry.Retry]): A retry object used
1368
- to retry requests. If ``None`` is specified, requests will not
1369
- be retried.
1368
+ to retry requests. If ``None`` is specified, requests will
1369
+ be retried using a default configuration .
1370
1370
timeout (Optional[float]): The amount of time, in seconds, to wait
1371
1371
for the request to complete. Note that if ``retry`` is
1372
1372
specified, the timeout applies to each individual attempt.
@@ -1458,8 +1458,8 @@ def get_reference_image(
1458
1458
1459
1459
``projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID/referenceImages/IMAGE_ID``.
1460
1460
retry (Optional[google.api_core.retry.Retry]): A retry object used
1461
- to retry requests. If ``None`` is specified, requests will not
1462
- be retried.
1461
+ to retry requests. If ``None`` is specified, requests will
1462
+ be retried using a default configuration .
1463
1463
timeout (Optional[float]): The amount of time, in seconds, to wait
1464
1464
for the request to complete. Note that if ``retry`` is
1465
1465
specified, the timeout applies to each individual attempt.
@@ -1542,8 +1542,8 @@ def add_product_to_product_set(
1542
1542
1543
1543
Format is: ``projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID``
1544
1544
retry (Optional[google.api_core.retry.Retry]): A retry object used
1545
- to retry requests. If ``None`` is specified, requests will not
1546
- be retried.
1545
+ to retry requests. If ``None`` is specified, requests will
1546
+ be retried using a default configuration .
1547
1547
timeout (Optional[float]): The amount of time, in seconds, to wait
1548
1548
for the request to complete. Note that if ``retry`` is
1549
1549
specified, the timeout applies to each individual attempt.
@@ -1618,8 +1618,8 @@ def remove_product_from_product_set(
1618
1618
1619
1619
Format is: ``projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID``
1620
1620
retry (Optional[google.api_core.retry.Retry]): A retry object used
1621
- to retry requests. If ``None`` is specified, requests will not
1622
- be retried.
1621
+ to retry requests. If ``None`` is specified, requests will
1622
+ be retried using a default configuration .
1623
1623
timeout (Optional[float]): The amount of time, in seconds, to wait
1624
1624
for the request to complete. Note that if ``retry`` is
1625
1625
specified, the timeout applies to each individual attempt.
@@ -1716,8 +1716,8 @@ def list_products_in_product_set(
1716
1716
streaming is performed per-page, this determines the maximum number
1717
1717
of resources in a page.
1718
1718
retry (Optional[google.api_core.retry.Retry]): A retry object used
1719
- to retry requests. If ``None`` is specified, requests will not
1720
- be retried.
1719
+ to retry requests. If ``None`` is specified, requests will
1720
+ be retried using a default configuration .
1721
1721
timeout (Optional[float]): The amount of time, in seconds, to wait
1722
1722
for the request to complete. Note that if ``retry`` is
1723
1723
specified, the timeout applies to each individual attempt.
@@ -1832,8 +1832,8 @@ def import_product_sets(
1832
1832
If a dict is provided, it must be of the same form as the protobuf
1833
1833
message :class:`~google.cloud.vision_v1.types.ImportProductSetsInputConfig`
1834
1834
retry (Optional[google.api_core.retry.Retry]): A retry object used
1835
- to retry requests. If ``None`` is specified, requests will not
1836
- be retried.
1835
+ to retry requests. If ``None`` is specified, requests will
1836
+ be retried using a default configuration .
1837
1837
timeout (Optional[float]): The amount of time, in seconds, to wait
1838
1838
for the request to complete. Note that if ``retry`` is
1839
1839
specified, the timeout applies to each individual attempt.
0 commit comments