|
3412 | 3412 | }
|
3413 | 3413 | }
|
3414 | 3414 | },
|
3415 |
| - "revision": "20230312", |
| 3415 | + "revision": "20230319", |
3416 | 3416 | "rootUrl": "https://dlp.googleapis.com/",
|
3417 | 3417 | "schemas": {
|
3418 | 3418 | "GooglePrivacyDlpV2Action": {
|
|
3450 | 3450 | },
|
3451 | 3451 | "type": "object"
|
3452 | 3452 | },
|
| 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 | + }, |
3453 | 3464 | "GooglePrivacyDlpV2ActivateJobTriggerRequest": {
|
3454 | 3465 | "description": "Request message for ActivateJobTrigger.",
|
3455 | 3466 | "id": "GooglePrivacyDlpV2ActivateJobTriggerRequest",
|
|
4767 | 4778 | },
|
4768 | 4779 | "type": "object"
|
4769 | 4780 | },
|
| 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 | + }, |
4770 | 4818 | "GooglePrivacyDlpV2DeidentifyTemplate": {
|
4771 | 4819 | "description": "DeidentifyTemplates contains instructions on how to de-identify content. See https://cloud.google.com/dlp/docs/concepts-templates to learn more.",
|
4772 | 4820 | "id": "GooglePrivacyDlpV2DeidentifyTemplate",
|
|
4925 | 4973 | "description": "Combines all of the information about a DLP job.",
|
4926 | 4974 | "id": "GooglePrivacyDlpV2DlpJob",
|
4927 | 4975 | "properties": {
|
| 4976 | + "actionDetails": { |
| 4977 | + "description": "Events that should occur after the job has completed.", |
| 4978 | + "items": { |
| 4979 | + "$ref": "GooglePrivacyDlpV2ActionDetails" |
| 4980 | + }, |
| 4981 | + "type": "array" |
| 4982 | + }, |
4928 | 4983 | "createTime": {
|
4929 | 4984 | "description": "Time when the job was created.",
|
4930 | 4985 | "format": "google-datetime",
|
|
7402 | 7457 | "properties": {},
|
7403 | 7458 | "type": "object"
|
7404 | 7459 | },
|
| 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 | + }, |
7405 | 7479 | "GooglePrivacyDlpV2RequestedOptions": {
|
7406 | 7480 | "description": "Snapshot of the inspection configuration.",
|
7407 | 7481 | "id": "GooglePrivacyDlpV2RequestedOptions",
|
|
0 commit comments