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

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

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:

{:inspectConfig {:excludeInfoTypes boolean, :minLikelihood string, :ruleSet [GooglePrivacyDlpV2InspectionRuleSet], :infoTypes [GooglePrivacyDlpV2InfoType], :includeQuote boolean, :customInfoTypes [GooglePrivacyDlpV2CustomInfoType], :limits GooglePrivacyDlpV2FindingLimits, :contentOptions [string]}, :inspectTemplateName string, :item {:value string, :byteItem GooglePrivacyDlpV2ByteContentItem, :table GooglePrivacyDlpV2Table}, :locationId 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: 

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

{:templateId string, :deidentifyTemplate {:description string, :displayName string, :deidentifyConfig GooglePrivacyDlpV2DeidentifyConfig, :createTime string, :updateTime string, :name string}, :locationId 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: 

{:templateId string,
 :deidentifyTemplate {:description string,
                      :displayName string,
                      :deidentifyConfig GooglePrivacyDlpV2DeidentifyConfig,
                      :createTime string,
                      :updateTime string,
                      :name string},
 :locationId 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: pageToken, orderBy, pageSize, locationId

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: pageToken, orderBy, pageSize, locationId

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 {:description string, :displayName string, :deidentifyConfig GooglePrivacyDlpV2DeidentifyConfig, :createTime string, :updateTime string, :name 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 {:description string,
                      :displayName string,
                      :deidentifyConfig GooglePrivacyDlpV2DeidentifyConfig,
                      :createTime string,
                      :updateTime string,
                      :name 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:

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

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: 

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

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: filter, pageToken, pageSize, locationId, orderBy, type

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: filter, pageToken, pageSize, locationId, orderBy, type

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, :imageRedactionConfigs [{:redactAllText boolean, :infoType GooglePrivacyDlpV2InfoType, :redactionColor GooglePrivacyDlpV2Color}], :byteItem {:type string, :data string}, :inspectConfig {:excludeInfoTypes boolean, :minLikelihood string, :ruleSet [GooglePrivacyDlpV2InspectionRuleSet], :infoTypes [GooglePrivacyDlpV2InfoType], :includeQuote boolean, :customInfoTypes [GooglePrivacyDlpV2CustomInfoType], :limits GooglePrivacyDlpV2FindingLimits, :contentOptions [string]}, :includeFindings boolean}

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,
 :imageRedactionConfigs [{:redactAllText boolean,
                          :infoType GooglePrivacyDlpV2InfoType,
                          :redactionColor GooglePrivacyDlpV2Color}],
 :byteItem {:type string, :data string},
 :inspectConfig {:excludeInfoTypes boolean,
                 :minLikelihood string,
                 :ruleSet [GooglePrivacyDlpV2InspectionRuleSet],
                 :infoTypes [GooglePrivacyDlpV2InfoType],
                 :includeQuote boolean,
                 :customInfoTypes [GooglePrivacyDlpV2CustomInfoType],
                 :limits GooglePrivacyDlpV2FindingLimits,
                 :contentOptions [string]},
 :includeFindings boolean}

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:

{:templateId string, :inspectTemplate {:inspectConfig GooglePrivacyDlpV2InspectConfig, :displayName string, :description string, :createTime string, :updateTime string, :name 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: 

{:templateId string,
 :inspectTemplate {:inspectConfig GooglePrivacyDlpV2InspectConfig,
                   :displayName string,
                   :description string,
                   :createTime string,
                   :updateTime string,
                   :name 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: pageToken, orderBy, pageSize, 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: pageToken, orderBy, pageSize, 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 {:inspectConfig GooglePrivacyDlpV2InspectConfig, :displayName string, :description string, :createTime 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 {:inspectConfig GooglePrivacyDlpV2InspectConfig,
                   :displayName string,
                   :description string,
                   :createTime 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:

{:triggerId string, :locationId string, :jobTrigger {:description string, :errors [GooglePrivacyDlpV2Error], :displayName string, :inspectJob GooglePrivacyDlpV2InspectJobConfig, :name string, :createTime string, :triggers [GooglePrivacyDlpV2Trigger], :updateTime string, :status string, :lastRunTime 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: 

{:triggerId string,
 :locationId string,
 :jobTrigger {:description string,
              :errors [GooglePrivacyDlpV2Error],
              :displayName string,
              :inspectJob GooglePrivacyDlpV2InspectJobConfig,
              :name string,
              :createTime string,
              :triggers [GooglePrivacyDlpV2Trigger],
              :updateTime string,
              :status string,
              :lastRunTime 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: orderBy, filter, pageToken, pageSize, locationId

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: orderBy, filter, pageToken, pageSize, locationId

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:

{:jobTrigger {:description string, :errors [GooglePrivacyDlpV2Error], :displayName string, :inspectJob GooglePrivacyDlpV2InspectJobConfig, :name string, :createTime string, :triggers [GooglePrivacyDlpV2Trigger], :updateTime string, :status string, :lastRunTime string}, :updateMask 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: 

{:jobTrigger {:description string,
              :errors [GooglePrivacyDlpV2Error],
              :displayName string,
              :inspectJob GooglePrivacyDlpV2InspectJobConfig,
              :name string,
              :createTime string,
              :triggers [GooglePrivacyDlpV2Trigger],
              :updateTime string,
              :status string,
              :lastRunTime string},
 :updateMask 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: locationId, parent

Optional parameters: none

Body:

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

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: locationId, parent

Optional parameters: none

Body: 

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

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: locationId, parent

Optional parameters: none

Body:

{:inspectConfig {:excludeInfoTypes boolean, :minLikelihood string, :ruleSet [GooglePrivacyDlpV2InspectionRuleSet], :infoTypes [GooglePrivacyDlpV2InfoType], :includeQuote boolean, :customInfoTypes [GooglePrivacyDlpV2CustomInfoType], :limits GooglePrivacyDlpV2FindingLimits, :contentOptions [string]}, :inspectTemplateName string, :item {:value string, :byteItem GooglePrivacyDlpV2ByteContentItem, :table GooglePrivacyDlpV2Table}, :locationId 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: locationId, parent

Optional parameters: none

Body: 

{:inspectConfig {:excludeInfoTypes boolean,
                 :minLikelihood string,
                 :ruleSet [GooglePrivacyDlpV2InspectionRuleSet],
                 :infoTypes [GooglePrivacyDlpV2InfoType],
                 :includeQuote boolean,
                 :customInfoTypes [GooglePrivacyDlpV2CustomInfoType],
                 :limits GooglePrivacyDlpV2FindingLimits,
                 :contentOptions [string]},
 :inspectTemplateName string,
 :item {:value string,
        :byteItem GooglePrivacyDlpV2ByteContentItem,
        :table GooglePrivacyDlpV2Table},
 :locationId 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, locationId

Optional parameters: none

Body:

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

Optional parameters: none

Body: 

{:inspectConfig {:excludeInfoTypes boolean,
                 :minLikelihood string,
                 :ruleSet [GooglePrivacyDlpV2InspectionRuleSet],
                 :infoTypes [GooglePrivacyDlpV2InfoType],
                 :includeQuote boolean,
                 :customInfoTypes [GooglePrivacyDlpV2CustomInfoType],
                 :limits GooglePrivacyDlpV2FindingLimits,
                 :contentOptions [string]},
 :locationId string,
 :inspectTemplateName string,
 :reidentifyConfig {:recordTransformations GooglePrivacyDlpV2RecordTransformations,
                    :transformationErrorHandling GooglePrivacyDlpV2TransformationErrorHandling,
                    :infoTypeTransformations GooglePrivacyDlpV2InfoTypeTransformations},
 :item {:value string,
        :byteItem GooglePrivacyDlpV2ByteContentItem,
        :table GooglePrivacyDlpV2Table},
 :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: locationId, parent

Optional parameters: none

Body:

{:templateId string, :deidentifyTemplate {:description string, :displayName string, :deidentifyConfig GooglePrivacyDlpV2DeidentifyConfig, :createTime string, :updateTime string, :name string}, :locationId 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: locationId, parent

Optional parameters: none

Body: 

{:templateId string,
 :deidentifyTemplate {:description string,
                      :displayName string,
                      :deidentifyConfig GooglePrivacyDlpV2DeidentifyConfig,
                      :createTime string,
                      :updateTime string,
                      :name string},
 :locationId 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, locationId

Optional parameters: pageToken, orderBy, 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, locationId

Optional parameters: pageToken, orderBy, 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 {:description string, :displayName string, :deidentifyConfig GooglePrivacyDlpV2DeidentifyConfig, :createTime string, :updateTime string, :name 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 {:description string,
                      :displayName string,
                      :deidentifyConfig GooglePrivacyDlpV2DeidentifyConfig,
                      :createTime string,
                      :updateTime string,
                      :name 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, locationId

Optional parameters: none

Body:

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

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, locationId

Optional parameters: none

Body: 

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

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. Early access feature is in a pre-release state and might change or have limited support. For more information, see https://cloud.google.com/products#product-launch-stages.

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.
Early access feature is in a pre-release state and might change or have
limited support. For more information, see
https://cloud.google.com/products#product-launch-stages.
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. Early access feature is in a pre-release state and might change or have limited support. For more information, see https://cloud.google.com/products#product-launch-stages.

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.
Early access feature is in a pre-release state and might change or have
limited support. For more information, see
https://cloud.google.com/products#product-launch-stages.
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: locationId, parent

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

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: locationId, parent

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

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, locationId

Optional parameters: none

Body:

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

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, locationId

Optional parameters: none

Body: 

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

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, locationId

Optional parameters: none

Body:

{:templateId string, :inspectTemplate {:inspectConfig GooglePrivacyDlpV2InspectConfig, :displayName string, :description string, :createTime string, :updateTime string, :name 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, locationId

Optional parameters: none

Body: 

{:templateId string,
 :inspectTemplate {:inspectConfig GooglePrivacyDlpV2InspectConfig,
                   :displayName string,
                   :description string,
                   :createTime string,
                   :updateTime string,
                   :name 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, locationId

Optional parameters: pageToken, orderBy, 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, locationId

Optional parameters: pageToken, orderBy, 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 {:inspectConfig GooglePrivacyDlpV2InspectConfig, :displayName string, :description string, :createTime 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 {:inspectConfig GooglePrivacyDlpV2InspectConfig,
                   :displayName string,
                   :description string,
                   :createTime 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: locationId, parent

Optional parameters: none

Body:

{:triggerId string, :locationId string, :jobTrigger {:description string, :errors [GooglePrivacyDlpV2Error], :displayName string, :inspectJob GooglePrivacyDlpV2InspectJobConfig, :name string, :createTime string, :triggers [GooglePrivacyDlpV2Trigger], :updateTime string, :status string, :lastRunTime 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: locationId, parent

Optional parameters: none

Body: 

{:triggerId string,
 :locationId string,
 :jobTrigger {:description string,
              :errors [GooglePrivacyDlpV2Error],
              :displayName string,
              :inspectJob GooglePrivacyDlpV2InspectJobConfig,
              :name string,
              :createTime string,
              :triggers [GooglePrivacyDlpV2Trigger],
              :updateTime string,
              :status string,
              :lastRunTime 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. Early access feature is in a pre-release state and might change or have limited support. For more information, see https://cloud.google.com/products#product-launch-stages.

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.
Early access feature is in a pre-release state and might change or have
limited support. For more information, see
https://cloud.google.com/products#product-launch-stages.
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: locationId, parent

Optional parameters: orderBy, filter, pageToken, pageSize

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: locationId, parent

Optional parameters: orderBy, filter, pageToken, pageSize

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:

{:jobTrigger {:description string, :errors [GooglePrivacyDlpV2Error], :displayName string, :inspectJob GooglePrivacyDlpV2InspectJobConfig, :name string, :createTime string, :triggers [GooglePrivacyDlpV2Trigger], :updateTime string, :status string, :lastRunTime string}, :updateMask 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: 

{:jobTrigger {:description string,
              :errors [GooglePrivacyDlpV2Error],
              :displayName string,
              :inspectJob GooglePrivacyDlpV2InspectJobConfig,
              :name string,
              :createTime string,
              :triggers [GooglePrivacyDlpV2Trigger],
              :updateTime string,
              :status string,
              :lastRunTime string},
 :updateMask 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, locationId

Optional parameters: none

Body:

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

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, locationId

Optional parameters: none

Body: 

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

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: locationId, parent

Optional parameters: pageToken, orderBy, pageSize

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: locationId, parent

Optional parameters: pageToken, orderBy, pageSize

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 {:dictionary GooglePrivacyDlpV2Dictionary, :regex GooglePrivacyDlpV2Regex, :displayName string, :description string, :largeCustomDictionary GooglePrivacyDlpV2LargeCustomDictionaryConfig}}

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 {:dictionary GooglePrivacyDlpV2Dictionary,
          :regex GooglePrivacyDlpV2Regex,
          :displayName string,
          :description string,
          :largeCustomDictionary GooglePrivacyDlpV2LargeCustomDictionaryConfig}}

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:

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

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: 

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

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: pageToken, orderBy, pageSize, locationId

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: pageToken, orderBy, pageSize, locationId

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 {:dictionary GooglePrivacyDlpV2Dictionary, :regex GooglePrivacyDlpV2Regex, :displayName string, :description string, :largeCustomDictionary GooglePrivacyDlpV2LargeCustomDictionaryConfig}}

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 {:dictionary GooglePrivacyDlpV2Dictionary,
          :regex GooglePrivacyDlpV2Regex,
          :displayName string,
          :description string,
          :largeCustomDictionary GooglePrivacyDlpV2LargeCustomDictionaryConfig}}

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