fix: replace all retry configs removed during GAPIC config migration
PiperOrigin-RevId: 309415646
This commit is contained in:
parent
7e1c7603c8
commit
f78da0d54c
|
|
@ -35,6 +35,106 @@ interfaces:
|
|||
- name_pattern: projects/{project}/jobTriggers/{job_trigger}
|
||||
entity_name: project_job_trigger
|
||||
methods:
|
||||
- name: InspectContent
|
||||
retry_codes_name: idempotent
|
||||
retry_params_name: default
|
||||
timeout_millis: 300000
|
||||
- name: RedactImage
|
||||
retry_codes_name: idempotent
|
||||
retry_params_name: default
|
||||
timeout_millis: 300000
|
||||
- name: DeidentifyContent
|
||||
retry_codes_name: idempotent
|
||||
retry_params_name: default
|
||||
timeout_millis: 300000
|
||||
- name: ReidentifyContent
|
||||
retry_codes_name: idempotent
|
||||
retry_params_name: default
|
||||
timeout_millis: 300000
|
||||
- name: ListInfoTypes
|
||||
retry_codes_name: idempotent
|
||||
retry_params_name: default
|
||||
timeout_millis: 300000
|
||||
- name: CreateInspectTemplate
|
||||
retry_codes_name: non_idempotent
|
||||
retry_params_name: default
|
||||
timeout_millis: 300000
|
||||
- name: UpdateInspectTemplate
|
||||
retry_codes_name: non_idempotent
|
||||
retry_params_name: default
|
||||
timeout_millis: 300000
|
||||
- name: GetInspectTemplate
|
||||
retry_codes_name: idempotent
|
||||
retry_params_name: default
|
||||
timeout_millis: 300000
|
||||
- name: ListInspectTemplates
|
||||
retry_codes_name: idempotent
|
||||
retry_params_name: default
|
||||
timeout_millis: 300000
|
||||
- name: DeleteInspectTemplate
|
||||
retry_codes_name: idempotent
|
||||
retry_params_name: default
|
||||
timeout_millis: 300000
|
||||
- name: CreateDeidentifyTemplate
|
||||
retry_codes_name: non_idempotent
|
||||
retry_params_name: default
|
||||
timeout_millis: 300000
|
||||
- name: UpdateDeidentifyTemplate
|
||||
retry_codes_name: non_idempotent
|
||||
retry_params_name: default
|
||||
timeout_millis: 300000
|
||||
- name: GetDeidentifyTemplate
|
||||
retry_codes_name: idempotent
|
||||
retry_params_name: default
|
||||
timeout_millis: 300000
|
||||
- name: ListDeidentifyTemplates
|
||||
retry_codes_name: idempotent
|
||||
retry_params_name: default
|
||||
timeout_millis: 300000
|
||||
- name: DeleteDeidentifyTemplate
|
||||
retry_codes_name: idempotent
|
||||
retry_params_name: default
|
||||
timeout_millis: 300000
|
||||
- name: CreateDlpJob
|
||||
retry_codes_name: non_idempotent
|
||||
retry_params_name: default
|
||||
timeout_millis: 300000
|
||||
- name: ListDlpJobs
|
||||
retry_codes_name: idempotent
|
||||
retry_params_name: default
|
||||
timeout_millis: 300000
|
||||
- name: GetDlpJob
|
||||
retry_codes_name: idempotent
|
||||
retry_params_name: default
|
||||
timeout_millis: 300000
|
||||
- name: DeleteDlpJob
|
||||
retry_codes_name: idempotent
|
||||
retry_params_name: default
|
||||
timeout_millis: 300000
|
||||
- name: CancelDlpJob
|
||||
retry_codes_name: non_idempotent
|
||||
retry_params_name: default
|
||||
timeout_millis: 300000
|
||||
- name: FinishDlpJob
|
||||
retry_codes_name: non_idempotent
|
||||
retry_params_name: default
|
||||
timeout_millis: 300000
|
||||
- name: HybridInspectDlpJob
|
||||
retry_codes_name: non_idempotent
|
||||
retry_params_name: default
|
||||
timeout_millis: 300000
|
||||
- name: ListJobTriggers
|
||||
retry_codes_name: idempotent
|
||||
retry_params_name: default
|
||||
timeout_millis: 300000
|
||||
- name: GetJobTrigger
|
||||
retry_codes_name: idempotent
|
||||
retry_params_name: default
|
||||
timeout_millis: 300000
|
||||
- name: DeleteJobTrigger
|
||||
retry_codes_name: idempotent
|
||||
retry_params_name: default
|
||||
timeout_millis: 300000
|
||||
- name: ActivateJobTrigger
|
||||
surface_treatments:
|
||||
- include_languages:
|
||||
|
|
@ -46,3 +146,35 @@ interfaces:
|
|||
- python
|
||||
- php
|
||||
visibility: DISABLED
|
||||
- name: HybridInspectJobTrigger
|
||||
retry_codes_name: non_idempotent
|
||||
retry_params_name: default
|
||||
timeout_millis: 300000
|
||||
- name: UpdateJobTrigger
|
||||
retry_codes_name: non_idempotent
|
||||
retry_params_name: default
|
||||
timeout_millis: 300000
|
||||
- name: CreateJobTrigger
|
||||
retry_codes_name: non_idempotent
|
||||
retry_params_name: default
|
||||
timeout_millis: 300000
|
||||
- name: CreateStoredInfoType
|
||||
retry_codes_name: non_idempotent
|
||||
retry_params_name: default
|
||||
timeout_millis: 300000
|
||||
- name: UpdateStoredInfoType
|
||||
retry_codes_name: non_idempotent
|
||||
retry_params_name: default
|
||||
timeout_millis: 300000
|
||||
- name: GetStoredInfoType
|
||||
retry_codes_name: idempotent
|
||||
retry_params_name: default
|
||||
timeout_millis: 300000
|
||||
- name: ListStoredInfoTypes
|
||||
retry_codes_name: idempotent
|
||||
retry_params_name: default
|
||||
timeout_millis: 300000
|
||||
- name: DeleteStoredInfoType
|
||||
retry_codes_name: idempotent
|
||||
retry_params_name: default
|
||||
timeout_millis: 300000
|
||||
|
|
|
|||
Loading…
Reference in New Issue