Synchronize new proto changes.
This commit is contained in:
parent
87e03f3085
commit
68f502c1c8
|
|
@ -74,6 +74,13 @@ interfaces:
|
|||
retry_codes_name: idempotent
|
||||
retry_params_name: default
|
||||
timeout_millis: 60000
|
||||
long_running:
|
||||
return_type: google.privacy.dlp.v2beta1.RiskAnalysisOperationResult
|
||||
metadata_type: google.privacy.dlp.v2beta1.RiskAnalysisOperationMetadata
|
||||
initial_poll_delay_millis: 20000
|
||||
poll_delay_multiplier: 1.5
|
||||
max_poll_delay_millis: 45000
|
||||
total_poll_timeout_millis: 86400000
|
||||
- name: InspectContent
|
||||
flattening:
|
||||
groups:
|
||||
|
|
|
|||
Loading…
Reference in New Issue