fix: migrate dlp/v2 to grpc_service_config
PiperOrigin-RevId: 319782065
This commit is contained in:
parent
76905ffe7e
commit
e66c163cc3
|
|
@ -66,6 +66,7 @@ java_gapic_library(
|
|||
name = "dlp_java_gapic",
|
||||
src = ":dlp_proto_with_info",
|
||||
gapic_yaml = "dlp_gapic.yaml",
|
||||
grpc_service_config = "dlp_grpc_service_config.json",
|
||||
package = "google.privacy.dlp.v2",
|
||||
service_yaml = "dlp_v2.yaml",
|
||||
test_deps = [
|
||||
|
|
@ -196,6 +197,7 @@ py_gapic_library(
|
|||
name = "dlp_py_gapic",
|
||||
src = ":dlp_proto_with_info",
|
||||
gapic_yaml = "dlp_gapic.yaml",
|
||||
grpc_service_config = "dlp_grpc_service_config.json",
|
||||
package = "google.privacy.dlp.v2",
|
||||
service_yaml = "dlp_v2.yaml",
|
||||
deps = [
|
||||
|
|
@ -240,6 +242,7 @@ php_gapic_library(
|
|||
name = "dlp_php_gapic",
|
||||
src = ":dlp_proto_with_info",
|
||||
gapic_yaml = "dlp_gapic.yaml",
|
||||
grpc_service_config = "dlp_grpc_service_config.json",
|
||||
package = "google.privacy.dlp.v2",
|
||||
service_yaml = "dlp_v2.yaml",
|
||||
deps = [
|
||||
|
|
|
|||
|
|
@ -35,106 +35,6 @@ 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:
|
||||
|
|
@ -146,35 +46,3 @@ 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