google-cloud-deploy-v1 0.15.0 → 0.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/google/cloud/deploy/v1/cloud_deploy/client.rb +51 -51
- data/lib/google/cloud/deploy/v1/cloud_deploy/rest/client.rb +51 -51
- data/lib/google/cloud/deploy/v1/cloud_deploy_pb.rb +1 -1
- data/lib/google/cloud/deploy/v1/deliverypipeline_notification_payload_pb.rb +1 -1
- data/lib/google/cloud/deploy/v1/jobrun_notification_payload_pb.rb +1 -1
- data/lib/google/cloud/deploy/v1/release_notification_payload_pb.rb +1 -1
- data/lib/google/cloud/deploy/v1/release_render_payload_pb.rb +2 -1
- data/lib/google/cloud/deploy/v1/rollout_notification_payload_pb.rb +1 -1
- data/lib/google/cloud/deploy/v1/rollout_update_payload_pb.rb +1 -1
- data/lib/google/cloud/deploy/v1/version.rb +1 -1
- data/proto_docs/google/cloud/deploy/v1/cloud_deploy.rb +69 -66
- data/proto_docs/google/cloud/deploy/v1/deliverypipeline_notification_payload.rb +3 -0
- data/proto_docs/google/cloud/deploy/v1/jobrun_notification_payload.rb +6 -0
- data/proto_docs/google/cloud/deploy/v1/release_notification_payload.rb +6 -0
- data/proto_docs/google/cloud/deploy/v1/release_render_payload.rb +8 -0
- data/proto_docs/google/cloud/deploy/v1/rollout_notification_payload.rb +9 -3
- data/proto_docs/google/cloud/deploy/v1/rollout_update_payload.rb +11 -6
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fb200af8072e7f54460e7b69d7b76781a9f97de04a2f5ee321ff7ae40aa7cc9f
|
4
|
+
data.tar.gz: 631020759844d08a1443905914f9e128834182083de202cb3562bad826e1a355
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c41983a0346f20341d411cd74152207796edcd3e27c18cf0906210b086442c6460000c65907fbd4bc39c6be2577f9dae898098e92d5af9564b5549d87fd84272
|
7
|
+
data.tar.gz: 1bc279bf8caf7a33f4632cf9645fd07e7db0adf42cdc4f8968efb46a40f4dbb2657c797392b0e67cc363cc7da0017a5b86bb3750e41e0d8f5fad636d20fe91f3
|
@@ -537,9 +537,9 @@ module Google
|
|
537
537
|
# Required. The `DeliveryPipeline` to create.
|
538
538
|
# @param request_id [::String]
|
539
539
|
# Optional. A request ID to identify requests. Specify a unique request ID
|
540
|
-
# so that if you must retry your request, the server
|
541
|
-
#
|
542
|
-
#
|
540
|
+
# so that if you must retry your request, the server knows to ignore the
|
541
|
+
# request if it has already been completed. The server guarantees that for
|
542
|
+
# at least 60 minutes after the first request.
|
543
543
|
#
|
544
544
|
# For example, consider a situation where you make an initial request and the
|
545
545
|
# request times out. If you make the request again with the same request ID,
|
@@ -647,15 +647,15 @@ module Google
|
|
647
647
|
# Required. Field mask is used to specify the fields to be overwritten in the
|
648
648
|
# `DeliveryPipeline` resource by the update.
|
649
649
|
# The fields specified in the update_mask are relative to the resource, not
|
650
|
-
# the full request. A field will be overwritten if it
|
651
|
-
# user
|
650
|
+
# the full request. A field will be overwritten if it's in the mask. If the
|
651
|
+
# user doesn't provide a mask then all fields are overwritten.
|
652
652
|
# @param delivery_pipeline [::Google::Cloud::Deploy::V1::DeliveryPipeline, ::Hash]
|
653
653
|
# Required. The `DeliveryPipeline` to update.
|
654
654
|
# @param request_id [::String]
|
655
655
|
# Optional. A request ID to identify requests. Specify a unique request ID
|
656
|
-
# so that if you must retry your request, the server
|
657
|
-
#
|
658
|
-
#
|
656
|
+
# so that if you must retry your request, the server knows to ignore the
|
657
|
+
# request if it has already been completed. The server guarantees that for
|
658
|
+
# at least 60 minutes after the first request.
|
659
659
|
#
|
660
660
|
# For example, consider a situation where you make an initial request and the
|
661
661
|
# request times out. If you make the request again with the same request ID,
|
@@ -767,9 +767,9 @@ module Google
|
|
767
767
|
# `projects/{project_id}/locations/{location_name}/deliveryPipelines/{pipeline_name}`.
|
768
768
|
# @param request_id [::String]
|
769
769
|
# Optional. A request ID to identify requests. Specify a unique request ID
|
770
|
-
# so that if you must retry your request, the server
|
771
|
-
#
|
772
|
-
#
|
770
|
+
# so that if you must retry your request, the server knows to ignore the
|
771
|
+
# request if it has already been completed. The server guarantees that for
|
772
|
+
# at least 60 minutes after the first request.
|
773
773
|
#
|
774
774
|
# For example, consider a situation where you make an initial request and the
|
775
775
|
# request times out. If you make the request again with the same request ID,
|
@@ -1191,9 +1191,9 @@ module Google
|
|
1191
1191
|
# Required. The `Target` to create.
|
1192
1192
|
# @param request_id [::String]
|
1193
1193
|
# Optional. A request ID to identify requests. Specify a unique request ID
|
1194
|
-
# so that if you must retry your request, the server
|
1195
|
-
#
|
1196
|
-
#
|
1194
|
+
# so that if you must retry your request, the server knows to ignore the
|
1195
|
+
# request if it has already been completed. The server guarantees that for
|
1196
|
+
# at least 60 minutes after the first request.
|
1197
1197
|
#
|
1198
1198
|
# For example, consider a situation where you make an initial request and the
|
1199
1199
|
# request times out. If you make the request again with the same request ID,
|
@@ -1301,15 +1301,15 @@ module Google
|
|
1301
1301
|
# Required. Field mask is used to specify the fields to be overwritten in the
|
1302
1302
|
# Target resource by the update.
|
1303
1303
|
# The fields specified in the update_mask are relative to the resource, not
|
1304
|
-
# the full request. A field will be overwritten if it
|
1305
|
-
# user
|
1304
|
+
# the full request. A field will be overwritten if it's in the mask. If the
|
1305
|
+
# user doesn't provide a mask then all fields are overwritten.
|
1306
1306
|
# @param target [::Google::Cloud::Deploy::V1::Target, ::Hash]
|
1307
1307
|
# Required. The `Target` to update.
|
1308
1308
|
# @param request_id [::String]
|
1309
1309
|
# Optional. A request ID to identify requests. Specify a unique request ID
|
1310
|
-
# so that if you must retry your request, the server
|
1311
|
-
#
|
1312
|
-
#
|
1310
|
+
# so that if you must retry your request, the server knows to ignore the
|
1311
|
+
# request if it has already been completed. The server guarantees that for
|
1312
|
+
# at least 60 minutes after the first request.
|
1313
1313
|
#
|
1314
1314
|
# For example, consider a situation where you make an initial request and the
|
1315
1315
|
# request times out. If you make the request again with the same request ID,
|
@@ -1421,9 +1421,9 @@ module Google
|
|
1421
1421
|
# `projects/{project_id}/locations/{location_name}/targets/{target_name}`.
|
1422
1422
|
# @param request_id [::String]
|
1423
1423
|
# Optional. A request ID to identify requests. Specify a unique request ID
|
1424
|
-
# so that if you must retry your request, the server
|
1425
|
-
#
|
1426
|
-
#
|
1424
|
+
# so that if you must retry your request, the server knows to ignore the
|
1425
|
+
# request if it has already been completed. The server guarantees that for
|
1426
|
+
# at least 60 minutes after the first request.
|
1427
1427
|
#
|
1428
1428
|
# For example, consider a situation where you make an initial request and the
|
1429
1429
|
# request times out. If you make the request again with the same request ID,
|
@@ -1730,7 +1730,7 @@ module Google
|
|
1730
1730
|
#
|
1731
1731
|
# @param parent [::String]
|
1732
1732
|
# Required. The parent collection in which the `CustomTargetType` should be
|
1733
|
-
# created
|
1733
|
+
# created. Format should be
|
1734
1734
|
# `projects/{project_id}/locations/{location_name}`.
|
1735
1735
|
# @param custom_target_type_id [::String]
|
1736
1736
|
# Required. ID of the `CustomTargetType`.
|
@@ -1738,9 +1738,9 @@ module Google
|
|
1738
1738
|
# Required. The `CustomTargetType` to create.
|
1739
1739
|
# @param request_id [::String]
|
1740
1740
|
# Optional. A request ID to identify requests. Specify a unique request ID
|
1741
|
-
# so that if you must retry your request, the server
|
1742
|
-
#
|
1743
|
-
#
|
1741
|
+
# so that if you must retry your request, the server knows to ignore the
|
1742
|
+
# request if it has already been completed. The server guarantees that for
|
1743
|
+
# at least 60 minutes after the first request.
|
1744
1744
|
#
|
1745
1745
|
# For example, consider a situation where you make an initial request and the
|
1746
1746
|
# request times out. If you make the request again with the same request ID,
|
@@ -1848,15 +1848,15 @@ module Google
|
|
1848
1848
|
# Required. Field mask is used to specify the fields to be overwritten in the
|
1849
1849
|
# `CustomTargetType` resource by the update.
|
1850
1850
|
# The fields specified in the update_mask are relative to the resource, not
|
1851
|
-
# the full request. A field will be overwritten if it
|
1852
|
-
# user
|
1851
|
+
# the full request. A field will be overwritten if it's in the mask. If the
|
1852
|
+
# user doesn't provide a mask then all fields are overwritten.
|
1853
1853
|
# @param custom_target_type [::Google::Cloud::Deploy::V1::CustomTargetType, ::Hash]
|
1854
1854
|
# Required. The `CustomTargetType` to update.
|
1855
1855
|
# @param request_id [::String]
|
1856
1856
|
# Optional. A request ID to identify requests. Specify a unique request ID
|
1857
|
-
# so that if you must retry your request, the server
|
1858
|
-
#
|
1859
|
-
#
|
1857
|
+
# so that if you must retry your request, the server knows to ignore the
|
1858
|
+
# request if it has already been completed. The server guarantees that for
|
1859
|
+
# at least 60 minutes after the first request.
|
1860
1860
|
#
|
1861
1861
|
# For example, consider a situation where you make an initial request and the
|
1862
1862
|
# request times out. If you make the request again with the same request ID,
|
@@ -1968,9 +1968,9 @@ module Google
|
|
1968
1968
|
# `projects/{project_id}/locations/{location_name}/customTargetTypes/{custom_target_type}`.
|
1969
1969
|
# @param request_id [::String]
|
1970
1970
|
# Optional. A request ID to identify requests. Specify a unique request ID
|
1971
|
-
# so that if you must retry your request, the server
|
1972
|
-
#
|
1973
|
-
#
|
1971
|
+
# so that if you must retry your request, the server knows to ignore the
|
1972
|
+
# request if it has already been completed. The server guarantees that for
|
1973
|
+
# at least 60 minutes after the first request.
|
1974
1974
|
#
|
1975
1975
|
# For example, consider a situation where you make an initial request and the
|
1976
1976
|
# request times out. If you make the request again with the same request ID,
|
@@ -2285,9 +2285,9 @@ module Google
|
|
2285
2285
|
# Required. The `Release` to create.
|
2286
2286
|
# @param request_id [::String]
|
2287
2287
|
# Optional. A request ID to identify requests. Specify a unique request ID
|
2288
|
-
# so that if you must retry your request, the server
|
2289
|
-
#
|
2290
|
-
#
|
2288
|
+
# so that if you must retry your request, the server knows to ignore the
|
2289
|
+
# request if it has already been completed. The server guarantees that for
|
2290
|
+
# at least 60 minutes after the first request.
|
2291
2291
|
#
|
2292
2292
|
# For example, consider a situation where you make an initial request and the
|
2293
2293
|
# request times out. If you make the request again with the same request ID,
|
@@ -2942,9 +2942,9 @@ module Google
|
|
2942
2942
|
# Required. The `Rollout` to create.
|
2943
2943
|
# @param request_id [::String]
|
2944
2944
|
# Optional. A request ID to identify requests. Specify a unique request ID
|
2945
|
-
# so that if you must retry your request, the server
|
2946
|
-
#
|
2947
|
-
#
|
2945
|
+
# so that if you must retry your request, the server knows to ignore the
|
2946
|
+
# request if it has already been completed. The server guarantees that for
|
2947
|
+
# at least 60 minutes after the first request.
|
2948
2948
|
#
|
2949
2949
|
# For example, consider a situation where you make an initial request and the
|
2950
2950
|
# request times out. If you make the request again with the same request ID,
|
@@ -3605,9 +3605,9 @@ module Google
|
|
3605
3605
|
# Required. The `Automation` to create.
|
3606
3606
|
# @param request_id [::String]
|
3607
3607
|
# Optional. A request ID to identify requests. Specify a unique request ID
|
3608
|
-
# so that if you must retry your request, the server
|
3609
|
-
#
|
3610
|
-
#
|
3608
|
+
# so that if you must retry your request, the server knows to ignore the
|
3609
|
+
# request if it has already been completed. The server guarantees that for
|
3610
|
+
# at least 60 minutes after the first request.
|
3611
3611
|
#
|
3612
3612
|
# For example, consider a situation where you make an initial request and the
|
3613
3613
|
# request times out. If you make the request again with the same request ID,
|
@@ -3715,15 +3715,15 @@ module Google
|
|
3715
3715
|
# Required. Field mask is used to specify the fields to be overwritten in the
|
3716
3716
|
# `Automation` resource by the update.
|
3717
3717
|
# The fields specified in the update_mask are relative to the resource, not
|
3718
|
-
# the full request. A field will be overwritten if it
|
3719
|
-
# user
|
3718
|
+
# the full request. A field will be overwritten if it's in the mask. If the
|
3719
|
+
# user doesn't provide a mask then all fields are overwritten.
|
3720
3720
|
# @param automation [::Google::Cloud::Deploy::V1::Automation, ::Hash]
|
3721
3721
|
# Required. The `Automation` to update.
|
3722
3722
|
# @param request_id [::String]
|
3723
3723
|
# Optional. A request ID to identify requests. Specify a unique request ID
|
3724
|
-
# so that if you must retry your request, the server
|
3725
|
-
#
|
3726
|
-
#
|
3724
|
+
# so that if you must retry your request, the server knows to ignore the
|
3725
|
+
# request if it has already been completed. The server guarantees that for
|
3726
|
+
# at least 60 minutes after the first request.
|
3727
3727
|
#
|
3728
3728
|
# For example, consider a situation where you make an initial request and the
|
3729
3729
|
# request times out. If you make the request again with the same request ID,
|
@@ -3835,9 +3835,9 @@ module Google
|
|
3835
3835
|
# `projects/{project_id}/locations/{location_name}/deliveryPipelines/{pipeline_name}/automations/{automation_name}`.
|
3836
3836
|
# @param request_id [::String]
|
3837
3837
|
# Optional. A request ID to identify requests. Specify a unique request ID
|
3838
|
-
# so that if you must retry your request, the server
|
3839
|
-
#
|
3840
|
-
#
|
3838
|
+
# so that if you must retry your request, the server knows to ignore the
|
3839
|
+
# request if it has already been completed. The server guarantees that for
|
3840
|
+
# at least 60 minutes after the first request.
|
3841
3841
|
#
|
3842
3842
|
# For example, consider a situation where you make an initial request and the
|
3843
3843
|
# request times out. If you make the request again with the same request ID,
|
@@ -514,9 +514,9 @@ module Google
|
|
514
514
|
# Required. The `DeliveryPipeline` to create.
|
515
515
|
# @param request_id [::String]
|
516
516
|
# Optional. A request ID to identify requests. Specify a unique request ID
|
517
|
-
# so that if you must retry your request, the server
|
518
|
-
#
|
519
|
-
#
|
517
|
+
# so that if you must retry your request, the server knows to ignore the
|
518
|
+
# request if it has already been completed. The server guarantees that for
|
519
|
+
# at least 60 minutes after the first request.
|
520
520
|
#
|
521
521
|
# For example, consider a situation where you make an initial request and the
|
522
522
|
# request times out. If you make the request again with the same request ID,
|
@@ -617,15 +617,15 @@ module Google
|
|
617
617
|
# Required. Field mask is used to specify the fields to be overwritten in the
|
618
618
|
# `DeliveryPipeline` resource by the update.
|
619
619
|
# The fields specified in the update_mask are relative to the resource, not
|
620
|
-
# the full request. A field will be overwritten if it
|
621
|
-
# user
|
620
|
+
# the full request. A field will be overwritten if it's in the mask. If the
|
621
|
+
# user doesn't provide a mask then all fields are overwritten.
|
622
622
|
# @param delivery_pipeline [::Google::Cloud::Deploy::V1::DeliveryPipeline, ::Hash]
|
623
623
|
# Required. The `DeliveryPipeline` to update.
|
624
624
|
# @param request_id [::String]
|
625
625
|
# Optional. A request ID to identify requests. Specify a unique request ID
|
626
|
-
# so that if you must retry your request, the server
|
627
|
-
#
|
628
|
-
#
|
626
|
+
# so that if you must retry your request, the server knows to ignore the
|
627
|
+
# request if it has already been completed. The server guarantees that for
|
628
|
+
# at least 60 minutes after the first request.
|
629
629
|
#
|
630
630
|
# For example, consider a situation where you make an initial request and the
|
631
631
|
# request times out. If you make the request again with the same request ID,
|
@@ -730,9 +730,9 @@ module Google
|
|
730
730
|
# `projects/{project_id}/locations/{location_name}/deliveryPipelines/{pipeline_name}`.
|
731
731
|
# @param request_id [::String]
|
732
732
|
# Optional. A request ID to identify requests. Specify a unique request ID
|
733
|
-
# so that if you must retry your request, the server
|
734
|
-
#
|
735
|
-
#
|
733
|
+
# so that if you must retry your request, the server knows to ignore the
|
734
|
+
# request if it has already been completed. The server guarantees that for
|
735
|
+
# at least 60 minutes after the first request.
|
736
736
|
#
|
737
737
|
# For example, consider a situation where you make an initial request and the
|
738
738
|
# request times out. If you make the request again with the same request ID,
|
@@ -1125,9 +1125,9 @@ module Google
|
|
1125
1125
|
# Required. The `Target` to create.
|
1126
1126
|
# @param request_id [::String]
|
1127
1127
|
# Optional. A request ID to identify requests. Specify a unique request ID
|
1128
|
-
# so that if you must retry your request, the server
|
1129
|
-
#
|
1130
|
-
#
|
1128
|
+
# so that if you must retry your request, the server knows to ignore the
|
1129
|
+
# request if it has already been completed. The server guarantees that for
|
1130
|
+
# at least 60 minutes after the first request.
|
1131
1131
|
#
|
1132
1132
|
# For example, consider a situation where you make an initial request and the
|
1133
1133
|
# request times out. If you make the request again with the same request ID,
|
@@ -1228,15 +1228,15 @@ module Google
|
|
1228
1228
|
# Required. Field mask is used to specify the fields to be overwritten in the
|
1229
1229
|
# Target resource by the update.
|
1230
1230
|
# The fields specified in the update_mask are relative to the resource, not
|
1231
|
-
# the full request. A field will be overwritten if it
|
1232
|
-
# user
|
1231
|
+
# the full request. A field will be overwritten if it's in the mask. If the
|
1232
|
+
# user doesn't provide a mask then all fields are overwritten.
|
1233
1233
|
# @param target [::Google::Cloud::Deploy::V1::Target, ::Hash]
|
1234
1234
|
# Required. The `Target` to update.
|
1235
1235
|
# @param request_id [::String]
|
1236
1236
|
# Optional. A request ID to identify requests. Specify a unique request ID
|
1237
|
-
# so that if you must retry your request, the server
|
1238
|
-
#
|
1239
|
-
#
|
1237
|
+
# so that if you must retry your request, the server knows to ignore the
|
1238
|
+
# request if it has already been completed. The server guarantees that for
|
1239
|
+
# at least 60 minutes after the first request.
|
1240
1240
|
#
|
1241
1241
|
# For example, consider a situation where you make an initial request and the
|
1242
1242
|
# request times out. If you make the request again with the same request ID,
|
@@ -1341,9 +1341,9 @@ module Google
|
|
1341
1341
|
# `projects/{project_id}/locations/{location_name}/targets/{target_name}`.
|
1342
1342
|
# @param request_id [::String]
|
1343
1343
|
# Optional. A request ID to identify requests. Specify a unique request ID
|
1344
|
-
# so that if you must retry your request, the server
|
1345
|
-
#
|
1346
|
-
#
|
1344
|
+
# so that if you must retry your request, the server knows to ignore the
|
1345
|
+
# request if it has already been completed. The server guarantees that for
|
1346
|
+
# at least 60 minutes after the first request.
|
1347
1347
|
#
|
1348
1348
|
# For example, consider a situation where you make an initial request and the
|
1349
1349
|
# request times out. If you make the request again with the same request ID,
|
@@ -1628,7 +1628,7 @@ module Google
|
|
1628
1628
|
#
|
1629
1629
|
# @param parent [::String]
|
1630
1630
|
# Required. The parent collection in which the `CustomTargetType` should be
|
1631
|
-
# created
|
1631
|
+
# created. Format should be
|
1632
1632
|
# `projects/{project_id}/locations/{location_name}`.
|
1633
1633
|
# @param custom_target_type_id [::String]
|
1634
1634
|
# Required. ID of the `CustomTargetType`.
|
@@ -1636,9 +1636,9 @@ module Google
|
|
1636
1636
|
# Required. The `CustomTargetType` to create.
|
1637
1637
|
# @param request_id [::String]
|
1638
1638
|
# Optional. A request ID to identify requests. Specify a unique request ID
|
1639
|
-
# so that if you must retry your request, the server
|
1640
|
-
#
|
1641
|
-
#
|
1639
|
+
# so that if you must retry your request, the server knows to ignore the
|
1640
|
+
# request if it has already been completed. The server guarantees that for
|
1641
|
+
# at least 60 minutes after the first request.
|
1642
1642
|
#
|
1643
1643
|
# For example, consider a situation where you make an initial request and the
|
1644
1644
|
# request times out. If you make the request again with the same request ID,
|
@@ -1739,15 +1739,15 @@ module Google
|
|
1739
1739
|
# Required. Field mask is used to specify the fields to be overwritten in the
|
1740
1740
|
# `CustomTargetType` resource by the update.
|
1741
1741
|
# The fields specified in the update_mask are relative to the resource, not
|
1742
|
-
# the full request. A field will be overwritten if it
|
1743
|
-
# user
|
1742
|
+
# the full request. A field will be overwritten if it's in the mask. If the
|
1743
|
+
# user doesn't provide a mask then all fields are overwritten.
|
1744
1744
|
# @param custom_target_type [::Google::Cloud::Deploy::V1::CustomTargetType, ::Hash]
|
1745
1745
|
# Required. The `CustomTargetType` to update.
|
1746
1746
|
# @param request_id [::String]
|
1747
1747
|
# Optional. A request ID to identify requests. Specify a unique request ID
|
1748
|
-
# so that if you must retry your request, the server
|
1749
|
-
#
|
1750
|
-
#
|
1748
|
+
# so that if you must retry your request, the server knows to ignore the
|
1749
|
+
# request if it has already been completed. The server guarantees that for
|
1750
|
+
# at least 60 minutes after the first request.
|
1751
1751
|
#
|
1752
1752
|
# For example, consider a situation where you make an initial request and the
|
1753
1753
|
# request times out. If you make the request again with the same request ID,
|
@@ -1852,9 +1852,9 @@ module Google
|
|
1852
1852
|
# `projects/{project_id}/locations/{location_name}/customTargetTypes/{custom_target_type}`.
|
1853
1853
|
# @param request_id [::String]
|
1854
1854
|
# Optional. A request ID to identify requests. Specify a unique request ID
|
1855
|
-
# so that if you must retry your request, the server
|
1856
|
-
#
|
1857
|
-
#
|
1855
|
+
# so that if you must retry your request, the server knows to ignore the
|
1856
|
+
# request if it has already been completed. The server guarantees that for
|
1857
|
+
# at least 60 minutes after the first request.
|
1858
1858
|
#
|
1859
1859
|
# For example, consider a situation where you make an initial request and the
|
1860
1860
|
# request times out. If you make the request again with the same request ID,
|
@@ -2147,9 +2147,9 @@ module Google
|
|
2147
2147
|
# Required. The `Release` to create.
|
2148
2148
|
# @param request_id [::String]
|
2149
2149
|
# Optional. A request ID to identify requests. Specify a unique request ID
|
2150
|
-
# so that if you must retry your request, the server
|
2151
|
-
#
|
2152
|
-
#
|
2150
|
+
# so that if you must retry your request, the server knows to ignore the
|
2151
|
+
# request if it has already been completed. The server guarantees that for
|
2152
|
+
# at least 60 minutes after the first request.
|
2153
2153
|
#
|
2154
2154
|
# For example, consider a situation where you make an initial request and the
|
2155
2155
|
# request times out. If you make the request again with the same request ID,
|
@@ -2754,9 +2754,9 @@ module Google
|
|
2754
2754
|
# Required. The `Rollout` to create.
|
2755
2755
|
# @param request_id [::String]
|
2756
2756
|
# Optional. A request ID to identify requests. Specify a unique request ID
|
2757
|
-
# so that if you must retry your request, the server
|
2758
|
-
#
|
2759
|
-
#
|
2757
|
+
# so that if you must retry your request, the server knows to ignore the
|
2758
|
+
# request if it has already been completed. The server guarantees that for
|
2759
|
+
# at least 60 minutes after the first request.
|
2760
2760
|
#
|
2761
2761
|
# For example, consider a situation where you make an initial request and the
|
2762
2762
|
# request times out. If you make the request again with the same request ID,
|
@@ -3367,9 +3367,9 @@ module Google
|
|
3367
3367
|
# Required. The `Automation` to create.
|
3368
3368
|
# @param request_id [::String]
|
3369
3369
|
# Optional. A request ID to identify requests. Specify a unique request ID
|
3370
|
-
# so that if you must retry your request, the server
|
3371
|
-
#
|
3372
|
-
#
|
3370
|
+
# so that if you must retry your request, the server knows to ignore the
|
3371
|
+
# request if it has already been completed. The server guarantees that for
|
3372
|
+
# at least 60 minutes after the first request.
|
3373
3373
|
#
|
3374
3374
|
# For example, consider a situation where you make an initial request and the
|
3375
3375
|
# request times out. If you make the request again with the same request ID,
|
@@ -3470,15 +3470,15 @@ module Google
|
|
3470
3470
|
# Required. Field mask is used to specify the fields to be overwritten in the
|
3471
3471
|
# `Automation` resource by the update.
|
3472
3472
|
# The fields specified in the update_mask are relative to the resource, not
|
3473
|
-
# the full request. A field will be overwritten if it
|
3474
|
-
# user
|
3473
|
+
# the full request. A field will be overwritten if it's in the mask. If the
|
3474
|
+
# user doesn't provide a mask then all fields are overwritten.
|
3475
3475
|
# @param automation [::Google::Cloud::Deploy::V1::Automation, ::Hash]
|
3476
3476
|
# Required. The `Automation` to update.
|
3477
3477
|
# @param request_id [::String]
|
3478
3478
|
# Optional. A request ID to identify requests. Specify a unique request ID
|
3479
|
-
# so that if you must retry your request, the server
|
3480
|
-
#
|
3481
|
-
#
|
3479
|
+
# so that if you must retry your request, the server knows to ignore the
|
3480
|
+
# request if it has already been completed. The server guarantees that for
|
3481
|
+
# at least 60 minutes after the first request.
|
3482
3482
|
#
|
3483
3483
|
# For example, consider a situation where you make an initial request and the
|
3484
3484
|
# request times out. If you make the request again with the same request ID,
|
@@ -3583,9 +3583,9 @@ module Google
|
|
3583
3583
|
# `projects/{project_id}/locations/{location_name}/deliveryPipelines/{pipeline_name}/automations/{automation_name}`.
|
3584
3584
|
# @param request_id [::String]
|
3585
3585
|
# Optional. A request ID to identify requests. Specify a unique request ID
|
3586
|
-
# so that if you must retry your request, the server
|
3587
|
-
#
|
3588
|
-
#
|
3586
|
+
# so that if you must retry your request, the server knows to ignore the
|
3587
|
+
# request if it has already been completed. The server guarantees that for
|
3588
|
+
# at least 60 minutes after the first request.
|
3589
3589
|
#
|
3590
3590
|
# For example, consider a situation where you make an initial request and the
|
3591
3591
|
# request times out. If you make the request again with the same request ID,
|