Activate
|
|||||
|
|
Activate a job trigger. Causes the immediate execute of a trigger instead of waiting on the trigger event to occur
Authorization
To use this building block you will have to grant access to at least one of the following scopes:
- View and manage your data across Google Cloud Platform services
Input
This building block consumes 1 input parameters
Name | Format | Description |
---|---|---|
name Required |
STRING |
Resource name of the trigger to activate, for example
|
= Parameter name
= Format
name STRING Required Resource name of the trigger to activate, for example
|
Output
This building block provides 106 output parameters
Name | Format | Description |
---|---|---|
jobTriggerName |
STRING |
If created by a job trigger, the resource name of the trigger that instantiated the job |
createTime |
ANY |
Time when the job was created |
state |
ENUMERATION |
State of a job |
riskDetails |
OBJECT |
Result of a risk analysis operation request |
riskDetails.kMapEstimationResult |
OBJECT |
Result of the reidentifiability analysis. Note that these results are an estimation, not exact values |
riskDetails.kMapEstimationResult.kMapEstimationHistogram[] |
OBJECT |
A KMapEstimationHistogramBucket message with the following values: min_anonymity: 3 max_anonymity: 5 frequency: 42 means that there are 42 records whose quasi-identifier values correspond to 3, 4 or 5 people in the overlying population. An important particular case is when min_anonymity = max_anonymity = 1: the frequency field then corresponds to the number of uniquely identifiable records |
riskDetails.kMapEstimationResult.kMapEstimationHistogram[].minAnonymity |
INTEGER |
Always positive |
riskDetails.kMapEstimationResult.kMapEstimationHistogram[].maxAnonymity |
INTEGER |
Always greater than or equal to min_anonymity |
riskDetails.kMapEstimationResult.kMapEstimationHistogram[].bucketSize |
INTEGER |
Number of records within these anonymity bounds |
riskDetails.kMapEstimationResult.kMapEstimationHistogram[].bucketValueCount |
INTEGER |
Total number of distinct quasi-identifier tuple values in this bucket |
riskDetails.deltaPresenceEstimationResult |
OBJECT |
Result of the δ-presence computation. Note that these results are an estimation, not exact values |
riskDetails.deltaPresenceEstimationResult.deltaPresenceEstimationHistogram[] |
OBJECT |
A DeltaPresenceEstimationHistogramBucket message with the following values: min_probability: 0.1 max_probability: 0.2 frequency: 42 means that there are 42 records for which δ is in [0.1, 0.2). An important particular case is when min_probability = max_probability = 1: then, every individual who shares this quasi-identifier combination is in the dataset |
riskDetails.deltaPresenceEstimationResult.deltaPresenceEstimationHistogram[].maxProbability |
NUMBER |
Always greater than or equal to min_probability |
riskDetails.deltaPresenceEstimationResult.deltaPresenceEstimationHistogram[].minProbability |
NUMBER |
Between 0 and 1 |
riskDetails.deltaPresenceEstimationResult.deltaPresenceEstimationHistogram[].bucketSize |
INTEGER |
Number of records within these probability bounds |
riskDetails.deltaPresenceEstimationResult.deltaPresenceEstimationHistogram[].bucketValueCount |
INTEGER |
Total number of distinct quasi-identifier tuple values in this bucket |
riskDetails.lDiversityResult |
OBJECT |
Result of the l-diversity computation |
riskDetails.lDiversityResult.sensitiveValueFrequencyHistogramBuckets[] |
OBJECT |
|
riskDetails.lDiversityResult.sensitiveValueFrequencyHistogramBuckets[].sensitiveValueFrequencyUpperBound |
INTEGER |
Upper bound on the sensitive value frequencies of the equivalence classes in this bucket |
riskDetails.lDiversityResult.sensitiveValueFrequencyHistogramBuckets[].sensitiveValueFrequencyLowerBound |
INTEGER |
Lower bound on the sensitive value frequencies of the equivalence classes in this bucket |
riskDetails.lDiversityResult.sensitiveValueFrequencyHistogramBuckets[].bucketSize |
INTEGER |
Total number of equivalence classes in this bucket |
riskDetails.lDiversityResult.sensitiveValueFrequencyHistogramBuckets[].bucketValueCount |
INTEGER |
Total number of distinct equivalence classes in this bucket |
riskDetails.requestedSourceTable |
OBJECT |
Message defining the location of a BigQuery table. A table is uniquely
identified by its project_id, dataset_id, and table_name. Within a query
a table is often referenced with a string in the format of:
|
riskDetails.requestedSourceTable.datasetId |
STRING |
Dataset ID of the table |
riskDetails.requestedSourceTable.tableId |
STRING |
Name of the table |
riskDetails.requestedSourceTable.projectId |
STRING |
The Google Cloud Platform project ID of the project containing the table. If omitted, project ID is inferred from the API call |
riskDetails.categoricalStatsResult |
OBJECT |
Result of the categorical stats computation |
riskDetails.categoricalStatsResult.valueFrequencyHistogramBuckets[] |
OBJECT |
|
riskDetails.categoricalStatsResult.valueFrequencyHistogramBuckets[].bucketSize |
INTEGER |
Total number of values in this bucket |
riskDetails.categoricalStatsResult.valueFrequencyHistogramBuckets[].bucketValueCount |
INTEGER |
Total number of distinct values in this bucket |
riskDetails.categoricalStatsResult.valueFrequencyHistogramBuckets[].valueFrequencyUpperBound |
INTEGER |
Upper bound on the value frequency of the values in this bucket |
riskDetails.categoricalStatsResult.valueFrequencyHistogramBuckets[].valueFrequencyLowerBound |
INTEGER |
Lower bound on the value frequency of the values in this bucket |
riskDetails.requestedPrivacyMetric |
OBJECT |
Privacy metric to compute for reidentification risk analysis |
riskDetails.requestedPrivacyMetric.numericalStatsConfig |
OBJECT |
Compute numerical stats over an individual column, including min, max, and quantiles |
riskDetails.requestedPrivacyMetric.numericalStatsConfig.field |
OBJECT |
General identifier of a data field in a storage service |
riskDetails.requestedPrivacyMetric.kAnonymityConfig |
OBJECT |
k-anonymity metric, used for analysis of reidentification risk |
riskDetails.requestedPrivacyMetric.kAnonymityConfig.entityId |
OBJECT |
An entity in a dataset is a field or set of fields that correspond to a
single person. For example, in medical records the |
riskDetails.requestedPrivacyMetric.categoricalStatsConfig |
OBJECT |
Compute numerical stats over an individual column, including number of distinct values and value count distribution |
riskDetails.requestedPrivacyMetric.categoricalStatsConfig.field |
OBJECT |
General identifier of a data field in a storage service |
riskDetails.requestedPrivacyMetric.kMapEstimationConfig |
OBJECT |
Reidentifiability metric. This corresponds to a risk model similar to what is called "journalist risk" in the literature, except the attack dataset is statistically modeled instead of being perfectly known. This can be done using publicly available data (like the US Census), or using a custom statistical model (indicated as one or several BigQuery tables), or by extrapolating from the distribution of values in the input dataset. A column with a semantic tag attached |
riskDetails.requestedPrivacyMetric.kMapEstimationConfig.regionCode |
STRING |
ISO 3166-1 alpha-2 region code to use in the statistical modeling. Required if no column is tagged with a region-specific InfoType (like US_ZIP_5) or a region code |
riskDetails.requestedPrivacyMetric.lDiversityConfig |
OBJECT |
l-diversity metric, used for analysis of reidentification risk |
riskDetails.requestedPrivacyMetric.lDiversityConfig.sensitiveAttribute |
OBJECT |
General identifier of a data field in a storage service |
riskDetails.requestedPrivacyMetric.deltaPresenceEstimationConfig |
OBJECT |
δ-presence metric, used to estimate how likely it is for an attacker to figure out that one given individual appears in a de-identified dataset. Similarly to the k-map metric, we cannot compute δ-presence exactly without knowing the attack dataset, so we use a statistical model instead |
riskDetails.requestedPrivacyMetric.deltaPresenceEstimationConfig.regionCode |
STRING |
ISO 3166-1 alpha-2 region code to use in the statistical modeling. Required if no column is tagged with a region-specific InfoType (like US_ZIP_5) or a region code |
riskDetails.numericalStatsResult |
OBJECT |
Result of the numerical stats computation |
riskDetails.numericalStatsResult.minValue |
OBJECT |
Set of primitive values supported by the system. Note that for the purposes of inspection or transformation, the number of bytes considered to comprise a 'Value' is based on its representation as a UTF-8 encoded string. For example, if 'integer_value' is set to 123456789, the number of bytes would be counted as 9, even though an int64 only holds up to 8 bytes of data |
riskDetails.numericalStatsResult.minValue.booleanValue |
BOOLEAN |
|
riskDetails.numericalStatsResult.minValue.floatValue |
NUMBER |
|
riskDetails.numericalStatsResult.minValue.integerValue |
INTEGER |
|
riskDetails.numericalStatsResult.minValue.timeValue |
OBJECT |
Represents a time of day. The date and time zone are either not significant
or are specified elsewhere. An API may choose to allow leap seconds. Related
types are google.type.Date and |
riskDetails.numericalStatsResult.minValue.stringValue |
STRING |
|
riskDetails.numericalStatsResult.minValue.dateValue |
OBJECT |
Represents a whole or partial calendar date, e.g. a birthday. The time of day and time zone are either specified elsewhere or are not significant. The date is relative to the Proleptic Gregorian Calendar. This can represent:
Related types are google.type.TimeOfDay and |
riskDetails.numericalStatsResult.minValue.dayOfWeekValue |
ENUMERATION |
|
riskDetails.numericalStatsResult.minValue.timestampValue |
ANY |
|
riskDetails.numericalStatsResult.maxValue |
OBJECT |
Set of primitive values supported by the system. Note that for the purposes of inspection or transformation, the number of bytes considered to comprise a 'Value' is based on its representation as a UTF-8 encoded string. For example, if 'integer_value' is set to 123456789, the number of bytes would be counted as 9, even though an int64 only holds up to 8 bytes of data |
riskDetails.numericalStatsResult.maxValue.booleanValue |
BOOLEAN |
|
riskDetails.numericalStatsResult.maxValue.floatValue |
NUMBER |
|
riskDetails.numericalStatsResult.maxValue.integerValue |
INTEGER |
|
riskDetails.numericalStatsResult.maxValue.timeValue |
OBJECT |
Represents a time of day. The date and time zone are either not significant
or are specified elsewhere. An API may choose to allow leap seconds. Related
types are google.type.Date and |
riskDetails.numericalStatsResult.maxValue.stringValue |
STRING |
|
riskDetails.numericalStatsResult.maxValue.dateValue |
OBJECT |
Represents a whole or partial calendar date, e.g. a birthday. The time of day and time zone are either specified elsewhere or are not significant. The date is relative to the Proleptic Gregorian Calendar. This can represent:
Related types are google.type.TimeOfDay and |
riskDetails.numericalStatsResult.maxValue.dayOfWeekValue |
ENUMERATION |
|
riskDetails.numericalStatsResult.maxValue.timestampValue |
ANY |
|
riskDetails.numericalStatsResult.quantileValues[] |
OBJECT |
Set of primitive values supported by the system. Note that for the purposes of inspection or transformation, the number of bytes considered to comprise a 'Value' is based on its representation as a UTF-8 encoded string. For example, if 'integer_value' is set to 123456789, the number of bytes would be counted as 9, even though an int64 only holds up to 8 bytes of data |
riskDetails.numericalStatsResult.quantileValues[].booleanValue |
BOOLEAN |
|
riskDetails.numericalStatsResult.quantileValues[].floatValue |
NUMBER |
|
riskDetails.numericalStatsResult.quantileValues[].integerValue |
INTEGER |
|
riskDetails.numericalStatsResult.quantileValues[].stringValue |
STRING |
|
riskDetails.numericalStatsResult.quantileValues[].dayOfWeekValue |
ENUMERATION |
|
riskDetails.numericalStatsResult.quantileValues[].timestampValue |
ANY |
|
riskDetails.kAnonymityResult |
OBJECT |
Result of the k-anonymity computation |
riskDetails.kAnonymityResult.equivalenceClassHistogramBuckets[] |
OBJECT |
|
riskDetails.kAnonymityResult.equivalenceClassHistogramBuckets[].equivalenceClassSizeLowerBound |
INTEGER |
Lower bound on the size of the equivalence classes in this bucket |
riskDetails.kAnonymityResult.equivalenceClassHistogramBuckets[].equivalenceClassSizeUpperBound |
INTEGER |
Upper bound on the size of the equivalence classes in this bucket |
riskDetails.kAnonymityResult.equivalenceClassHistogramBuckets[].bucketSize |
INTEGER |
Total number of equivalence classes in this bucket |
riskDetails.kAnonymityResult.equivalenceClassHistogramBuckets[].bucketValueCount |
INTEGER |
Total number of distinct equivalence classes in this bucket |
name |
STRING |
The server-assigned name |
type |
ENUMERATION |
The type of job |
endTime |
ANY |
Time when the job finished |
errors[] |
OBJECT |
Details information about an error encountered during job execution or the results of an unsuccessful activation of the JobTrigger. Output only field |
errors[].timestamps[] |
ANY |
|
errors[].details |
OBJECT |
The You can find out more about this error model and how to work with it in the API Design Guide |
errors[].details.details[] |
OBJECT |
|
errors[].details.details[].customKey.value |
ANY |
|
errors[].details.code |
INTEGER |
The status code, which should be an enum value of google.rpc.Code |
errors[].details.message |
STRING |
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client |
startTime |
ANY |
Time when the job started |
inspectDetails |
OBJECT |
The results of an inspect DataSource job |
inspectDetails.result |
OBJECT |
All result fields mentioned below are updated while the job is processing |
inspectDetails.result.totalEstimatedBytes |
INTEGER |
Estimate of the number of bytes to process |
inspectDetails.result.infoTypeStats[] |
OBJECT |
Statistics regarding a specific InfoType |
inspectDetails.result.infoTypeStats[].count |
INTEGER |
Number of findings for this infoType |
inspectDetails.result.processedBytes |
INTEGER |
Total size in bytes that were processed |
inspectDetails.requestedOptions |
OBJECT |
|
inspectDetails.requestedOptions.snapshotInspectTemplate |
OBJECT |
The inspectTemplate contains a configuration (set of types of sensitive data to be detected) to be used anywhere you otherwise would normally specify InspectConfig. See https://cloud.google.com/dlp/docs/concepts-templates to learn more |
inspectDetails.requestedOptions.snapshotInspectTemplate.createTime |
ANY |
The creation timestamp of a inspectTemplate, output only field |
inspectDetails.requestedOptions.snapshotInspectTemplate.updateTime |
ANY |
The last update timestamp of a inspectTemplate, output only field |
inspectDetails.requestedOptions.snapshotInspectTemplate.name |
STRING |
The template name. Output only. The template will have one of the following formats:
|
inspectDetails.requestedOptions.snapshotInspectTemplate.inspectConfig |
OBJECT |
Configuration description of the scanning process. When used with redactContent only info_types and min_likelihood are currently used |
inspectDetails.requestedOptions.snapshotInspectTemplate.displayName |
STRING |
Display name (max 256 chars) |
inspectDetails.requestedOptions.snapshotInspectTemplate.description |
STRING |
Short description (max 256 chars) |
inspectDetails.requestedOptions.jobConfig |
OBJECT |
|
inspectDetails.requestedOptions.jobConfig.inspectConfig |
OBJECT |
Configuration description of the scanning process. When used with redactContent only info_types and min_likelihood are currently used |
inspectDetails.requestedOptions.jobConfig.inspectTemplateName |
STRING |
If provided, will be used as the default for all values in InspectConfig.
|
inspectDetails.requestedOptions.jobConfig.storageConfig |
OBJECT |
Shared message indicating Cloud storage type |
= Parameter name
= Format
jobTriggerName STRING If created by a job trigger, the resource name of the trigger that instantiated the job |
createTime ANY Time when the job was created |
state ENUMERATION State of a job |
riskDetails OBJECT Result of a risk analysis operation request |
riskDetails.kMapEstimationResult OBJECT Result of the reidentifiability analysis. Note that these results are an estimation, not exact values |
riskDetails.kMapEstimationResult.kMapEstimationHistogram[] OBJECT A KMapEstimationHistogramBucket message with the following values: min_anonymity: 3 max_anonymity: 5 frequency: 42 means that there are 42 records whose quasi-identifier values correspond to 3, 4 or 5 people in the overlying population. An important particular case is when min_anonymity = max_anonymity = 1: the frequency field then corresponds to the number of uniquely identifiable records |
riskDetails.kMapEstimationResult.kMapEstimationHistogram[].minAnonymity INTEGER Always positive |
riskDetails.kMapEstimationResult.kMapEstimationHistogram[].maxAnonymity INTEGER Always greater than or equal to min_anonymity |
riskDetails.kMapEstimationResult.kMapEstimationHistogram[].bucketSize INTEGER Number of records within these anonymity bounds |
riskDetails.kMapEstimationResult.kMapEstimationHistogram[].bucketValueCount INTEGER Total number of distinct quasi-identifier tuple values in this bucket |
riskDetails.deltaPresenceEstimationResult OBJECT Result of the δ-presence computation. Note that these results are an estimation, not exact values |
riskDetails.deltaPresenceEstimationResult.deltaPresenceEstimationHistogram[] OBJECT A DeltaPresenceEstimationHistogramBucket message with the following values: min_probability: 0.1 max_probability: 0.2 frequency: 42 means that there are 42 records for which δ is in [0.1, 0.2). An important particular case is when min_probability = max_probability = 1: then, every individual who shares this quasi-identifier combination is in the dataset |
riskDetails.deltaPresenceEstimationResult.deltaPresenceEstimationHistogram[].maxProbability NUMBER Always greater than or equal to min_probability |
riskDetails.deltaPresenceEstimationResult.deltaPresenceEstimationHistogram[].minProbability NUMBER Between 0 and 1 |
riskDetails.deltaPresenceEstimationResult.deltaPresenceEstimationHistogram[].bucketSize INTEGER Number of records within these probability bounds |
riskDetails.deltaPresenceEstimationResult.deltaPresenceEstimationHistogram[].bucketValueCount INTEGER Total number of distinct quasi-identifier tuple values in this bucket |
riskDetails.lDiversityResult OBJECT Result of the l-diversity computation |
riskDetails.lDiversityResult.sensitiveValueFrequencyHistogramBuckets[] OBJECT |
riskDetails.lDiversityResult.sensitiveValueFrequencyHistogramBuckets[].sensitiveValueFrequencyUpperBound INTEGER Upper bound on the sensitive value frequencies of the equivalence classes in this bucket |
riskDetails.lDiversityResult.sensitiveValueFrequencyHistogramBuckets[].sensitiveValueFrequencyLowerBound INTEGER Lower bound on the sensitive value frequencies of the equivalence classes in this bucket |
riskDetails.lDiversityResult.sensitiveValueFrequencyHistogramBuckets[].bucketSize INTEGER Total number of equivalence classes in this bucket |
riskDetails.lDiversityResult.sensitiveValueFrequencyHistogramBuckets[].bucketValueCount INTEGER Total number of distinct equivalence classes in this bucket |
riskDetails.requestedSourceTable OBJECT Message defining the location of a BigQuery table. A table is uniquely
identified by its project_id, dataset_id, and table_name. Within a query
a table is often referenced with a string in the format of:
|
riskDetails.requestedSourceTable.datasetId STRING Dataset ID of the table |
riskDetails.requestedSourceTable.tableId STRING Name of the table |
riskDetails.requestedSourceTable.projectId STRING The Google Cloud Platform project ID of the project containing the table. If omitted, project ID is inferred from the API call |
riskDetails.categoricalStatsResult OBJECT Result of the categorical stats computation |
riskDetails.categoricalStatsResult.valueFrequencyHistogramBuckets[] OBJECT |
riskDetails.categoricalStatsResult.valueFrequencyHistogramBuckets[].bucketSize INTEGER Total number of values in this bucket |
riskDetails.categoricalStatsResult.valueFrequencyHistogramBuckets[].bucketValueCount INTEGER Total number of distinct values in this bucket |
riskDetails.categoricalStatsResult.valueFrequencyHistogramBuckets[].valueFrequencyUpperBound INTEGER Upper bound on the value frequency of the values in this bucket |
riskDetails.categoricalStatsResult.valueFrequencyHistogramBuckets[].valueFrequencyLowerBound INTEGER Lower bound on the value frequency of the values in this bucket |
riskDetails.requestedPrivacyMetric OBJECT Privacy metric to compute for reidentification risk analysis |
riskDetails.requestedPrivacyMetric.numericalStatsConfig OBJECT Compute numerical stats over an individual column, including min, max, and quantiles |
riskDetails.requestedPrivacyMetric.numericalStatsConfig.field OBJECT General identifier of a data field in a storage service |
riskDetails.requestedPrivacyMetric.kAnonymityConfig OBJECT k-anonymity metric, used for analysis of reidentification risk |
riskDetails.requestedPrivacyMetric.kAnonymityConfig.entityId OBJECT An entity in a dataset is a field or set of fields that correspond to a
single person. For example, in medical records the |
riskDetails.requestedPrivacyMetric.categoricalStatsConfig OBJECT Compute numerical stats over an individual column, including number of distinct values and value count distribution |
riskDetails.requestedPrivacyMetric.categoricalStatsConfig.field OBJECT General identifier of a data field in a storage service |
riskDetails.requestedPrivacyMetric.kMapEstimationConfig OBJECT Reidentifiability metric. This corresponds to a risk model similar to what is called "journalist risk" in the literature, except the attack dataset is statistically modeled instead of being perfectly known. This can be done using publicly available data (like the US Census), or using a custom statistical model (indicated as one or several BigQuery tables), or by extrapolating from the distribution of values in the input dataset. A column with a semantic tag attached |
riskDetails.requestedPrivacyMetric.kMapEstimationConfig.regionCode STRING ISO 3166-1 alpha-2 region code to use in the statistical modeling. Required if no column is tagged with a region-specific InfoType (like US_ZIP_5) or a region code |
riskDetails.requestedPrivacyMetric.lDiversityConfig OBJECT l-diversity metric, used for analysis of reidentification risk |
riskDetails.requestedPrivacyMetric.lDiversityConfig.sensitiveAttribute OBJECT General identifier of a data field in a storage service |
riskDetails.requestedPrivacyMetric.deltaPresenceEstimationConfig OBJECT δ-presence metric, used to estimate how likely it is for an attacker to figure out that one given individual appears in a de-identified dataset. Similarly to the k-map metric, we cannot compute δ-presence exactly without knowing the attack dataset, so we use a statistical model instead |
riskDetails.requestedPrivacyMetric.deltaPresenceEstimationConfig.regionCode STRING ISO 3166-1 alpha-2 region code to use in the statistical modeling. Required if no column is tagged with a region-specific InfoType (like US_ZIP_5) or a region code |
riskDetails.numericalStatsResult OBJECT Result of the numerical stats computation |
riskDetails.numericalStatsResult.minValue OBJECT Set of primitive values supported by the system. Note that for the purposes of inspection or transformation, the number of bytes considered to comprise a 'Value' is based on its representation as a UTF-8 encoded string. For example, if 'integer_value' is set to 123456789, the number of bytes would be counted as 9, even though an int64 only holds up to 8 bytes of data |
riskDetails.numericalStatsResult.minValue.booleanValue BOOLEAN |
riskDetails.numericalStatsResult.minValue.floatValue NUMBER |
riskDetails.numericalStatsResult.minValue.integerValue INTEGER |
riskDetails.numericalStatsResult.minValue.timeValue OBJECT Represents a time of day. The date and time zone are either not significant
or are specified elsewhere. An API may choose to allow leap seconds. Related
types are google.type.Date and |
riskDetails.numericalStatsResult.minValue.stringValue STRING |
riskDetails.numericalStatsResult.minValue.dateValue OBJECT Represents a whole or partial calendar date, e.g. a birthday. The time of day and time zone are either specified elsewhere or are not significant. The date is relative to the Proleptic Gregorian Calendar. This can represent:
Related types are google.type.TimeOfDay and |
riskDetails.numericalStatsResult.minValue.dayOfWeekValue ENUMERATION |
riskDetails.numericalStatsResult.minValue.timestampValue ANY |
riskDetails.numericalStatsResult.maxValue OBJECT Set of primitive values supported by the system. Note that for the purposes of inspection or transformation, the number of bytes considered to comprise a 'Value' is based on its representation as a UTF-8 encoded string. For example, if 'integer_value' is set to 123456789, the number of bytes would be counted as 9, even though an int64 only holds up to 8 bytes of data |
riskDetails.numericalStatsResult.maxValue.booleanValue BOOLEAN |
riskDetails.numericalStatsResult.maxValue.floatValue NUMBER |
riskDetails.numericalStatsResult.maxValue.integerValue INTEGER |
riskDetails.numericalStatsResult.maxValue.timeValue OBJECT Represents a time of day. The date and time zone are either not significant
or are specified elsewhere. An API may choose to allow leap seconds. Related
types are google.type.Date and |
riskDetails.numericalStatsResult.maxValue.stringValue STRING |
riskDetails.numericalStatsResult.maxValue.dateValue OBJECT Represents a whole or partial calendar date, e.g. a birthday. The time of day and time zone are either specified elsewhere or are not significant. The date is relative to the Proleptic Gregorian Calendar. This can represent:
Related types are google.type.TimeOfDay and |
riskDetails.numericalStatsResult.maxValue.dayOfWeekValue ENUMERATION |
riskDetails.numericalStatsResult.maxValue.timestampValue ANY |
riskDetails.numericalStatsResult.quantileValues[] OBJECT Set of primitive values supported by the system. Note that for the purposes of inspection or transformation, the number of bytes considered to comprise a 'Value' is based on its representation as a UTF-8 encoded string. For example, if 'integer_value' is set to 123456789, the number of bytes would be counted as 9, even though an int64 only holds up to 8 bytes of data |
riskDetails.numericalStatsResult.quantileValues[].booleanValue BOOLEAN |
riskDetails.numericalStatsResult.quantileValues[].floatValue NUMBER |
riskDetails.numericalStatsResult.quantileValues[].integerValue INTEGER |
riskDetails.numericalStatsResult.quantileValues[].stringValue STRING |
riskDetails.numericalStatsResult.quantileValues[].dayOfWeekValue ENUMERATION |
riskDetails.numericalStatsResult.quantileValues[].timestampValue ANY |
riskDetails.kAnonymityResult OBJECT Result of the k-anonymity computation |
riskDetails.kAnonymityResult.equivalenceClassHistogramBuckets[] OBJECT |
riskDetails.kAnonymityResult.equivalenceClassHistogramBuckets[].equivalenceClassSizeLowerBound INTEGER Lower bound on the size of the equivalence classes in this bucket |
riskDetails.kAnonymityResult.equivalenceClassHistogramBuckets[].equivalenceClassSizeUpperBound INTEGER Upper bound on the size of the equivalence classes in this bucket |
riskDetails.kAnonymityResult.equivalenceClassHistogramBuckets[].bucketSize INTEGER Total number of equivalence classes in this bucket |
riskDetails.kAnonymityResult.equivalenceClassHistogramBuckets[].bucketValueCount INTEGER Total number of distinct equivalence classes in this bucket |
name STRING The server-assigned name |
type ENUMERATION The type of job |
endTime ANY Time when the job finished |
errors[] OBJECT Details information about an error encountered during job execution or the results of an unsuccessful activation of the JobTrigger. Output only field |
errors[].timestamps[] ANY |
errors[].details OBJECT The You can find out more about this error model and how to work with it in the API Design Guide |
errors[].details.details[] OBJECT |
errors[].details.details[].customKey.value ANY |
errors[].details.code INTEGER The status code, which should be an enum value of google.rpc.Code |
errors[].details.message STRING A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client |
startTime ANY Time when the job started |
inspectDetails OBJECT The results of an inspect DataSource job |
inspectDetails.result OBJECT All result fields mentioned below are updated while the job is processing |
inspectDetails.result.totalEstimatedBytes INTEGER Estimate of the number of bytes to process |
inspectDetails.result.infoTypeStats[] OBJECT Statistics regarding a specific InfoType |
inspectDetails.result.infoTypeStats[].count INTEGER Number of findings for this infoType |
inspectDetails.result.processedBytes INTEGER Total size in bytes that were processed |
inspectDetails.requestedOptions OBJECT |
inspectDetails.requestedOptions.snapshotInspectTemplate OBJECT The inspectTemplate contains a configuration (set of types of sensitive data to be detected) to be used anywhere you otherwise would normally specify InspectConfig. See https://cloud.google.com/dlp/docs/concepts-templates to learn more |
inspectDetails.requestedOptions.snapshotInspectTemplate.createTime ANY The creation timestamp of a inspectTemplate, output only field |
inspectDetails.requestedOptions.snapshotInspectTemplate.updateTime ANY The last update timestamp of a inspectTemplate, output only field |
inspectDetails.requestedOptions.snapshotInspectTemplate.name STRING The template name. Output only. The template will have one of the following formats:
|
inspectDetails.requestedOptions.snapshotInspectTemplate.inspectConfig OBJECT Configuration description of the scanning process. When used with redactContent only info_types and min_likelihood are currently used |
inspectDetails.requestedOptions.snapshotInspectTemplate.displayName STRING Display name (max 256 chars) |
inspectDetails.requestedOptions.snapshotInspectTemplate.description STRING Short description (max 256 chars) |
inspectDetails.requestedOptions.jobConfig OBJECT |
inspectDetails.requestedOptions.jobConfig.inspectConfig OBJECT Configuration description of the scanning process. When used with redactContent only info_types and min_likelihood are currently used |
inspectDetails.requestedOptions.jobConfig.inspectTemplateName STRING If provided, will be used as the default for all values in InspectConfig.
|
inspectDetails.requestedOptions.jobConfig.storageConfig OBJECT Shared message indicating Cloud storage type |