From 7e3d1c4ab85d50307d42af3048f9a7dd47a2b9eb Mon Sep 17 00:00:00 2001
From: Yoshi Automation Method Details
pageToken: string, The standard list page token.
type: string, The type of job. Defaults to `DlpJobType.INSPECT`
Allowed values
- DLP_JOB_TYPE_UNSPECIFIED - Unused
+ DLP_JOB_TYPE_UNSPECIFIED - Defaults to INSPECT_JOB.
INSPECT_JOB - The job inspected Google Cloud for sensitive data.
RISK_ANALYSIS_JOB - The job executed a Risk Analysis computation.
x__xgafv: string, V1 error format.
diff --git a/docs/dyn/dlp_v2.organizations.locations.jobTriggers.html b/docs/dyn/dlp_v2.organizations.locations.jobTriggers.html
index b2bb548e406..d012401e60d 100644
--- a/docs/dyn/dlp_v2.organizations.locations.jobTriggers.html
+++ b/docs/dyn/dlp_v2.organizations.locations.jobTriggers.html
@@ -87,7 +87,7 @@ Instance Methods
get(name, x__xgafv=None)
Gets a job trigger. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.
+list(parent, filter=None, locationId=None, orderBy=None, pageSize=None, pageToken=None, type=None, x__xgafv=None)
Lists job triggers. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.
list_next(previous_request, previous_response)
list(parent, filter=None, locationId=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)
+ list(parent, filter=None, locationId=None, orderBy=None, pageSize=None, pageToken=None, type=None, x__xgafv=None)
Lists job triggers. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more. Args: @@ -977,6 +977,11 @@Method Details
orderBy: string, Comma separated list of triggeredJob fields to order by, followed by `asc` or `desc` postfix. This list is case-insensitive, default sorting order is ascending, redundant space characters are insignificant. Example: `name asc,update_time, create_time desc` Supported fields are: - `create_time`: corresponds to time the JobTrigger was created. - `update_time`: corresponds to time the JobTrigger was last updated. - `last_run_time`: corresponds to the last time the JobTrigger ran. - `name`: corresponds to JobTrigger's name. - `display_name`: corresponds to JobTrigger's display name. - `status`: corresponds to JobTrigger's status. pageSize: integer, Size of the page, can be limited by a server. pageToken: string, Page token to continue retrieval. Comes from previous call to ListJobTriggers. `order_by` field must not change for subsequent calls. + type: string, The type of jobs. Will use `DlpJobType.INSPECT` if not set. + Allowed values + DLP_JOB_TYPE_UNSPECIFIED - Defaults to INSPECT_JOB. + INSPECT_JOB - The job inspected Google Cloud for sensitive data. + RISK_ANALYSIS_JOB - The job executed a Risk Analysis computation. x__xgafv: string, V1 error format. Allowed values 1 - v1 error format diff --git a/docs/dyn/dlp_v2.projects.dlpJobs.html b/docs/dyn/dlp_v2.projects.dlpJobs.html index 04993d208c0..de622cc7543 100644 --- a/docs/dyn/dlp_v2.projects.dlpJobs.html +++ b/docs/dyn/dlp_v2.projects.dlpJobs.html @@ -2441,7 +2441,7 @@Method Details
pageToken: string, The standard list page token. type: string, The type of job. Defaults to `DlpJobType.INSPECT` Allowed values - DLP_JOB_TYPE_UNSPECIFIED - Unused + DLP_JOB_TYPE_UNSPECIFIED - Defaults to INSPECT_JOB. INSPECT_JOB - The job inspected Google Cloud for sensitive data. RISK_ANALYSIS_JOB - The job executed a Risk Analysis computation. x__xgafv: string, V1 error format. diff --git a/docs/dyn/dlp_v2.projects.jobTriggers.html b/docs/dyn/dlp_v2.projects.jobTriggers.html index 2cb1926bff9..457070e4ce1 100644 --- a/docs/dyn/dlp_v2.projects.jobTriggers.html +++ b/docs/dyn/dlp_v2.projects.jobTriggers.html @@ -90,7 +90,7 @@Instance Methods
get(name, x__xgafv=None)
Gets a job trigger. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.
+list(parent, filter=None, locationId=None, orderBy=None, pageSize=None, pageToken=None, type=None, x__xgafv=None)
Lists job triggers. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.
@@ -1928,7 +1928,7 @@
list_next(previous_request, previous_response)
Method Details
list(parent, filter=None, locationId=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)
+ list(parent, filter=None, locationId=None, orderBy=None, pageSize=None, pageToken=None, type=None, x__xgafv=None)
Lists job triggers. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more. Args: @@ -1938,6 +1938,11 @@Method Details
orderBy: string, Comma separated list of triggeredJob fields to order by, followed by `asc` or `desc` postfix. This list is case-insensitive, default sorting order is ascending, redundant space characters are insignificant. Example: `name asc,update_time, create_time desc` Supported fields are: - `create_time`: corresponds to time the JobTrigger was created. - `update_time`: corresponds to time the JobTrigger was last updated. - `last_run_time`: corresponds to the last time the JobTrigger ran. - `name`: corresponds to JobTrigger's name. - `display_name`: corresponds to JobTrigger's display name. - `status`: corresponds to JobTrigger's status. pageSize: integer, Size of the page, can be limited by a server. pageToken: string, Page token to continue retrieval. Comes from previous call to ListJobTriggers. `order_by` field must not change for subsequent calls. + type: string, The type of jobs. Will use `DlpJobType.INSPECT` if not set. + Allowed values + DLP_JOB_TYPE_UNSPECIFIED - Defaults to INSPECT_JOB. + INSPECT_JOB - The job inspected Google Cloud for sensitive data. + RISK_ANALYSIS_JOB - The job executed a Risk Analysis computation. x__xgafv: string, V1 error format. Allowed values 1 - v1 error format diff --git a/docs/dyn/dlp_v2.projects.locations.dlpJobs.html b/docs/dyn/dlp_v2.projects.locations.dlpJobs.html index 87a7fffdf51..0f4bb2c5ab5 100644 --- a/docs/dyn/dlp_v2.projects.locations.dlpJobs.html +++ b/docs/dyn/dlp_v2.projects.locations.dlpJobs.html @@ -2559,7 +2559,7 @@Method Details
pageToken: string, The standard list page token. type: string, The type of job. Defaults to `DlpJobType.INSPECT` Allowed values - DLP_JOB_TYPE_UNSPECIFIED - Unused + DLP_JOB_TYPE_UNSPECIFIED - Defaults to INSPECT_JOB. INSPECT_JOB - The job inspected Google Cloud for sensitive data. RISK_ANALYSIS_JOB - The job executed a Risk Analysis computation. x__xgafv: string, V1 error format. diff --git a/docs/dyn/dlp_v2.projects.locations.jobTriggers.html b/docs/dyn/dlp_v2.projects.locations.jobTriggers.html index 6731e29e92a..92eb34e317f 100644 --- a/docs/dyn/dlp_v2.projects.locations.jobTriggers.html +++ b/docs/dyn/dlp_v2.projects.locations.jobTriggers.html @@ -93,7 +93,7 @@Instance Methods
hybridInspect(name, body=None, x__xgafv=None)
Inspect hybrid content and store findings to a trigger. The inspection will be processed asynchronously. To review the findings monitor the jobs within the trigger.
+list(parent, filter=None, locationId=None, orderBy=None, pageSize=None, pageToken=None, type=None, x__xgafv=None)
Lists job triggers. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.
@@ -2019,7 +2019,7 @@
list_next(previous_request, previous_response)
Method Details
list(parent, filter=None, locationId=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)
+ list(parent, filter=None, locationId=None, orderBy=None, pageSize=None, pageToken=None, type=None, x__xgafv=None)
Lists job triggers. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more. Args: @@ -2029,6 +2029,11 @@Method Details
orderBy: string, Comma separated list of triggeredJob fields to order by, followed by `asc` or `desc` postfix. This list is case-insensitive, default sorting order is ascending, redundant space characters are insignificant. Example: `name asc,update_time, create_time desc` Supported fields are: - `create_time`: corresponds to time the JobTrigger was created. - `update_time`: corresponds to time the JobTrigger was last updated. - `last_run_time`: corresponds to the last time the JobTrigger ran. - `name`: corresponds to JobTrigger's name. - `display_name`: corresponds to JobTrigger's display name. - `status`: corresponds to JobTrigger's status. pageSize: integer, Size of the page, can be limited by a server. pageToken: string, Page token to continue retrieval. Comes from previous call to ListJobTriggers. `order_by` field must not change for subsequent calls. + type: string, The type of jobs. Will use `DlpJobType.INSPECT` if not set. + Allowed values + DLP_JOB_TYPE_UNSPECIFIED - Defaults to INSPECT_JOB. + INSPECT_JOB - The job inspected Google Cloud for sensitive data. + RISK_ANALYSIS_JOB - The job executed a Risk Analysis computation. x__xgafv: string, V1 error format. Allowed values 1 - v1 error format diff --git a/googleapiclient/discovery_cache/documents/dlp.v2.json b/googleapiclient/discovery_cache/documents/dlp.v2.json index d7f4c5efc65..5c9f7cd0a09 100644 --- a/googleapiclient/discovery_cache/documents/dlp.v2.json +++ b/googleapiclient/discovery_cache/documents/dlp.v2.json @@ -717,7 +717,7 @@ "RISK_ANALYSIS_JOB" ], "enumDescriptions": [ - "Unused", + "Defaults to INSPECT_JOB.", "The job inspected Google Cloud for sensitive data.", "The job executed a Risk Analysis computation." ], @@ -1012,6 +1012,21 @@ "pattern": "^organizations/[^/]+/locations/[^/]+$", "required": true, "type": "string" + }, + "type": { + "description": "The type of jobs. Will use `DlpJobType.INSPECT` if not set.", + "enum": [ + "DLP_JOB_TYPE_UNSPECIFIED", + "INSPECT_JOB", + "RISK_ANALYSIS_JOB" + ], + "enumDescriptions": [ + "Defaults to INSPECT_JOB.", + "The job inspected Google Cloud for sensitive data.", + "The job executed a Risk Analysis computation." + ], + "location": "query", + "type": "string" } }, "path": "v2/{+parent}/jobTriggers", @@ -1772,7 +1787,7 @@ "RISK_ANALYSIS_JOB" ], "enumDescriptions": [ - "Unused", + "Defaults to INSPECT_JOB.", "The job inspected Google Cloud for sensitive data.", "The job executed a Risk Analysis computation." ], @@ -2127,6 +2142,21 @@ "pattern": "^projects/[^/]+$", "required": true, "type": "string" + }, + "type": { + "description": "The type of jobs. Will use `DlpJobType.INSPECT` if not set.", + "enum": [ + "DLP_JOB_TYPE_UNSPECIFIED", + "INSPECT_JOB", + "RISK_ANALYSIS_JOB" + ], + "enumDescriptions": [ + "Defaults to INSPECT_JOB.", + "The job inspected Google Cloud for sensitive data.", + "The job executed a Risk Analysis computation." + ], + "location": "query", + "type": "string" } }, "path": "v2/{+parent}/jobTriggers", @@ -2627,7 +2657,7 @@ "RISK_ANALYSIS_JOB" ], "enumDescriptions": [ - "Unused", + "Defaults to INSPECT_JOB.", "The job inspected Google Cloud for sensitive data.", "The job executed a Risk Analysis computation." ], @@ -3010,6 +3040,21 @@ "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, "type": "string" + }, + "type": { + "description": "The type of jobs. Will use `DlpJobType.INSPECT` if not set.", + "enum": [ + "DLP_JOB_TYPE_UNSPECIFIED", + "INSPECT_JOB", + "RISK_ANALYSIS_JOB" + ], + "enumDescriptions": [ + "Defaults to INSPECT_JOB.", + "The job inspected Google Cloud for sensitive data.", + "The job executed a Risk Analysis computation." + ], + "location": "query", + "type": "string" } }, "path": "v2/{+parent}/jobTriggers", @@ -3367,7 +3412,7 @@ } } }, - "revision": "20210508", + "revision": "20210522", "rootUrl": "https://dlp.googleapis.com/", "schemas": { "GooglePrivacyDlpV2Action": { @@ -4723,7 +4768,7 @@ "RISK_ANALYSIS_JOB" ], "enumDescriptions": [ - "Unused", + "Defaults to INSPECT_JOB.", "The job inspected Google Cloud for sensitive data.", "The job executed a Risk Analysis computation." ],