GetJobTriggerResult

data class GetJobTriggerResult(val createTime: String, val description: String, val displayName: String, val errors: List<GooglePrivacyDlpV2ErrorResponse>, val inspectJob: GooglePrivacyDlpV2InspectJobConfigResponse, val lastRunTime: String, val name: String, val status: String, val triggers: List<GooglePrivacyDlpV2TriggerResponse>, val updateTime: String)

Constructors

Link copied to clipboard
constructor(createTime: String, description: String, displayName: String, errors: List<GooglePrivacyDlpV2ErrorResponse>, inspectJob: GooglePrivacyDlpV2InspectJobConfigResponse, lastRunTime: String, name: String, status: String, triggers: List<GooglePrivacyDlpV2TriggerResponse>, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The creation timestamp of a triggeredJob.

Link copied to clipboard

User provided description (max 256 chars)

Link copied to clipboard

Display name (max 100 chars)

Link copied to clipboard

A stream of errors encountered when the trigger was activated. Repeated errors may result in the JobTrigger automatically being paused. Will return the last 100 errors. Whenever the JobTrigger is modified this list will be cleared.

Link copied to clipboard

For inspect jobs, a snapshot of the configuration.

Link copied to clipboard

The timestamp of the last time this trigger executed.

Link copied to clipboard

Unique resource name for the triggeredJob, assigned by the service when the triggeredJob is created, for example projects/dlp-test-project/jobTriggers/53234423.

Link copied to clipboard

A status for this trigger.

Link copied to clipboard

A list of triggers which will be OR'ed together. Only one in the list needs to trigger for a job to be started. The list may contain only a single Schedule trigger and must have at least one object.

Link copied to clipboard

The last update timestamp of a triggeredJob.