Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.dlp.projects

Cloud Data Loss Prevention (DLP) API: projects. Provides methods for detection, risk analysis, and de-identification of privacy-sensitive fragments in text, images, and Google Cloud Platform storage repositories. See: https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects

Cloud Data Loss Prevention (DLP) API: projects.
Provides methods for detection, risk analysis, and de-identification of privacy-sensitive fragments in text, images, and Google Cloud Platform storage repositories.
See: https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects
raw docstring

content-deidentify$clj

(content-deidentify$ auth parameters body)

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/content/deidentify

Required parameters: parent

Optional parameters: none

Body:

{:inspectTemplateName string, :locationId string, :item {:value string, :byteItem GooglePrivacyDlpV2ByteContentItem, :table GooglePrivacyDlpV2Table}, :inspectConfig {:includeQuote boolean, :infoTypes [GooglePrivacyDlpV2InfoType], :excludeInfoTypes boolean, :customInfoTypes [GooglePrivacyDlpV2CustomInfoType], :minLikelihood string, :limits GooglePrivacyDlpV2FindingLimits, :ruleSet [GooglePrivacyDlpV2InspectionRuleSet], :contentOptions [string]}, :deidentifyConfig {:infoTypeTransformations GooglePrivacyDlpV2InfoTypeTransformations, :transformationErrorHandling GooglePrivacyDlpV2TransformationErrorHandling, :recordTransformations GooglePrivacyDlpV2RecordTransformations}, :deidentifyTemplateName string}

De-identifies potentially sensitive info from a ContentItem. This method has limits on input size and output size. See https://cloud.google.com/dlp/docs/deidentify-sensitive-data to learn more. When no InfoTypes or CustomInfoTypes are specified in this request, the system will automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated.

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/content/deidentify

Required parameters: parent

Optional parameters: none

Body: 

{:inspectTemplateName string,
 :locationId string,
 :item {:value string,
        :byteItem GooglePrivacyDlpV2ByteContentItem,
        :table GooglePrivacyDlpV2Table},
 :inspectConfig {:includeQuote boolean,
                 :infoTypes [GooglePrivacyDlpV2InfoType],
                 :excludeInfoTypes boolean,
                 :customInfoTypes [GooglePrivacyDlpV2CustomInfoType],
                 :minLikelihood string,
                 :limits GooglePrivacyDlpV2FindingLimits,
                 :ruleSet [GooglePrivacyDlpV2InspectionRuleSet],
                 :contentOptions [string]},
 :deidentifyConfig {:infoTypeTransformations GooglePrivacyDlpV2InfoTypeTransformations,
                    :transformationErrorHandling GooglePrivacyDlpV2TransformationErrorHandling,
                    :recordTransformations GooglePrivacyDlpV2RecordTransformations},
 :deidentifyTemplateName string}

De-identifies potentially sensitive info from a ContentItem. This method has limits on input size and output size. See https://cloud.google.com/dlp/docs/deidentify-sensitive-data to learn more. When no InfoTypes or CustomInfoTypes are specified in this request, the system will automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated.
sourceraw docstring

content-inspect$clj

(content-inspect$ auth parameters body)

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/content/inspect

Required parameters: parent

Optional parameters: none

Body:

{:inspectTemplateName string, :locationId string, :item {:value string, :byteItem GooglePrivacyDlpV2ByteContentItem, :table GooglePrivacyDlpV2Table}, :inspectConfig {:includeQuote boolean, :infoTypes [GooglePrivacyDlpV2InfoType], :excludeInfoTypes boolean, :customInfoTypes [GooglePrivacyDlpV2CustomInfoType], :minLikelihood string, :limits GooglePrivacyDlpV2FindingLimits, :ruleSet [GooglePrivacyDlpV2InspectionRuleSet], :contentOptions [string]}}

Finds potentially sensitive info in content. This method has limits on input size, processing time, and output size. When no InfoTypes or CustomInfoTypes are specified in this request, the system will automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated. For how to guides, see https://cloud.google.com/dlp/docs/inspecting-images and https://cloud.google.com/dlp/docs/inspecting-text,

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/content/inspect

Required parameters: parent

Optional parameters: none

Body: 

{:inspectTemplateName string,
 :locationId string,
 :item {:value string,
        :byteItem GooglePrivacyDlpV2ByteContentItem,
        :table GooglePrivacyDlpV2Table},
 :inspectConfig {:includeQuote boolean,
                 :infoTypes [GooglePrivacyDlpV2InfoType],
                 :excludeInfoTypes boolean,
                 :customInfoTypes [GooglePrivacyDlpV2CustomInfoType],
                 :minLikelihood string,
                 :limits GooglePrivacyDlpV2FindingLimits,
                 :ruleSet [GooglePrivacyDlpV2InspectionRuleSet],
                 :contentOptions [string]}}

Finds potentially sensitive info in content. This method has limits on input size, processing time, and output size. When no InfoTypes or CustomInfoTypes are specified in this request, the system will automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated. For how to guides, see https://cloud.google.com/dlp/docs/inspecting-images and https://cloud.google.com/dlp/docs/inspecting-text,
sourceraw docstring

content-reidentify$clj

(content-reidentify$ auth parameters body)

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/content/reidentify

Required parameters: parent

Optional parameters: none

Body:

{:inspectConfig {:includeQuote boolean, :infoTypes [GooglePrivacyDlpV2InfoType], :excludeInfoTypes boolean, :customInfoTypes [GooglePrivacyDlpV2CustomInfoType], :minLikelihood string, :limits GooglePrivacyDlpV2FindingLimits, :ruleSet [GooglePrivacyDlpV2InspectionRuleSet], :contentOptions [string]}, :locationId string, :inspectTemplateName string, :item {:value string, :byteItem GooglePrivacyDlpV2ByteContentItem, :table GooglePrivacyDlpV2Table}, :reidentifyConfig {:infoTypeTransformations GooglePrivacyDlpV2InfoTypeTransformations, :transformationErrorHandling GooglePrivacyDlpV2TransformationErrorHandling, :recordTransformations GooglePrivacyDlpV2RecordTransformations}, :reidentifyTemplateName string}

Re-identifies content that has been de-identified. See https://cloud.google.com/dlp/docs/pseudonymization#re-identification_in_free_text_code_example to learn more.

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/content/reidentify

Required parameters: parent

Optional parameters: none

Body: 

{:inspectConfig {:includeQuote boolean,
                 :infoTypes [GooglePrivacyDlpV2InfoType],
                 :excludeInfoTypes boolean,
                 :customInfoTypes [GooglePrivacyDlpV2CustomInfoType],
                 :minLikelihood string,
                 :limits GooglePrivacyDlpV2FindingLimits,
                 :ruleSet [GooglePrivacyDlpV2InspectionRuleSet],
                 :contentOptions [string]},
 :locationId string,
 :inspectTemplateName string,
 :item {:value string,
        :byteItem GooglePrivacyDlpV2ByteContentItem,
        :table GooglePrivacyDlpV2Table},
 :reidentifyConfig {:infoTypeTransformations GooglePrivacyDlpV2InfoTypeTransformations,
                    :transformationErrorHandling GooglePrivacyDlpV2TransformationErrorHandling,
                    :recordTransformations GooglePrivacyDlpV2RecordTransformations},
 :reidentifyTemplateName string}

Re-identifies content that has been de-identified. See https://cloud.google.com/dlp/docs/pseudonymization#re-identification_in_free_text_code_example to learn more.
sourceraw docstring

deidentifyTemplates-create$clj

(deidentifyTemplates-create$ auth parameters body)

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/deidentifyTemplates/create

Required parameters: parent

Optional parameters: none

Body:

{:deidentifyTemplate {:displayName string, :createTime string, :name string, :updateTime string, :deidentifyConfig GooglePrivacyDlpV2DeidentifyConfig, :description string}, :locationId string, :templateId string}

Creates a DeidentifyTemplate for re-using frequently used configuration for de-identifying content, images, and storage. See https://cloud.google.com/dlp/docs/creating-templates-deid to learn more.

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/deidentifyTemplates/create

Required parameters: parent

Optional parameters: none

Body: 

{:deidentifyTemplate {:displayName string,
                      :createTime string,
                      :name string,
                      :updateTime string,
                      :deidentifyConfig GooglePrivacyDlpV2DeidentifyConfig,
                      :description string},
 :locationId string,
 :templateId string}

Creates a DeidentifyTemplate for re-using frequently used configuration for de-identifying content, images, and storage. See https://cloud.google.com/dlp/docs/creating-templates-deid to learn more.
sourceraw docstring

deidentifyTemplates-delete$clj

(deidentifyTemplates-delete$ auth parameters)

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/deidentifyTemplates/delete

Required parameters: name

Optional parameters: none

Deletes a DeidentifyTemplate. See https://cloud.google.com/dlp/docs/creating-templates-deid to learn more.

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/deidentifyTemplates/delete

Required parameters: name

Optional parameters: none

Deletes a DeidentifyTemplate. See https://cloud.google.com/dlp/docs/creating-templates-deid to learn more.
sourceraw docstring

deidentifyTemplates-get$clj

(deidentifyTemplates-get$ auth parameters)

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/deidentifyTemplates/get

Required parameters: name

Optional parameters: none

Gets a DeidentifyTemplate. See https://cloud.google.com/dlp/docs/creating-templates-deid to learn more.

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/deidentifyTemplates/get

Required parameters: name

Optional parameters: none

Gets a DeidentifyTemplate. See https://cloud.google.com/dlp/docs/creating-templates-deid to learn more.
sourceraw docstring

deidentifyTemplates-list$clj

(deidentifyTemplates-list$ auth parameters)

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/deidentifyTemplates/list

Required parameters: parent

Optional parameters: locationId, pageToken, pageSize, orderBy

Lists DeidentifyTemplates. See https://cloud.google.com/dlp/docs/creating-templates-deid to learn more.

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/deidentifyTemplates/list

Required parameters: parent

Optional parameters: locationId, pageToken, pageSize, orderBy

Lists DeidentifyTemplates. See https://cloud.google.com/dlp/docs/creating-templates-deid to learn more.
sourceraw docstring

deidentifyTemplates-patch$clj

(deidentifyTemplates-patch$ auth parameters body)

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/deidentifyTemplates/patch

Required parameters: name

Optional parameters: none

Body:

{:deidentifyTemplate {:displayName string, :createTime string, :name string, :updateTime string, :deidentifyConfig GooglePrivacyDlpV2DeidentifyConfig, :description string}, :updateMask string}

Updates the DeidentifyTemplate. See https://cloud.google.com/dlp/docs/creating-templates-deid to learn more.

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/deidentifyTemplates/patch

Required parameters: name

Optional parameters: none

Body: 

{:deidentifyTemplate {:displayName string,
                      :createTime string,
                      :name string,
                      :updateTime string,
                      :deidentifyConfig GooglePrivacyDlpV2DeidentifyConfig,
                      :description string},
 :updateMask string}

Updates the DeidentifyTemplate. See https://cloud.google.com/dlp/docs/creating-templates-deid to learn more.
sourceraw docstring

dlpJobs-cancel$clj

(dlpJobs-cancel$ auth parameters body)

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/dlpJobs/cancel

Required parameters: name

Optional parameters: none

Body:

{}

Starts asynchronous cancellation on a long-running DlpJob. The server makes a best effort to cancel the DlpJob, but success is not guaranteed. See https://cloud.google.com/dlp/docs/inspecting-storage and https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more.

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/dlpJobs/cancel

Required parameters: name

Optional parameters: none

Body: 

{}

Starts asynchronous cancellation on a long-running DlpJob. The server makes a best effort to cancel the DlpJob, but success is not guaranteed. See https://cloud.google.com/dlp/docs/inspecting-storage and https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more.
sourceraw docstring

dlpJobs-create$clj

(dlpJobs-create$ auth parameters body)

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/dlpJobs/create

Required parameters: parent

Optional parameters: none

Body:

{:riskJob {:privacyMetric GooglePrivacyDlpV2PrivacyMetric, :actions [GooglePrivacyDlpV2Action], :sourceTable GooglePrivacyDlpV2BigQueryTable}, :locationId string, :jobId string, :inspectJob {:actions [GooglePrivacyDlpV2Action], :inspectConfig GooglePrivacyDlpV2InspectConfig, :storageConfig GooglePrivacyDlpV2StorageConfig, :inspectTemplateName string}}

Creates a new job to inspect storage or calculate risk metrics. See https://cloud.google.com/dlp/docs/inspecting-storage and https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more. When no InfoTypes or CustomInfoTypes are specified in inspect jobs, the system will automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated.

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/dlpJobs/create

Required parameters: parent

Optional parameters: none

Body: 

{:riskJob {:privacyMetric GooglePrivacyDlpV2PrivacyMetric,
           :actions [GooglePrivacyDlpV2Action],
           :sourceTable GooglePrivacyDlpV2BigQueryTable},
 :locationId string,
 :jobId string,
 :inspectJob {:actions [GooglePrivacyDlpV2Action],
              :inspectConfig GooglePrivacyDlpV2InspectConfig,
              :storageConfig GooglePrivacyDlpV2StorageConfig,
              :inspectTemplateName string}}

Creates a new job to inspect storage or calculate risk metrics. See https://cloud.google.com/dlp/docs/inspecting-storage and https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more. When no InfoTypes or CustomInfoTypes are specified in inspect jobs, the system will automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated.
sourceraw docstring

dlpJobs-delete$clj

(dlpJobs-delete$ auth parameters)

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/dlpJobs/delete

Required parameters: name

Optional parameters: none

Deletes a long-running DlpJob. This method indicates that the client is no longer interested in the DlpJob result. The job will be cancelled if possible. See https://cloud.google.com/dlp/docs/inspecting-storage and https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more.

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/dlpJobs/delete

Required parameters: name

Optional parameters: none

Deletes a long-running DlpJob. This method indicates that the client is no longer interested in the DlpJob result. The job will be cancelled if possible. See https://cloud.google.com/dlp/docs/inspecting-storage and https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more.
sourceraw docstring

dlpJobs-get$clj

(dlpJobs-get$ auth parameters)

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/dlpJobs/get

Required parameters: name

Optional parameters: none

Gets the latest state of a long-running DlpJob. See https://cloud.google.com/dlp/docs/inspecting-storage and https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more.

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/dlpJobs/get

Required parameters: name

Optional parameters: none

Gets the latest state of a long-running DlpJob. See https://cloud.google.com/dlp/docs/inspecting-storage and https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more.
sourceraw docstring

dlpJobs-list$clj

(dlpJobs-list$ auth parameters)

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/dlpJobs/list

Required parameters: parent

Optional parameters: orderBy, type, pageSize, locationId, filter, pageToken

Lists DlpJobs that match the specified filter in the request. See https://cloud.google.com/dlp/docs/inspecting-storage and https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more.

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/dlpJobs/list

Required parameters: parent

Optional parameters: orderBy, type, pageSize, locationId, filter, pageToken

Lists DlpJobs that match the specified filter in the request. See https://cloud.google.com/dlp/docs/inspecting-storage and https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more.
sourceraw docstring

image-redact$clj

(image-redact$ auth parameters body)

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/image/redact

Required parameters: parent

Optional parameters: none

Body:

{:locationId string, :inspectConfig {:includeQuote boolean, :infoTypes [GooglePrivacyDlpV2InfoType], :excludeInfoTypes boolean, :customInfoTypes [GooglePrivacyDlpV2CustomInfoType], :minLikelihood string, :limits GooglePrivacyDlpV2FindingLimits, :ruleSet [GooglePrivacyDlpV2InspectionRuleSet], :contentOptions [string]}, :includeFindings boolean, :imageRedactionConfigs [{:infoType GooglePrivacyDlpV2InfoType, :redactionColor GooglePrivacyDlpV2Color, :redactAllText boolean}], :byteItem {:data string, :type string}}

Redacts potentially sensitive info from an image. This method has limits on input size, processing time, and output size. See https://cloud.google.com/dlp/docs/redacting-sensitive-data-images to learn more. When no InfoTypes or CustomInfoTypes are specified in this request, the system will automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated.

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/image/redact

Required parameters: parent

Optional parameters: none

Body: 

{:locationId string,
 :inspectConfig {:includeQuote boolean,
                 :infoTypes [GooglePrivacyDlpV2InfoType],
                 :excludeInfoTypes boolean,
                 :customInfoTypes [GooglePrivacyDlpV2CustomInfoType],
                 :minLikelihood string,
                 :limits GooglePrivacyDlpV2FindingLimits,
                 :ruleSet [GooglePrivacyDlpV2InspectionRuleSet],
                 :contentOptions [string]},
 :includeFindings boolean,
 :imageRedactionConfigs [{:infoType GooglePrivacyDlpV2InfoType,
                          :redactionColor GooglePrivacyDlpV2Color,
                          :redactAllText boolean}],
 :byteItem {:data string, :type string}}

Redacts potentially sensitive info from an image. This method has limits on input size, processing time, and output size. See https://cloud.google.com/dlp/docs/redacting-sensitive-data-images to learn more. When no InfoTypes or CustomInfoTypes are specified in this request, the system will automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated.
sourceraw docstring

inspectTemplates-create$clj

(inspectTemplates-create$ auth parameters body)

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/inspectTemplates/create

Required parameters: parent

Optional parameters: none

Body:

{:inspectTemplate {:description string, :inspectConfig GooglePrivacyDlpV2InspectConfig, :createTime string, :displayName string, :updateTime string, :name string}, :templateId string, :locationId string}

Creates an InspectTemplate for re-using frequently used configuration for inspecting content, images, and storage. See https://cloud.google.com/dlp/docs/creating-templates to learn more.

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/inspectTemplates/create

Required parameters: parent

Optional parameters: none

Body: 

{:inspectTemplate {:description string,
                   :inspectConfig GooglePrivacyDlpV2InspectConfig,
                   :createTime string,
                   :displayName string,
                   :updateTime string,
                   :name string},
 :templateId string,
 :locationId string}

Creates an InspectTemplate for re-using frequently used configuration for inspecting content, images, and storage. See https://cloud.google.com/dlp/docs/creating-templates to learn more.
sourceraw docstring

inspectTemplates-delete$clj

(inspectTemplates-delete$ auth parameters)

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/inspectTemplates/delete

Required parameters: name

Optional parameters: none

Deletes an InspectTemplate. See https://cloud.google.com/dlp/docs/creating-templates to learn more.

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/inspectTemplates/delete

Required parameters: name

Optional parameters: none

Deletes an InspectTemplate. See https://cloud.google.com/dlp/docs/creating-templates to learn more.
sourceraw docstring

inspectTemplates-get$clj

(inspectTemplates-get$ auth parameters)

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/inspectTemplates/get

Required parameters: name

Optional parameters: none

Gets an InspectTemplate. See https://cloud.google.com/dlp/docs/creating-templates to learn more.

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/inspectTemplates/get

Required parameters: name

Optional parameters: none

Gets an InspectTemplate. See https://cloud.google.com/dlp/docs/creating-templates to learn more.
sourceraw docstring

inspectTemplates-list$clj

(inspectTemplates-list$ auth parameters)

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/inspectTemplates/list

Required parameters: parent

Optional parameters: pageSize, pageToken, orderBy, locationId

Lists InspectTemplates. See https://cloud.google.com/dlp/docs/creating-templates to learn more.

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/inspectTemplates/list

Required parameters: parent

Optional parameters: pageSize, pageToken, orderBy, locationId

Lists InspectTemplates. See https://cloud.google.com/dlp/docs/creating-templates to learn more.
sourceraw docstring

inspectTemplates-patch$clj

(inspectTemplates-patch$ auth parameters body)

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/inspectTemplates/patch

Required parameters: name

Optional parameters: none

Body:

{:updateMask string, :inspectTemplate {:description string, :inspectConfig GooglePrivacyDlpV2InspectConfig, :createTime string, :displayName string, :updateTime string, :name string}}

Updates the InspectTemplate. See https://cloud.google.com/dlp/docs/creating-templates to learn more.

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/inspectTemplates/patch

Required parameters: name

Optional parameters: none

Body: 

{:updateMask string,
 :inspectTemplate {:description string,
                   :inspectConfig GooglePrivacyDlpV2InspectConfig,
                   :createTime string,
                   :displayName string,
                   :updateTime string,
                   :name string}}

Updates the InspectTemplate. See https://cloud.google.com/dlp/docs/creating-templates to learn more.
sourceraw docstring

jobTriggers-activate$clj

(jobTriggers-activate$ auth parameters body)

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/jobTriggers/activate

Required parameters: name

Optional parameters: none

Body:

{}

Activate a job trigger. Causes the immediate execute of a trigger instead of waiting on the trigger event to occur.

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/jobTriggers/activate

Required parameters: name

Optional parameters: none

Body: 

{}

Activate a job trigger. Causes the immediate execute of a trigger instead of waiting on the trigger event to occur.
sourceraw docstring

jobTriggers-create$clj

(jobTriggers-create$ auth parameters body)

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/jobTriggers/create

Required parameters: parent

Optional parameters: none

Body:

{:locationId string, :jobTrigger {:description string, :errors [GooglePrivacyDlpV2Error], :displayName string, :inspectJob GooglePrivacyDlpV2InspectJobConfig, :name string, :createTime string, :triggers [GooglePrivacyDlpV2Trigger], :updateTime string, :status string, :lastRunTime string}, :triggerId string}

Creates a job trigger to run DLP actions such as scanning storage for sensitive information on a set schedule. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/jobTriggers/create

Required parameters: parent

Optional parameters: none

Body: 

{:locationId string,
 :jobTrigger {:description string,
              :errors [GooglePrivacyDlpV2Error],
              :displayName string,
              :inspectJob GooglePrivacyDlpV2InspectJobConfig,
              :name string,
              :createTime string,
              :triggers [GooglePrivacyDlpV2Trigger],
              :updateTime string,
              :status string,
              :lastRunTime string},
 :triggerId string}

Creates a job trigger to run DLP actions such as scanning storage for sensitive information on a set schedule. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.
sourceraw docstring

jobTriggers-delete$clj

(jobTriggers-delete$ auth parameters)

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/jobTriggers/delete

Required parameters: name

Optional parameters: none

Deletes a job trigger. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/jobTriggers/delete

Required parameters: name

Optional parameters: none

Deletes a job trigger. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.
sourceraw docstring

jobTriggers-get$clj

(jobTriggers-get$ auth parameters)

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/jobTriggers/get

Required parameters: name

Optional parameters: none

Gets a job trigger. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/jobTriggers/get

Required parameters: name

Optional parameters: none

Gets a job trigger. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.
sourceraw docstring

jobTriggers-list$clj

(jobTriggers-list$ auth parameters)

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/jobTriggers/list

Required parameters: parent

Optional parameters: pageSize, locationId, pageToken, orderBy, filter, type

Lists job triggers. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/jobTriggers/list

Required parameters: parent

Optional parameters: pageSize, locationId, pageToken, orderBy, filter, type

Lists job triggers. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.
sourceraw docstring

jobTriggers-patch$clj

(jobTriggers-patch$ auth parameters body)

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/jobTriggers/patch

Required parameters: name

Optional parameters: none

Body:

{:updateMask string, :jobTrigger {:description string, :errors [GooglePrivacyDlpV2Error], :displayName string, :inspectJob GooglePrivacyDlpV2InspectJobConfig, :name string, :createTime string, :triggers [GooglePrivacyDlpV2Trigger], :updateTime string, :status string, :lastRunTime string}}

Updates a job trigger. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/jobTriggers/patch

Required parameters: name

Optional parameters: none

Body: 

{:updateMask string,
 :jobTrigger {:description string,
              :errors [GooglePrivacyDlpV2Error],
              :displayName string,
              :inspectJob GooglePrivacyDlpV2InspectJobConfig,
              :name string,
              :createTime string,
              :triggers [GooglePrivacyDlpV2Trigger],
              :updateTime string,
              :status string,
              :lastRunTime string}}

Updates a job trigger. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.
sourceraw docstring

locations-content-deidentify$clj

(locations-content-deidentify$ auth parameters body)

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/content/deidentify

Required parameters: parent

Optional parameters: none

Body:

{:inspectTemplateName string, :locationId string, :item {:value string, :byteItem GooglePrivacyDlpV2ByteContentItem, :table GooglePrivacyDlpV2Table}, :inspectConfig {:includeQuote boolean, :infoTypes [GooglePrivacyDlpV2InfoType], :excludeInfoTypes boolean, :customInfoTypes [GooglePrivacyDlpV2CustomInfoType], :minLikelihood string, :limits GooglePrivacyDlpV2FindingLimits, :ruleSet [GooglePrivacyDlpV2InspectionRuleSet], :contentOptions [string]}, :deidentifyConfig {:infoTypeTransformations GooglePrivacyDlpV2InfoTypeTransformations, :transformationErrorHandling GooglePrivacyDlpV2TransformationErrorHandling, :recordTransformations GooglePrivacyDlpV2RecordTransformations}, :deidentifyTemplateName string}

De-identifies potentially sensitive info from a ContentItem. This method has limits on input size and output size. See https://cloud.google.com/dlp/docs/deidentify-sensitive-data to learn more. When no InfoTypes or CustomInfoTypes are specified in this request, the system will automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated.

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/content/deidentify

Required parameters: parent

Optional parameters: none

Body: 

{:inspectTemplateName string,
 :locationId string,
 :item {:value string,
        :byteItem GooglePrivacyDlpV2ByteContentItem,
        :table GooglePrivacyDlpV2Table},
 :inspectConfig {:includeQuote boolean,
                 :infoTypes [GooglePrivacyDlpV2InfoType],
                 :excludeInfoTypes boolean,
                 :customInfoTypes [GooglePrivacyDlpV2CustomInfoType],
                 :minLikelihood string,
                 :limits GooglePrivacyDlpV2FindingLimits,
                 :ruleSet [GooglePrivacyDlpV2InspectionRuleSet],
                 :contentOptions [string]},
 :deidentifyConfig {:infoTypeTransformations GooglePrivacyDlpV2InfoTypeTransformations,
                    :transformationErrorHandling GooglePrivacyDlpV2TransformationErrorHandling,
                    :recordTransformations GooglePrivacyDlpV2RecordTransformations},
 :deidentifyTemplateName string}

De-identifies potentially sensitive info from a ContentItem. This method has limits on input size and output size. See https://cloud.google.com/dlp/docs/deidentify-sensitive-data to learn more. When no InfoTypes or CustomInfoTypes are specified in this request, the system will automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated.
sourceraw docstring

locations-content-inspect$clj

(locations-content-inspect$ auth parameters body)

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/content/inspect

Required parameters: parent

Optional parameters: none

Body:

{:inspectTemplateName string, :locationId string, :item {:value string, :byteItem GooglePrivacyDlpV2ByteContentItem, :table GooglePrivacyDlpV2Table}, :inspectConfig {:includeQuote boolean, :infoTypes [GooglePrivacyDlpV2InfoType], :excludeInfoTypes boolean, :customInfoTypes [GooglePrivacyDlpV2CustomInfoType], :minLikelihood string, :limits GooglePrivacyDlpV2FindingLimits, :ruleSet [GooglePrivacyDlpV2InspectionRuleSet], :contentOptions [string]}}

Finds potentially sensitive info in content. This method has limits on input size, processing time, and output size. When no InfoTypes or CustomInfoTypes are specified in this request, the system will automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated. For how to guides, see https://cloud.google.com/dlp/docs/inspecting-images and https://cloud.google.com/dlp/docs/inspecting-text,

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/content/inspect

Required parameters: parent

Optional parameters: none

Body: 

{:inspectTemplateName string,
 :locationId string,
 :item {:value string,
        :byteItem GooglePrivacyDlpV2ByteContentItem,
        :table GooglePrivacyDlpV2Table},
 :inspectConfig {:includeQuote boolean,
                 :infoTypes [GooglePrivacyDlpV2InfoType],
                 :excludeInfoTypes boolean,
                 :customInfoTypes [GooglePrivacyDlpV2CustomInfoType],
                 :minLikelihood string,
                 :limits GooglePrivacyDlpV2FindingLimits,
                 :ruleSet [GooglePrivacyDlpV2InspectionRuleSet],
                 :contentOptions [string]}}

Finds potentially sensitive info in content. This method has limits on input size, processing time, and output size. When no InfoTypes or CustomInfoTypes are specified in this request, the system will automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated. For how to guides, see https://cloud.google.com/dlp/docs/inspecting-images and https://cloud.google.com/dlp/docs/inspecting-text,
sourceraw docstring

locations-content-reidentify$clj

(locations-content-reidentify$ auth parameters body)

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/content/reidentify

Required parameters: parent

Optional parameters: none

Body:

{:inspectConfig {:includeQuote boolean, :infoTypes [GooglePrivacyDlpV2InfoType], :excludeInfoTypes boolean, :customInfoTypes [GooglePrivacyDlpV2CustomInfoType], :minLikelihood string, :limits GooglePrivacyDlpV2FindingLimits, :ruleSet [GooglePrivacyDlpV2InspectionRuleSet], :contentOptions [string]}, :locationId string, :inspectTemplateName string, :item {:value string, :byteItem GooglePrivacyDlpV2ByteContentItem, :table GooglePrivacyDlpV2Table}, :reidentifyConfig {:infoTypeTransformations GooglePrivacyDlpV2InfoTypeTransformations, :transformationErrorHandling GooglePrivacyDlpV2TransformationErrorHandling, :recordTransformations GooglePrivacyDlpV2RecordTransformations}, :reidentifyTemplateName string}

Re-identifies content that has been de-identified. See https://cloud.google.com/dlp/docs/pseudonymization#re-identification_in_free_text_code_example to learn more.

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/content/reidentify

Required parameters: parent

Optional parameters: none

Body: 

{:inspectConfig {:includeQuote boolean,
                 :infoTypes [GooglePrivacyDlpV2InfoType],
                 :excludeInfoTypes boolean,
                 :customInfoTypes [GooglePrivacyDlpV2CustomInfoType],
                 :minLikelihood string,
                 :limits GooglePrivacyDlpV2FindingLimits,
                 :ruleSet [GooglePrivacyDlpV2InspectionRuleSet],
                 :contentOptions [string]},
 :locationId string,
 :inspectTemplateName string,
 :item {:value string,
        :byteItem GooglePrivacyDlpV2ByteContentItem,
        :table GooglePrivacyDlpV2Table},
 :reidentifyConfig {:infoTypeTransformations GooglePrivacyDlpV2InfoTypeTransformations,
                    :transformationErrorHandling GooglePrivacyDlpV2TransformationErrorHandling,
                    :recordTransformations GooglePrivacyDlpV2RecordTransformations},
 :reidentifyTemplateName string}

Re-identifies content that has been de-identified. See https://cloud.google.com/dlp/docs/pseudonymization#re-identification_in_free_text_code_example to learn more.
sourceraw docstring

locations-deidentifyTemplates-create$clj

(locations-deidentifyTemplates-create$ auth parameters body)

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/deidentifyTemplates/create

Required parameters: parent

Optional parameters: none

Body:

{:deidentifyTemplate {:displayName string, :createTime string, :name string, :updateTime string, :deidentifyConfig GooglePrivacyDlpV2DeidentifyConfig, :description string}, :locationId string, :templateId string}

Creates a DeidentifyTemplate for re-using frequently used configuration for de-identifying content, images, and storage. See https://cloud.google.com/dlp/docs/creating-templates-deid to learn more.

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/deidentifyTemplates/create

Required parameters: parent

Optional parameters: none

Body: 

{:deidentifyTemplate {:displayName string,
                      :createTime string,
                      :name string,
                      :updateTime string,
                      :deidentifyConfig GooglePrivacyDlpV2DeidentifyConfig,
                      :description string},
 :locationId string,
 :templateId string}

Creates a DeidentifyTemplate for re-using frequently used configuration for de-identifying content, images, and storage. See https://cloud.google.com/dlp/docs/creating-templates-deid to learn more.
sourceraw docstring

locations-deidentifyTemplates-delete$clj

(locations-deidentifyTemplates-delete$ auth parameters)
https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/deidentifyTemplates/delete

Required parameters: name

Optional parameters: none

Deletes a DeidentifyTemplate. See https://cloud.google.com/dlp/docs/creating-templates-deid to learn more.
sourceraw docstring

locations-deidentifyTemplates-get$clj

(locations-deidentifyTemplates-get$ auth parameters)
https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/deidentifyTemplates/get

Required parameters: name

Optional parameters: none

Gets a DeidentifyTemplate. See https://cloud.google.com/dlp/docs/creating-templates-deid to learn more.
sourceraw docstring

locations-deidentifyTemplates-list$clj

(locations-deidentifyTemplates-list$ auth parameters)

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/deidentifyTemplates/list

Required parameters: parent

Optional parameters: pageToken, orderBy, locationId, pageSize

Lists DeidentifyTemplates. See https://cloud.google.com/dlp/docs/creating-templates-deid to learn more.

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/deidentifyTemplates/list

Required parameters: parent

Optional parameters: pageToken, orderBy, locationId, pageSize

Lists DeidentifyTemplates. See https://cloud.google.com/dlp/docs/creating-templates-deid to learn more.
sourceraw docstring

locations-deidentifyTemplates-patch$clj

(locations-deidentifyTemplates-patch$ auth parameters body)

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/deidentifyTemplates/patch

Required parameters: name

Optional parameters: none

Body:

{:deidentifyTemplate {:displayName string, :createTime string, :name string, :updateTime string, :deidentifyConfig GooglePrivacyDlpV2DeidentifyConfig, :description string}, :updateMask string}

Updates the DeidentifyTemplate. See https://cloud.google.com/dlp/docs/creating-templates-deid to learn more.

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/deidentifyTemplates/patch

Required parameters: name

Optional parameters: none

Body: 

{:deidentifyTemplate {:displayName string,
                      :createTime string,
                      :name string,
                      :updateTime string,
                      :deidentifyConfig GooglePrivacyDlpV2DeidentifyConfig,
                      :description string},
 :updateMask string}

Updates the DeidentifyTemplate. See https://cloud.google.com/dlp/docs/creating-templates-deid to learn more.
sourceraw docstring

locations-dlpJobs-cancel$clj

(locations-dlpJobs-cancel$ auth parameters body)

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/dlpJobs/cancel

Required parameters: name

Optional parameters: none

Body:

{}

Starts asynchronous cancellation on a long-running DlpJob. The server makes a best effort to cancel the DlpJob, but success is not guaranteed. See https://cloud.google.com/dlp/docs/inspecting-storage and https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more.

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/dlpJobs/cancel

Required parameters: name

Optional parameters: none

Body: 

{}

Starts asynchronous cancellation on a long-running DlpJob. The server makes a best effort to cancel the DlpJob, but success is not guaranteed. See https://cloud.google.com/dlp/docs/inspecting-storage and https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more.
sourceraw docstring

locations-dlpJobs-create$clj

(locations-dlpJobs-create$ auth parameters body)

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/dlpJobs/create

Required parameters: parent

Optional parameters: none

Body:

{:riskJob {:privacyMetric GooglePrivacyDlpV2PrivacyMetric, :actions [GooglePrivacyDlpV2Action], :sourceTable GooglePrivacyDlpV2BigQueryTable}, :locationId string, :jobId string, :inspectJob {:actions [GooglePrivacyDlpV2Action], :inspectConfig GooglePrivacyDlpV2InspectConfig, :storageConfig GooglePrivacyDlpV2StorageConfig, :inspectTemplateName string}}

Creates a new job to inspect storage or calculate risk metrics. See https://cloud.google.com/dlp/docs/inspecting-storage and https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more. When no InfoTypes or CustomInfoTypes are specified in inspect jobs, the system will automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated.

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/dlpJobs/create

Required parameters: parent

Optional parameters: none

Body: 

{:riskJob {:privacyMetric GooglePrivacyDlpV2PrivacyMetric,
           :actions [GooglePrivacyDlpV2Action],
           :sourceTable GooglePrivacyDlpV2BigQueryTable},
 :locationId string,
 :jobId string,
 :inspectJob {:actions [GooglePrivacyDlpV2Action],
              :inspectConfig GooglePrivacyDlpV2InspectConfig,
              :storageConfig GooglePrivacyDlpV2StorageConfig,
              :inspectTemplateName string}}

Creates a new job to inspect storage or calculate risk metrics. See https://cloud.google.com/dlp/docs/inspecting-storage and https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more. When no InfoTypes or CustomInfoTypes are specified in inspect jobs, the system will automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated.
sourceraw docstring

locations-dlpJobs-delete$clj

(locations-dlpJobs-delete$ auth parameters)

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/dlpJobs/delete

Required parameters: name

Optional parameters: none

Deletes a long-running DlpJob. This method indicates that the client is no longer interested in the DlpJob result. The job will be cancelled if possible. See https://cloud.google.com/dlp/docs/inspecting-storage and https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more.

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/dlpJobs/delete

Required parameters: name

Optional parameters: none

Deletes a long-running DlpJob. This method indicates that the client is no longer interested in the DlpJob result. The job will be cancelled if possible. See https://cloud.google.com/dlp/docs/inspecting-storage and https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more.
sourceraw docstring

locations-dlpJobs-finish$clj

(locations-dlpJobs-finish$ auth parameters body)

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/dlpJobs/finish

Required parameters: name

Optional parameters: none

Body:

{}

Finish a running hybrid DlpJob. Triggers the finalization steps and running of any enabled actions that have not yet run.

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/dlpJobs/finish

Required parameters: name

Optional parameters: none

Body: 

{}

Finish a running hybrid DlpJob. Triggers the finalization steps and running of any enabled actions that have not yet run.
sourceraw docstring

locations-dlpJobs-get$clj

(locations-dlpJobs-get$ auth parameters)
https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/dlpJobs/get

Required parameters: name

Optional parameters: none

Gets the latest state of a long-running DlpJob. See https://cloud.google.com/dlp/docs/inspecting-storage and https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more.
sourceraw docstring

locations-dlpJobs-hybridInspect$clj

(locations-dlpJobs-hybridInspect$ auth parameters body)

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/dlpJobs/hybridInspect

Required parameters: name

Optional parameters: none

Body:

{:hybridItem {:findingDetails GooglePrivacyDlpV2HybridFindingDetails, :item GooglePrivacyDlpV2ContentItem}}

Inspect hybrid content and store findings to a job. To review the findings, inspect the job. Inspection will occur asynchronously.

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/dlpJobs/hybridInspect

Required parameters: name

Optional parameters: none

Body: 

{:hybridItem {:findingDetails GooglePrivacyDlpV2HybridFindingDetails,
              :item GooglePrivacyDlpV2ContentItem}}

Inspect hybrid content and store findings to a job. To review the findings, inspect the job. Inspection will occur asynchronously.
sourceraw docstring

locations-dlpJobs-list$clj

(locations-dlpJobs-list$ auth parameters)

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/dlpJobs/list

Required parameters: parent

Optional parameters: filter, locationId, type, pageSize, pageToken, orderBy

Lists DlpJobs that match the specified filter in the request. See https://cloud.google.com/dlp/docs/inspecting-storage and https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more.

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/dlpJobs/list

Required parameters: parent

Optional parameters: filter, locationId, type, pageSize, pageToken, orderBy

Lists DlpJobs that match the specified filter in the request. See https://cloud.google.com/dlp/docs/inspecting-storage and https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more.
sourceraw docstring

locations-image-redact$clj

(locations-image-redact$ auth parameters body)

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/image/redact

Required parameters: parent

Optional parameters: none

Body:

{:locationId string, :inspectConfig {:includeQuote boolean, :infoTypes [GooglePrivacyDlpV2InfoType], :excludeInfoTypes boolean, :customInfoTypes [GooglePrivacyDlpV2CustomInfoType], :minLikelihood string, :limits GooglePrivacyDlpV2FindingLimits, :ruleSet [GooglePrivacyDlpV2InspectionRuleSet], :contentOptions [string]}, :includeFindings boolean, :imageRedactionConfigs [{:infoType GooglePrivacyDlpV2InfoType, :redactionColor GooglePrivacyDlpV2Color, :redactAllText boolean}], :byteItem {:data string, :type string}}

Redacts potentially sensitive info from an image. This method has limits on input size, processing time, and output size. See https://cloud.google.com/dlp/docs/redacting-sensitive-data-images to learn more. When no InfoTypes or CustomInfoTypes are specified in this request, the system will automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated.

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/image/redact

Required parameters: parent

Optional parameters: none

Body: 

{:locationId string,
 :inspectConfig {:includeQuote boolean,
                 :infoTypes [GooglePrivacyDlpV2InfoType],
                 :excludeInfoTypes boolean,
                 :customInfoTypes [GooglePrivacyDlpV2CustomInfoType],
                 :minLikelihood string,
                 :limits GooglePrivacyDlpV2FindingLimits,
                 :ruleSet [GooglePrivacyDlpV2InspectionRuleSet],
                 :contentOptions [string]},
 :includeFindings boolean,
 :imageRedactionConfigs [{:infoType GooglePrivacyDlpV2InfoType,
                          :redactionColor GooglePrivacyDlpV2Color,
                          :redactAllText boolean}],
 :byteItem {:data string, :type string}}

Redacts potentially sensitive info from an image. This method has limits on input size, processing time, and output size. See https://cloud.google.com/dlp/docs/redacting-sensitive-data-images to learn more. When no InfoTypes or CustomInfoTypes are specified in this request, the system will automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated.
sourceraw docstring

locations-inspectTemplates-create$clj

(locations-inspectTemplates-create$ auth parameters body)

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/inspectTemplates/create

Required parameters: parent

Optional parameters: none

Body:

{:inspectTemplate {:description string, :inspectConfig GooglePrivacyDlpV2InspectConfig, :createTime string, :displayName string, :updateTime string, :name string}, :templateId string, :locationId string}

Creates an InspectTemplate for re-using frequently used configuration for inspecting content, images, and storage. See https://cloud.google.com/dlp/docs/creating-templates to learn more.

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/inspectTemplates/create

Required parameters: parent

Optional parameters: none

Body: 

{:inspectTemplate {:description string,
                   :inspectConfig GooglePrivacyDlpV2InspectConfig,
                   :createTime string,
                   :displayName string,
                   :updateTime string,
                   :name string},
 :templateId string,
 :locationId string}

Creates an InspectTemplate for re-using frequently used configuration for inspecting content, images, and storage. See https://cloud.google.com/dlp/docs/creating-templates to learn more.
sourceraw docstring

locations-inspectTemplates-delete$clj

(locations-inspectTemplates-delete$ auth parameters)

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/inspectTemplates/delete

Required parameters: name

Optional parameters: none

Deletes an InspectTemplate. See https://cloud.google.com/dlp/docs/creating-templates to learn more.

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/inspectTemplates/delete

Required parameters: name

Optional parameters: none

Deletes an InspectTemplate. See https://cloud.google.com/dlp/docs/creating-templates to learn more.
sourceraw docstring

locations-inspectTemplates-get$clj

(locations-inspectTemplates-get$ auth parameters)

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/inspectTemplates/get

Required parameters: name

Optional parameters: none

Gets an InspectTemplate. See https://cloud.google.com/dlp/docs/creating-templates to learn more.

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/inspectTemplates/get

Required parameters: name

Optional parameters: none

Gets an InspectTemplate. See https://cloud.google.com/dlp/docs/creating-templates to learn more.
sourceraw docstring

locations-inspectTemplates-list$clj

(locations-inspectTemplates-list$ auth parameters)

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/inspectTemplates/list

Required parameters: parent

Optional parameters: orderBy, pageToken, locationId, pageSize

Lists InspectTemplates. See https://cloud.google.com/dlp/docs/creating-templates to learn more.

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/inspectTemplates/list

Required parameters: parent

Optional parameters: orderBy, pageToken, locationId, pageSize

Lists InspectTemplates. See https://cloud.google.com/dlp/docs/creating-templates to learn more.
sourceraw docstring

locations-inspectTemplates-patch$clj

(locations-inspectTemplates-patch$ auth parameters body)

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/inspectTemplates/patch

Required parameters: name

Optional parameters: none

Body:

{:updateMask string, :inspectTemplate {:description string, :inspectConfig GooglePrivacyDlpV2InspectConfig, :createTime string, :displayName string, :updateTime string, :name string}}

Updates the InspectTemplate. See https://cloud.google.com/dlp/docs/creating-templates to learn more.

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/inspectTemplates/patch

Required parameters: name

Optional parameters: none

Body: 

{:updateMask string,
 :inspectTemplate {:description string,
                   :inspectConfig GooglePrivacyDlpV2InspectConfig,
                   :createTime string,
                   :displayName string,
                   :updateTime string,
                   :name string}}

Updates the InspectTemplate. See https://cloud.google.com/dlp/docs/creating-templates to learn more.
sourceraw docstring

locations-jobTriggers-activate$clj

(locations-jobTriggers-activate$ auth parameters body)

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/jobTriggers/activate

Required parameters: name

Optional parameters: none

Body:

{}

Activate a job trigger. Causes the immediate execute of a trigger instead of waiting on the trigger event to occur.

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/jobTriggers/activate

Required parameters: name

Optional parameters: none

Body: 

{}

Activate a job trigger. Causes the immediate execute of a trigger instead of waiting on the trigger event to occur.
sourceraw docstring

locations-jobTriggers-create$clj

(locations-jobTriggers-create$ auth parameters body)

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/jobTriggers/create

Required parameters: parent

Optional parameters: none

Body:

{:locationId string, :jobTrigger {:description string, :errors [GooglePrivacyDlpV2Error], :displayName string, :inspectJob GooglePrivacyDlpV2InspectJobConfig, :name string, :createTime string, :triggers [GooglePrivacyDlpV2Trigger], :updateTime string, :status string, :lastRunTime string}, :triggerId string}

Creates a job trigger to run DLP actions such as scanning storage for sensitive information on a set schedule. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/jobTriggers/create

Required parameters: parent

Optional parameters: none

Body: 

{:locationId string,
 :jobTrigger {:description string,
              :errors [GooglePrivacyDlpV2Error],
              :displayName string,
              :inspectJob GooglePrivacyDlpV2InspectJobConfig,
              :name string,
              :createTime string,
              :triggers [GooglePrivacyDlpV2Trigger],
              :updateTime string,
              :status string,
              :lastRunTime string},
 :triggerId string}

Creates a job trigger to run DLP actions such as scanning storage for sensitive information on a set schedule. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.
sourceraw docstring

locations-jobTriggers-delete$clj

(locations-jobTriggers-delete$ auth parameters)
https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/jobTriggers/delete

Required parameters: name

Optional parameters: none

Deletes a job trigger. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.
sourceraw docstring

locations-jobTriggers-get$clj

(locations-jobTriggers-get$ auth parameters)
https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/jobTriggers/get

Required parameters: name

Optional parameters: none

Gets a job trigger. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.
sourceraw docstring

locations-jobTriggers-hybridInspect$clj

(locations-jobTriggers-hybridInspect$ auth parameters body)

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/jobTriggers/hybridInspect

Required parameters: name

Optional parameters: none

Body:

{:hybridItem {:findingDetails GooglePrivacyDlpV2HybridFindingDetails, :item GooglePrivacyDlpV2ContentItem}}

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.

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/jobTriggers/hybridInspect

Required parameters: name

Optional parameters: none

Body: 

{:hybridItem {:findingDetails GooglePrivacyDlpV2HybridFindingDetails,
              :item GooglePrivacyDlpV2ContentItem}}

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.
sourceraw docstring

locations-jobTriggers-list$clj

(locations-jobTriggers-list$ auth parameters)

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/jobTriggers/list

Required parameters: parent

Optional parameters: type, pageToken, pageSize, locationId, filter, orderBy

Lists job triggers. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/jobTriggers/list

Required parameters: parent

Optional parameters: type, pageToken, pageSize, locationId, filter, orderBy

Lists job triggers. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.
sourceraw docstring

locations-jobTriggers-patch$clj

(locations-jobTriggers-patch$ auth parameters body)

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/jobTriggers/patch

Required parameters: name

Optional parameters: none

Body:

{:updateMask string, :jobTrigger {:description string, :errors [GooglePrivacyDlpV2Error], :displayName string, :inspectJob GooglePrivacyDlpV2InspectJobConfig, :name string, :createTime string, :triggers [GooglePrivacyDlpV2Trigger], :updateTime string, :status string, :lastRunTime string}}

Updates a job trigger. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/jobTriggers/patch

Required parameters: name

Optional parameters: none

Body: 

{:updateMask string,
 :jobTrigger {:description string,
              :errors [GooglePrivacyDlpV2Error],
              :displayName string,
              :inspectJob GooglePrivacyDlpV2InspectJobConfig,
              :name string,
              :createTime string,
              :triggers [GooglePrivacyDlpV2Trigger],
              :updateTime string,
              :status string,
              :lastRunTime string}}

Updates a job trigger. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.
sourceraw docstring

locations-storedInfoTypes-create$clj

(locations-storedInfoTypes-create$ auth parameters body)

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/storedInfoTypes/create

Required parameters: parent

Optional parameters: none

Body:

{:locationId string, :storedInfoTypeId string, :config {:displayName string, :dictionary GooglePrivacyDlpV2Dictionary, :description string, :largeCustomDictionary GooglePrivacyDlpV2LargeCustomDictionaryConfig, :regex GooglePrivacyDlpV2Regex}}

Creates a pre-built stored infoType to be used for inspection. See https://cloud.google.com/dlp/docs/creating-stored-infotypes to learn more.

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/storedInfoTypes/create

Required parameters: parent

Optional parameters: none

Body: 

{:locationId string,
 :storedInfoTypeId string,
 :config {:displayName string,
          :dictionary GooglePrivacyDlpV2Dictionary,
          :description string,
          :largeCustomDictionary GooglePrivacyDlpV2LargeCustomDictionaryConfig,
          :regex GooglePrivacyDlpV2Regex}}

Creates a pre-built stored infoType to be used for inspection. See https://cloud.google.com/dlp/docs/creating-stored-infotypes to learn more.
sourceraw docstring

locations-storedInfoTypes-delete$clj

(locations-storedInfoTypes-delete$ auth parameters)
https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/storedInfoTypes/delete

Required parameters: name

Optional parameters: none

Deletes a stored infoType. See https://cloud.google.com/dlp/docs/creating-stored-infotypes to learn more.
sourceraw docstring

locations-storedInfoTypes-get$clj

(locations-storedInfoTypes-get$ auth parameters)
https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/storedInfoTypes/get

Required parameters: name

Optional parameters: none

Gets a stored infoType. See https://cloud.google.com/dlp/docs/creating-stored-infotypes to learn more.
sourceraw docstring

locations-storedInfoTypes-list$clj

(locations-storedInfoTypes-list$ auth parameters)

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/storedInfoTypes/list

Required parameters: parent

Optional parameters: pageSize, locationId, orderBy, pageToken

Lists stored infoTypes. See https://cloud.google.com/dlp/docs/creating-stored-infotypes to learn more.

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/storedInfoTypes/list

Required parameters: parent

Optional parameters: pageSize, locationId, orderBy, pageToken

Lists stored infoTypes. See https://cloud.google.com/dlp/docs/creating-stored-infotypes to learn more.
sourceraw docstring

locations-storedInfoTypes-patch$clj

(locations-storedInfoTypes-patch$ auth parameters body)

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/storedInfoTypes/patch

Required parameters: name

Optional parameters: none

Body:

{:updateMask string, :config {:displayName string, :dictionary GooglePrivacyDlpV2Dictionary, :description string, :largeCustomDictionary GooglePrivacyDlpV2LargeCustomDictionaryConfig, :regex GooglePrivacyDlpV2Regex}}

Updates the stored infoType by creating a new version. The existing version will continue to be used until the new version is ready. See https://cloud.google.com/dlp/docs/creating-stored-infotypes to learn more.

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/locations/storedInfoTypes/patch

Required parameters: name

Optional parameters: none

Body: 

{:updateMask string,
 :config {:displayName string,
          :dictionary GooglePrivacyDlpV2Dictionary,
          :description string,
          :largeCustomDictionary GooglePrivacyDlpV2LargeCustomDictionaryConfig,
          :regex GooglePrivacyDlpV2Regex}}

Updates the stored infoType by creating a new version. The existing version will continue to be used until the new version is ready. See https://cloud.google.com/dlp/docs/creating-stored-infotypes to learn more.
sourceraw docstring

storedInfoTypes-create$clj

(storedInfoTypes-create$ auth parameters body)

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/storedInfoTypes/create

Required parameters: parent

Optional parameters: none

Body:

{:locationId string, :storedInfoTypeId string, :config {:displayName string, :dictionary GooglePrivacyDlpV2Dictionary, :description string, :largeCustomDictionary GooglePrivacyDlpV2LargeCustomDictionaryConfig, :regex GooglePrivacyDlpV2Regex}}

Creates a pre-built stored infoType to be used for inspection. See https://cloud.google.com/dlp/docs/creating-stored-infotypes to learn more.

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/storedInfoTypes/create

Required parameters: parent

Optional parameters: none

Body: 

{:locationId string,
 :storedInfoTypeId string,
 :config {:displayName string,
          :dictionary GooglePrivacyDlpV2Dictionary,
          :description string,
          :largeCustomDictionary GooglePrivacyDlpV2LargeCustomDictionaryConfig,
          :regex GooglePrivacyDlpV2Regex}}

Creates a pre-built stored infoType to be used for inspection. See https://cloud.google.com/dlp/docs/creating-stored-infotypes to learn more.
sourceraw docstring

storedInfoTypes-delete$clj

(storedInfoTypes-delete$ auth parameters)

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/storedInfoTypes/delete

Required parameters: name

Optional parameters: none

Deletes a stored infoType. See https://cloud.google.com/dlp/docs/creating-stored-infotypes to learn more.

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/storedInfoTypes/delete

Required parameters: name

Optional parameters: none

Deletes a stored infoType. See https://cloud.google.com/dlp/docs/creating-stored-infotypes to learn more.
sourceraw docstring

storedInfoTypes-get$clj

(storedInfoTypes-get$ auth parameters)

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/storedInfoTypes/get

Required parameters: name

Optional parameters: none

Gets a stored infoType. See https://cloud.google.com/dlp/docs/creating-stored-infotypes to learn more.

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/storedInfoTypes/get

Required parameters: name

Optional parameters: none

Gets a stored infoType. See https://cloud.google.com/dlp/docs/creating-stored-infotypes to learn more.
sourceraw docstring

storedInfoTypes-list$clj

(storedInfoTypes-list$ auth parameters)

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/storedInfoTypes/list

Required parameters: parent

Optional parameters: pageSize, locationId, pageToken, orderBy

Lists stored infoTypes. See https://cloud.google.com/dlp/docs/creating-stored-infotypes to learn more.

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/storedInfoTypes/list

Required parameters: parent

Optional parameters: pageSize, locationId, pageToken, orderBy

Lists stored infoTypes. See https://cloud.google.com/dlp/docs/creating-stored-infotypes to learn more.
sourceraw docstring

storedInfoTypes-patch$clj

(storedInfoTypes-patch$ auth parameters body)

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/storedInfoTypes/patch

Required parameters: name

Optional parameters: none

Body:

{:updateMask string, :config {:displayName string, :dictionary GooglePrivacyDlpV2Dictionary, :description string, :largeCustomDictionary GooglePrivacyDlpV2LargeCustomDictionaryConfig, :regex GooglePrivacyDlpV2Regex}}

Updates the stored infoType by creating a new version. The existing version will continue to be used until the new version is ready. See https://cloud.google.com/dlp/docs/creating-stored-infotypes to learn more.

https://cloud.google.com/dlp/docs/api/reference/rest/v2/projects/storedInfoTypes/patch

Required parameters: name

Optional parameters: none

Body: 

{:updateMask string,
 :config {:displayName string,
          :dictionary GooglePrivacyDlpV2Dictionary,
          :description string,
          :largeCustomDictionary GooglePrivacyDlpV2LargeCustomDictionaryConfig,
          :regex GooglePrivacyDlpV2Regex}}

Updates the stored infoType by creating a new version. The existing version will continue to be used until the new version is ready. See https://cloud.google.com/dlp/docs/creating-stored-infotypes to learn more.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close