Skip to content

Commit 9a1d7ec

Browse files
feat(dlp): update the api
#### dlp:v2 The following keys were added: - schemas.GooglePrivacyDlpV2ActionDetails (Total Keys: 3) - schemas.GooglePrivacyDlpV2DeidentifyDataSourceDetails (Total Keys: 4) - schemas.GooglePrivacyDlpV2DeidentifyDataSourceStats (Total Keys: 8) - schemas.GooglePrivacyDlpV2DlpJob.properties.actionDetails (Total Keys: 2) - schemas.GooglePrivacyDlpV2RequestedDeidentifyOptions (Total Keys: 5)
1 parent 98a0b85 commit 9a1d7ec

File tree

6 files changed

+25601
-2865
lines changed

6 files changed

+25601
-2865
lines changed

docs/dyn/dlp_v2.organizations.locations.dlpJobs.html

Lines changed: 2518 additions & 0 deletions
Large diffs are not rendered by default.

docs/dyn/dlp_v2.projects.dlpJobs.html

Lines changed: 9051 additions & 1497 deletions
Large diffs are not rendered by default.

docs/dyn/dlp_v2.projects.jobTriggers.html

Lines changed: 2518 additions & 0 deletions
Large diffs are not rendered by default.

docs/dyn/dlp_v2.projects.locations.dlpJobs.html

Lines changed: 8921 additions & 1367 deletions
Large diffs are not rendered by default.

docs/dyn/dlp_v2.projects.locations.jobTriggers.html

Lines changed: 2518 additions & 0 deletions
Large diffs are not rendered by default.

googleapiclient/discovery_cache/documents/dlp.v2.json

Lines changed: 75 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3412,7 +3412,7 @@
34123412
}
34133413
}
34143414
},
3415-
"revision": "20230312",
3415+
"revision": "20230319",
34163416
"rootUrl": "https://dlp.googleapis.com/",
34173417
"schemas": {
34183418
"GooglePrivacyDlpV2Action": {
@@ -3450,6 +3450,17 @@
34503450
},
34513451
"type": "object"
34523452
},
3453+
"GooglePrivacyDlpV2ActionDetails": {
3454+
"description": "The results of an Action.",
3455+
"id": "GooglePrivacyDlpV2ActionDetails",
3456+
"properties": {
3457+
"deidentifyDetails": {
3458+
"$ref": "GooglePrivacyDlpV2DeidentifyDataSourceDetails",
3459+
"description": "Outcome of a de-identification action."
3460+
}
3461+
},
3462+
"type": "object"
3463+
},
34533464
"GooglePrivacyDlpV2ActivateJobTriggerRequest": {
34543465
"description": "Request message for ActivateJobTrigger.",
34553466
"id": "GooglePrivacyDlpV2ActivateJobTriggerRequest",
@@ -4767,6 +4778,43 @@
47674778
},
47684779
"type": "object"
47694780
},
4781+
"GooglePrivacyDlpV2DeidentifyDataSourceDetails": {
4782+
"description": "The results of a Deidentify action from an Inspect job.",
4783+
"id": "GooglePrivacyDlpV2DeidentifyDataSourceDetails",
4784+
"properties": {
4785+
"deidentifyStats": {
4786+
"$ref": "GooglePrivacyDlpV2DeidentifyDataSourceStats",
4787+
"description": "Stats about de-identification."
4788+
},
4789+
"requestedOptions": {
4790+
"$ref": "GooglePrivacyDlpV2RequestedDeidentifyOptions",
4791+
"description": "De-identification config used for the request."
4792+
}
4793+
},
4794+
"type": "object"
4795+
},
4796+
"GooglePrivacyDlpV2DeidentifyDataSourceStats": {
4797+
"description": "Summary of what was modified during a transformation.",
4798+
"id": "GooglePrivacyDlpV2DeidentifyDataSourceStats",
4799+
"properties": {
4800+
"transformationCount": {
4801+
"description": "Number of successfully applied transformations.",
4802+
"format": "int64",
4803+
"type": "string"
4804+
},
4805+
"transformationErrorCount": {
4806+
"description": "Number of errors encountered while trying to apply transformations.",
4807+
"format": "int64",
4808+
"type": "string"
4809+
},
4810+
"transformedBytes": {
4811+
"description": "Total size in bytes that were transformed in some way.",
4812+
"format": "int64",
4813+
"type": "string"
4814+
}
4815+
},
4816+
"type": "object"
4817+
},
47704818
"GooglePrivacyDlpV2DeidentifyTemplate": {
47714819
"description": "DeidentifyTemplates contains instructions on how to de-identify content. See https://cloud.google.com/dlp/docs/concepts-templates to learn more.",
47724820
"id": "GooglePrivacyDlpV2DeidentifyTemplate",
@@ -4925,6 +4973,13 @@
49254973
"description": "Combines all of the information about a DLP job.",
49264974
"id": "GooglePrivacyDlpV2DlpJob",
49274975
"properties": {
4976+
"actionDetails": {
4977+
"description": "Events that should occur after the job has completed.",
4978+
"items": {
4979+
"$ref": "GooglePrivacyDlpV2ActionDetails"
4980+
},
4981+
"type": "array"
4982+
},
49284983
"createTime": {
49294984
"description": "Time when the job was created.",
49304985
"format": "google-datetime",
@@ -7402,6 +7457,25 @@
74027457
"properties": {},
74037458
"type": "object"
74047459
},
7460+
"GooglePrivacyDlpV2RequestedDeidentifyOptions": {
7461+
"description": "De-id options.",
7462+
"id": "GooglePrivacyDlpV2RequestedDeidentifyOptions",
7463+
"properties": {
7464+
"snapshotDeidentifyTemplate": {
7465+
"$ref": "GooglePrivacyDlpV2DeidentifyTemplate",
7466+
"description": "Snapshot of the state of the DeidentifyTemplate from the Deidentify action at the time this job was run."
7467+
},
7468+
"snapshotImageRedactTemplate": {
7469+
"$ref": "GooglePrivacyDlpV2DeidentifyTemplate",
7470+
"description": "Snapshot of the state of the image redact DeidentifyTemplate from the Deidentify action at the time this job was run."
7471+
},
7472+
"snapshotStructuredDeidentifyTemplate": {
7473+
"$ref": "GooglePrivacyDlpV2DeidentifyTemplate",
7474+
"description": "Snapshot of the state of the structured DeidentifyTemplate from the Deidentify action at the time this job was run."
7475+
}
7476+
},
7477+
"type": "object"
7478+
},
74057479
"GooglePrivacyDlpV2RequestedOptions": {
74067480
"description": "Snapshot of the inspection configuration.",
74077481
"id": "GooglePrivacyDlpV2RequestedOptions",

0 commit comments

Comments
 (0)