Synchronize new proto changes.
This commit is contained in:
parent
620947d5dc
commit
a8f550c498
|
|
@ -46,6 +46,34 @@ interfaces:
|
|||
max_rpc_timeout_millis: 20000
|
||||
total_timeout_millis: 600000
|
||||
methods:
|
||||
- name: DeidentifyContent
|
||||
flattening:
|
||||
groups:
|
||||
- parameters:
|
||||
- deidentify_config
|
||||
- inspect_config
|
||||
- items
|
||||
required_fields:
|
||||
- deidentify_config
|
||||
- inspect_config
|
||||
- items
|
||||
request_object_method: true
|
||||
retry_codes_name: idempotent
|
||||
retry_params_name: default
|
||||
timeout_millis: 60000
|
||||
- name: AnalyzeDataSourceRisk
|
||||
flattening:
|
||||
groups:
|
||||
- parameters:
|
||||
- privacy_metric
|
||||
- source_table
|
||||
required_fields:
|
||||
- privacy_metric
|
||||
- source_table
|
||||
request_object_method: true
|
||||
retry_codes_name: idempotent
|
||||
retry_params_name: default
|
||||
timeout_millis: 60000
|
||||
- name: InspectContent
|
||||
flattening:
|
||||
groups:
|
||||
|
|
|
|||
Loading…
Reference in New Issue