Skip to content

Commit 5dbfe1f

Browse files
dpebottseaver
authored andcommitted
Re-generate library using dlp/synth.py (googleapis#6057)
1 parent c5dac35 commit 5dbfe1f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dlp/google/cloud/dlp_v2/gapic/dlp_service_client_config.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"google.privacy.dlp.v2.DlpService": {
44
"retry_codes": {
55
"idempotent": ["DEADLINE_EXCEEDED", "UNAVAILABLE"],
6-
"non_idempotent": []
6+
"http_get": ["DEADLINE_EXCEEDED", "UNAVAILABLE"],
7+
"non_idempotent": [],
8+
"no_retry": []
79
},
810
"retry_params": {
911
"default": {

0 commit comments

Comments
 (0)