Class | Description |
---|---|
Action |
A task to execute on the completion of a job.
|
Action.Builder |
A task to execute on the completion of a job.
|
Action.PublishToPubSub |
Publish the results of a DlpJob to a pub sub channel.
|
Action.PublishToPubSub.Builder |
Publish the results of a DlpJob to a pub sub channel.
|
Action.SaveFindings |
If set, the detailed findings will be persisted to the specified
OutputStorageConfig.
|
Action.SaveFindings.Builder |
If set, the detailed findings will be persisted to the specified
OutputStorageConfig.
|
AnalyzeDataSourceRiskDetails |
Result of a risk analysis operation request.
|
AnalyzeDataSourceRiskDetails.Builder |
Result of a risk analysis operation request.
|
AnalyzeDataSourceRiskDetails.CategoricalStatsResult |
Result of the categorical stats computation.
|
AnalyzeDataSourceRiskDetails.CategoricalStatsResult.Builder |
Result of the categorical stats computation.
|
AnalyzeDataSourceRiskDetails.CategoricalStatsResult.CategoricalStatsHistogramBucket |
Protobuf type
google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.CategoricalStatsResult.CategoricalStatsHistogramBucket |
AnalyzeDataSourceRiskDetails.CategoricalStatsResult.CategoricalStatsHistogramBucket.Builder |
Protobuf type
google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.CategoricalStatsResult.CategoricalStatsHistogramBucket |
AnalyzeDataSourceRiskDetails.KAnonymityResult |
Result of the k-anonymity computation.
|
AnalyzeDataSourceRiskDetails.KAnonymityResult.Builder |
Result of the k-anonymity computation.
|
AnalyzeDataSourceRiskDetails.KAnonymityResult.KAnonymityEquivalenceClass |
The set of columns' values that share the same ldiversity value
|
AnalyzeDataSourceRiskDetails.KAnonymityResult.KAnonymityEquivalenceClass.Builder |
The set of columns' values that share the same ldiversity value
|
AnalyzeDataSourceRiskDetails.KAnonymityResult.KAnonymityHistogramBucket |
Protobuf type
google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.KAnonymityResult.KAnonymityHistogramBucket |
AnalyzeDataSourceRiskDetails.KAnonymityResult.KAnonymityHistogramBucket.Builder |
Protobuf type
google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.KAnonymityResult.KAnonymityHistogramBucket |
AnalyzeDataSourceRiskDetails.KMapEstimationResult |
Result of the reidentifiability analysis.
|
AnalyzeDataSourceRiskDetails.KMapEstimationResult.Builder |
Result of the reidentifiability analysis.
|
AnalyzeDataSourceRiskDetails.KMapEstimationResult.KMapEstimationHistogramBucket |
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.
|
AnalyzeDataSourceRiskDetails.KMapEstimationResult.KMapEstimationHistogramBucket.Builder |
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.
|
AnalyzeDataSourceRiskDetails.KMapEstimationResult.KMapEstimationQuasiIdValues |
A tuple of values for the quasi-identifier columns.
|
AnalyzeDataSourceRiskDetails.KMapEstimationResult.KMapEstimationQuasiIdValues.Builder |
A tuple of values for the quasi-identifier columns.
|
AnalyzeDataSourceRiskDetails.LDiversityResult |
Result of the l-diversity computation.
|
AnalyzeDataSourceRiskDetails.LDiversityResult.Builder |
Result of the l-diversity computation.
|
AnalyzeDataSourceRiskDetails.LDiversityResult.LDiversityEquivalenceClass |
The set of columns' values that share the same ldiversity value.
|
AnalyzeDataSourceRiskDetails.LDiversityResult.LDiversityEquivalenceClass.Builder |
The set of columns' values that share the same ldiversity value.
|
AnalyzeDataSourceRiskDetails.LDiversityResult.LDiversityHistogramBucket |
Protobuf type
google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.LDiversityResult.LDiversityHistogramBucket |
AnalyzeDataSourceRiskDetails.LDiversityResult.LDiversityHistogramBucket.Builder |
Protobuf type
google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.LDiversityResult.LDiversityHistogramBucket |
AnalyzeDataSourceRiskDetails.NumericalStatsResult |
Result of the numerical stats computation.
|
AnalyzeDataSourceRiskDetails.NumericalStatsResult.Builder |
Result of the numerical stats computation.
|
BigQueryKey |
Row key for identifying a record in BigQuery table.
|
BigQueryKey.Builder |
Row key for identifying a record in BigQuery table.
|
BigQueryOptions |
Options defining BigQuery table and row identifiers.
|
BigQueryOptions.Builder |
Options defining BigQuery table and row identifiers.
|
BigQueryTable |
Message defining the location of a BigQuery table.
|
BigQueryTable.Builder |
Message defining the location of a BigQuery table.
|
BoundingBox |
Bounding box encompassing detected text within an image.
|
BoundingBox.Builder |
Bounding box encompassing detected text within an image.
|
BucketingConfig |
Generalization function that buckets values based on ranges.
|
BucketingConfig.Bucket |
Bucket is represented as a range, along with replacement values.
|
BucketingConfig.Bucket.Builder |
Bucket is represented as a range, along with replacement values.
|
BucketingConfig.Builder |
Generalization function that buckets values based on ranges.
|
ByteContentItem |
Container for bytes to inspect or redact.
|
ByteContentItem.Builder |
Container for bytes to inspect or redact.
|
CancelDlpJobRequest |
The request message for canceling a DLP job.
|
CancelDlpJobRequest.Builder |
The request message for canceling a DLP job.
|
CharacterMaskConfig |
Partially mask a string by replacing a given number of characters with a
fixed character.
|
CharacterMaskConfig.Builder |
Partially mask a string by replacing a given number of characters with a
fixed character.
|
CharsToIgnore |
Characters to skip when doing deidentification of a value.
|
CharsToIgnore.Builder |
Characters to skip when doing deidentification of a value.
|
CloudStorageOptions |
Options defining a file or a set of files (path ending with *) within
a Google Cloud Storage bucket.
|
CloudStorageOptions.Builder |
Options defining a file or a set of files (path ending with *) within
a Google Cloud Storage bucket.
|
CloudStorageOptions.FileSet |
Set of files to scan.
|
CloudStorageOptions.FileSet.Builder |
Set of files to scan.
|
Color |
Represents a color in the RGB color space.
|
Color.Builder |
Represents a color in the RGB color space.
|
ContentItem |
Container structure for the content to inspect.
|
ContentItem.Builder |
Container structure for the content to inspect.
|
ContentLocation |
Findings container location data.
|
ContentLocation.Builder |
Findings container location data.
|
CreateDeidentifyTemplateRequest |
Request message for CreateDeidentifyTemplate.
|
CreateDeidentifyTemplateRequest.Builder |
Request message for CreateDeidentifyTemplate.
|
CreateDlpJobRequest |
Request message for CreateDlpJobRequest.
|
CreateDlpJobRequest.Builder |
Request message for CreateDlpJobRequest.
|
CreateInspectTemplateRequest |
Request message for CreateInspectTemplate.
|
CreateInspectTemplateRequest.Builder |
Request message for CreateInspectTemplate.
|
CreateJobTriggerRequest |
Request message for CreateJobTrigger.
|
CreateJobTriggerRequest.Builder |
Request message for CreateJobTrigger.
|
CryptoHashConfig |
Pseudonymization method that generates surrogates via cryptographic hashing.
|
CryptoHashConfig.Builder |
Pseudonymization method that generates surrogates via cryptographic hashing.
|
CryptoKey |
This is a data encryption key (DEK) (as opposed to
a key encryption key (KEK) stored by KMS).
|
CryptoKey.Builder |
This is a data encryption key (DEK) (as opposed to
a key encryption key (KEK) stored by KMS).
|
CryptoReplaceFfxFpeConfig |
Replaces an identifier with a surrogate using FPE with the FFX
mode of operation; however when used in the `ReidentifyContent` API method,
it serves the opposite function by reversing the surrogate back into
the original identifier.
|
CryptoReplaceFfxFpeConfig.Builder |
Replaces an identifier with a surrogate using FPE with the FFX
mode of operation; however when used in the `ReidentifyContent` API method,
it serves the opposite function by reversing the surrogate back into
the original identifier.
|
CustomInfoType |
Custom information type provided by the user.
|
CustomInfoType.Builder |
Custom information type provided by the user.
|
CustomInfoType.DetectionRule |
Rule for modifying a custom info type to alter behavior under certain
circumstances, depending on the specific details of the rule.
|
CustomInfoType.DetectionRule.Builder |
Rule for modifying a custom info type to alter behavior under certain
circumstances, depending on the specific details of the rule.
|
CustomInfoType.DetectionRule.HotwordRule |
Detection rule that adjusts the likelihood of findings within a certain
proximity of hotwords.
|
CustomInfoType.DetectionRule.HotwordRule.Builder |
Detection rule that adjusts the likelihood of findings within a certain
proximity of hotwords.
|
CustomInfoType.DetectionRule.LikelihoodAdjustment |
Message for specifying an adjustment to the likelihood of a finding as
part of a detection rule.
|
CustomInfoType.DetectionRule.LikelihoodAdjustment.Builder |
Message for specifying an adjustment to the likelihood of a finding as
part of a detection rule.
|
CustomInfoType.DetectionRule.Proximity |
Message for specifying a window around a finding to apply a detection
rule.
|
CustomInfoType.DetectionRule.Proximity.Builder |
Message for specifying a window around a finding to apply a detection
rule.
|
CustomInfoType.Dictionary |
Custom information type based on a dictionary of words or phrases.
|
CustomInfoType.Dictionary.Builder |
Custom information type based on a dictionary of words or phrases.
|
CustomInfoType.Dictionary.WordList |
Message defining a list of words or phrases to search for in the data.
|
CustomInfoType.Dictionary.WordList.Builder |
Message defining a list of words or phrases to search for in the data.
|
CustomInfoType.Regex |
Message defining a custom regular expression.
|
CustomInfoType.Regex.Builder |
Message defining a custom regular expression.
|
CustomInfoType.SurrogateType |
Message for detecting output from deidentification transformations
such as
[`CryptoReplaceFfxFpeConfig`](/dlp/docs/reference/rest/v2/organizations.deidentifyTemplates#cryptoreplaceffxfpeconfig).
|
CustomInfoType.SurrogateType.Builder |
Message for detecting output from deidentification transformations
such as
[`CryptoReplaceFfxFpeConfig`](/dlp/docs/reference/rest/v2/organizations.deidentifyTemplates#cryptoreplaceffxfpeconfig).
|
DatastoreKey |
Record key for a finding in Cloud Datastore.
|
DatastoreKey.Builder |
Record key for a finding in Cloud Datastore.
|
DatastoreOptions |
Options defining a data set within Google Cloud Datastore.
|
DatastoreOptions.Builder |
Options defining a data set within Google Cloud Datastore.
|
DateShiftConfig |
Shifts dates by random number of days, with option to be consistent for the
same context.
|
DateShiftConfig.Builder |
Shifts dates by random number of days, with option to be consistent for the
same context.
|
DateTime |
Message for a date time object.
|
DateTime.Builder |
Message for a date time object.
|
DateTime.TimeZone |
Protobuf type
google.privacy.dlp.v2.DateTime.TimeZone |
DateTime.TimeZone.Builder |
Protobuf type
google.privacy.dlp.v2.DateTime.TimeZone |
DeidentifyConfig |
The configuration that controls how the data will change.
|
DeidentifyConfig.Builder |
The configuration that controls how the data will change.
|
DeidentifyContentRequest |
Request to de-identify a list of items.
|
DeidentifyContentRequest.Builder |
Request to de-identify a list of items.
|
DeidentifyContentResponse |
Results of de-identifying a ContentItem.
|
DeidentifyContentResponse.Builder |
Results of de-identifying a ContentItem.
|
DeidentifyTemplate |
The DeidentifyTemplates contains instructions on how to deidentify content.
|
DeidentifyTemplate.Builder |
The DeidentifyTemplates contains instructions on how to deidentify content.
|
DeidentifyTemplateName | |
DeidentifyTemplateNames | |
DeleteDeidentifyTemplateRequest |
Request message for DeleteDeidentifyTemplate.
|
DeleteDeidentifyTemplateRequest.Builder |
Request message for DeleteDeidentifyTemplate.
|
DeleteDlpJobRequest |
The request message for deleting a DLP job.
|
DeleteDlpJobRequest.Builder |
The request message for deleting a DLP job.
|
DeleteInspectTemplateRequest |
Request message for DeleteInspectTemplate.
|
DeleteInspectTemplateRequest.Builder |
Request message for DeleteInspectTemplate.
|
DeleteJobTriggerRequest |
Request message for DeleteJobTrigger.
|
DeleteJobTriggerRequest.Builder |
Request message for DeleteJobTrigger.
|
DlpJob |
Combines all of the information about a DLP job.
|
DlpJob.Builder |
Combines all of the information about a DLP job.
|
DlpJobName | |
DlpJobName.Builder |
Builder for DlpJobName.
|
DlpProto | |
DlpServiceGrpc |
The Cloud Data Loss Prevention (DLP) API is a service that allows clients
to detect the presence of Personally Identifiable Information (PII) and other
privacy-sensitive data in user-supplied, unstructured data streams, like text
blocks or images.
|
DlpServiceGrpc.DlpServiceBlockingStub |
The Cloud Data Loss Prevention (DLP) API is a service that allows clients
to detect the presence of Personally Identifiable Information (PII) and other
privacy-sensitive data in user-supplied, unstructured data streams, like text
blocks or images.
|
DlpServiceGrpc.DlpServiceFutureStub |
The Cloud Data Loss Prevention (DLP) API is a service that allows clients
to detect the presence of Personally Identifiable Information (PII) and other
privacy-sensitive data in user-supplied, unstructured data streams, like text
blocks or images.
|
DlpServiceGrpc.DlpServiceImplBase |
The Cloud Data Loss Prevention (DLP) API is a service that allows clients
to detect the presence of Personally Identifiable Information (PII) and other
privacy-sensitive data in user-supplied, unstructured data streams, like text
blocks or images.
|
DlpServiceGrpc.DlpServiceStub |
The Cloud Data Loss Prevention (DLP) API is a service that allows clients
to detect the presence of Personally Identifiable Information (PII) and other
privacy-sensitive data in user-supplied, unstructured data streams, like text
blocks or images.
|
DlpStorage | |
DocumentLocation |
Location of a finding within a document.
|
DocumentLocation.Builder |
Location of a finding within a document.
|
Error |
Details information about an error encountered during job execution or
the results of an unsuccessful activation of the JobTrigger.
|
Error.Builder |
Details information about an error encountered during job execution or
the results of an unsuccessful activation of the JobTrigger.
|
FieldId |
General identifier of a data field in a storage service.
|
FieldId.Builder |
General identifier of a data field in a storage service.
|
FieldTransformation |
The transformation to apply to the field.
|
FieldTransformation.Builder |
The transformation to apply to the field.
|
Finding |
Represents a piece of potentially sensitive content.
|
Finding.Builder |
Represents a piece of potentially sensitive content.
|
FixedSizeBucketingConfig |
Buckets values based on fixed size ranges.
|
FixedSizeBucketingConfig.Builder |
Buckets values based on fixed size ranges.
|
GetDeidentifyTemplateRequest |
Request message for GetDeidentifyTemplate.
|
GetDeidentifyTemplateRequest.Builder |
Request message for GetDeidentifyTemplate.
|
GetDlpJobRequest |
The request message for [DlpJobs.GetDlpJob][].
|
GetDlpJobRequest.Builder |
The request message for [DlpJobs.GetDlpJob][].
|
GetInspectTemplateRequest |
Request message for GetInspectTemplate.
|
GetInspectTemplateRequest.Builder |
Request message for GetInspectTemplate.
|
GetJobTriggerRequest |
Request message for GetJobTrigger.
|
GetJobTriggerRequest.Builder |
Request message for GetJobTrigger.
|
ImageLocation |
Location of the finding within an image.
|
ImageLocation.Builder |
Location of the finding within an image.
|
InfoType |
Type of information detected by the API.
|
InfoType.Builder |
Type of information detected by the API.
|
InfoTypeDescription |
InfoType description.
|
InfoTypeDescription.Builder |
InfoType description.
|
InfoTypeStats |
Statistics regarding a specific InfoType.
|
InfoTypeStats.Builder |
Statistics regarding a specific InfoType.
|
InfoTypeTransformations |
A type of transformation that will scan unstructured text and
apply various `PrimitiveTransformation`s to each finding, where the
transformation is applied to only values that were identified as a specific
info_type.
|
InfoTypeTransformations.Builder |
A type of transformation that will scan unstructured text and
apply various `PrimitiveTransformation`s to each finding, where the
transformation is applied to only values that were identified as a specific
info_type.
|
InfoTypeTransformations.InfoTypeTransformation |
A transformation to apply to text that is identified as a specific
info_type.
|
InfoTypeTransformations.InfoTypeTransformation.Builder |
A transformation to apply to text that is identified as a specific
info_type.
|
InspectConfig |
Configuration description of the scanning process.
|
InspectConfig.Builder |
Configuration description of the scanning process.
|
InspectConfig.FindingLimits |
Protobuf type
google.privacy.dlp.v2.InspectConfig.FindingLimits |
InspectConfig.FindingLimits.Builder |
Protobuf type
google.privacy.dlp.v2.InspectConfig.FindingLimits |
InspectConfig.FindingLimits.InfoTypeLimit |
Max findings configuration per infoType, per content item or long
running DlpJob.
|
InspectConfig.FindingLimits.InfoTypeLimit.Builder |
Max findings configuration per infoType, per content item or long
running DlpJob.
|
InspectContentRequest |
Request to search for potentially sensitive info in a ContentItem.
|
InspectContentRequest.Builder |
Request to search for potentially sensitive info in a ContentItem.
|
InspectContentResponse |
Results of inspecting an item.
|
InspectContentResponse.Builder |
Results of inspecting an item.
|
InspectDataSourceDetails |
The results of an inspect DataSource job.
|
InspectDataSourceDetails.Builder |
The results of an inspect DataSource job.
|
InspectDataSourceDetails.RequestedOptions |
Protobuf type
google.privacy.dlp.v2.InspectDataSourceDetails.RequestedOptions |
InspectDataSourceDetails.RequestedOptions.Builder |
Protobuf type
google.privacy.dlp.v2.InspectDataSourceDetails.RequestedOptions |
InspectDataSourceDetails.Result |
Protobuf type
google.privacy.dlp.v2.InspectDataSourceDetails.Result |
InspectDataSourceDetails.Result.Builder |
Protobuf type
google.privacy.dlp.v2.InspectDataSourceDetails.Result |
InspectJobConfig |
Protobuf type
google.privacy.dlp.v2.InspectJobConfig |
InspectJobConfig.Builder |
Protobuf type
google.privacy.dlp.v2.InspectJobConfig |
InspectResult |
All the findings for a single scanned item.
|
InspectResult.Builder |
All the findings for a single scanned item.
|
InspectTemplate |
The inspectTemplate contains a configuration (set of types of sensitive data
to be detected) to be used anywhere you otherwise would normally specify
InspectConfig.
|
InspectTemplate.Builder |
The inspectTemplate contains a configuration (set of types of sensitive data
to be detected) to be used anywhere you otherwise would normally specify
InspectConfig.
|
InspectTemplateName | |
InspectTemplateNames | |
JobTrigger |
Contains a configuration to make dlp api calls on a repeating basis.
|
JobTrigger.Builder |
Contains a configuration to make dlp api calls on a repeating basis.
|
JobTrigger.Trigger |
What event needs to occur for a new job to be started.
|
JobTrigger.Trigger.Builder |
What event needs to occur for a new job to be started.
|
Key |
A unique identifier for a Datastore entity.
|
Key.Builder |
A unique identifier for a Datastore entity.
|
Key.PathElement |
A (kind, ID/name) pair used to construct a key path.
|
Key.PathElement.Builder |
A (kind, ID/name) pair used to construct a key path.
|
KindExpression |
A representation of a Datastore kind.
|
KindExpression.Builder |
A representation of a Datastore kind.
|
KmsWrappedCryptoKey |
Include to use an existing data crypto key wrapped by KMS.
|
KmsWrappedCryptoKey.Builder |
Include to use an existing data crypto key wrapped by KMS.
|
ListDeidentifyTemplatesRequest |
Request message for ListDeidentifyTemplates.
|
ListDeidentifyTemplatesRequest.Builder |
Request message for ListDeidentifyTemplates.
|
ListDeidentifyTemplatesResponse |
Response message for ListDeidentifyTemplates.
|
ListDeidentifyTemplatesResponse.Builder |
Response message for ListDeidentifyTemplates.
|
ListDlpJobsRequest |
The request message for listing DLP jobs.
|
ListDlpJobsRequest.Builder |
The request message for listing DLP jobs.
|
ListDlpJobsResponse |
The response message for listing DLP jobs.
|
ListDlpJobsResponse.Builder |
The response message for listing DLP jobs.
|
ListInfoTypesRequest |
Request for the list of infoTypes.
|
ListInfoTypesRequest.Builder |
Request for the list of infoTypes.
|
ListInfoTypesResponse |
Response to the ListInfoTypes request.
|
ListInfoTypesResponse.Builder |
Response to the ListInfoTypes request.
|
ListInspectTemplatesRequest |
Request message for ListInspectTemplates.
|
ListInspectTemplatesRequest.Builder |
Request message for ListInspectTemplates.
|
ListInspectTemplatesResponse |
Response message for ListInspectTemplates.
|
ListInspectTemplatesResponse.Builder |
Response message for ListInspectTemplates.
|
ListJobTriggersRequest |
Request message for ListJobTriggers.
|
ListJobTriggersRequest.Builder |
Request message for ListJobTriggers.
|
ListJobTriggersResponse |
Response message for ListJobTriggers.
|
ListJobTriggersResponse.Builder |
Response message for ListJobTriggers.
|
Location |
Specifies the location of the finding.
|
Location.Builder |
Specifies the location of the finding.
|
OrganizationDeidentifyTemplateName | |
OrganizationDeidentifyTemplateName.Builder |
Builder for OrganizationDeidentifyTemplateName.
|
OrganizationInspectTemplateName | |
OrganizationInspectTemplateName.Builder |
Builder for OrganizationInspectTemplateName.
|
OrganizationName | |
OrganizationName.Builder |
Builder for OrganizationName.
|
OutputStorageConfig |
Cloud repository for storing output.
|
OutputStorageConfig.Builder |
Cloud repository for storing output.
|
PartitionId |
Datastore partition ID.
|
PartitionId.Builder |
Datastore partition ID.
|
PrimitiveTransformation |
A rule for transforming a value.
|
PrimitiveTransformation.Builder |
A rule for transforming a value.
|
PrivacyMetric |
Privacy metric to compute for reidentification risk analysis.
|
PrivacyMetric.Builder |
Privacy metric to compute for reidentification risk analysis.
|
PrivacyMetric.CategoricalStatsConfig |
Compute numerical stats over an individual column, including
number of distinct values and value count distribution.
|
PrivacyMetric.CategoricalStatsConfig.Builder |
Compute numerical stats over an individual column, including
number of distinct values and value count distribution.
|
PrivacyMetric.KAnonymityConfig |
k-anonymity metric, used for analysis of reidentification risk.
|
PrivacyMetric.KAnonymityConfig.Builder |
k-anonymity metric, used for analysis of reidentification risk.
|
PrivacyMetric.KMapEstimationConfig |
Reidentifiability metric.
|
PrivacyMetric.KMapEstimationConfig.AuxiliaryTable |
An auxiliary table contains statistical information on the relative
frequency of different quasi-identifiers values.
|
PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.Builder |
An auxiliary table contains statistical information on the relative
frequency of different quasi-identifiers values.
|
PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.QuasiIdField |
A quasi-identifier column has a custom_tag, used to know which column
in the data corresponds to which column in the statistical model.
|
PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.QuasiIdField.Builder |
A quasi-identifier column has a custom_tag, used to know which column
in the data corresponds to which column in the statistical model.
|
PrivacyMetric.KMapEstimationConfig.Builder |
Reidentifiability metric.
|
PrivacyMetric.KMapEstimationConfig.TaggedField |
A column with a semantic tag attached.
|
PrivacyMetric.KMapEstimationConfig.TaggedField.Builder |
A column with a semantic tag attached.
|
PrivacyMetric.LDiversityConfig |
l-diversity metric, used for analysis of reidentification risk.
|
PrivacyMetric.LDiversityConfig.Builder |
l-diversity metric, used for analysis of reidentification risk.
|
PrivacyMetric.NumericalStatsConfig |
Compute numerical stats over an individual column, including
min, max, and quantiles.
|
PrivacyMetric.NumericalStatsConfig.Builder |
Compute numerical stats over an individual column, including
min, max, and quantiles.
|
ProjectDeidentifyTemplateName | |
ProjectDeidentifyTemplateName.Builder |
Builder for ProjectDeidentifyTemplateName.
|
ProjectInspectTemplateName | |
ProjectInspectTemplateName.Builder |
Builder for ProjectInspectTemplateName.
|
ProjectJobTriggerName | |
ProjectJobTriggerName.Builder |
Builder for ProjectJobTriggerName.
|
ProjectName | |
ProjectName.Builder |
Builder for ProjectName.
|
QuoteInfo |
Message for infoType-dependent details parsed from quote.
|
QuoteInfo.Builder |
Message for infoType-dependent details parsed from quote.
|
Range |
Generic half-open interval [start, end)
|
Range.Builder |
Generic half-open interval [start, end)
|
RecordCondition |
A condition for determining whether a transformation should be applied to
a field.
|
RecordCondition.Builder |
A condition for determining whether a transformation should be applied to
a field.
|
RecordCondition.Condition |
The field type of `value` and `field` do not need to match to be
considered equal, but not all comparisons are possible.
|
RecordCondition.Condition.Builder |
The field type of `value` and `field` do not need to match to be
considered equal, but not all comparisons are possible.
|
RecordCondition.Conditions |
A collection of conditions.
|
RecordCondition.Conditions.Builder |
A collection of conditions.
|
RecordCondition.Expressions |
An expression, consisting or an operator and conditions.
|
RecordCondition.Expressions.Builder |
An expression, consisting or an operator and conditions.
|
RecordKey |
Message for a unique key indicating a record that contains a finding.
|
RecordKey.Builder |
Message for a unique key indicating a record that contains a finding.
|
RecordLocation |
Location of a finding within a row or record.
|
RecordLocation.Builder |
Location of a finding within a row or record.
|
RecordSuppression |
Configuration to suppress records whose suppression conditions evaluate to
true.
|
RecordSuppression.Builder |
Configuration to suppress records whose suppression conditions evaluate to
true.
|
RecordTransformations |
A type of transformation that is applied over structured data such as a
table.
|
RecordTransformations.Builder |
A type of transformation that is applied over structured data such as a
table.
|
RedactConfig |
Redact a given value.
|
RedactConfig.Builder |
Redact a given value.
|
RedactImageRequest |
Request to search for potentially sensitive info in a list of items
and replace it with a default or provided content.
|
RedactImageRequest.Builder |
Request to search for potentially sensitive info in a list of items
and replace it with a default or provided content.
|
RedactImageRequest.ImageRedactionConfig |
Configuration for determining how redaction of images should occur.
|
RedactImageRequest.ImageRedactionConfig.Builder |
Configuration for determining how redaction of images should occur.
|
RedactImageResponse |
Results of redacting an image.
|
RedactImageResponse.Builder |
Results of redacting an image.
|
ReidentifyContentRequest |
Request to re-identify an item.
|
ReidentifyContentRequest.Builder |
Request to re-identify an item.
|
ReidentifyContentResponse |
Results of re-identifying a item.
|
ReidentifyContentResponse.Builder |
Results of re-identifying a item.
|
ReplaceValueConfig |
Replace each input value with a given `Value`.
|
ReplaceValueConfig.Builder |
Replace each input value with a given `Value`.
|
ReplaceWithInfoTypeConfig |
Replace each matching finding with the name of the info_type.
|
ReplaceWithInfoTypeConfig.Builder |
Replace each matching finding with the name of the info_type.
|
RiskAnalysisJobConfig |
Configuration for a risk analysis job.
|
RiskAnalysisJobConfig.Builder |
Configuration for a risk analysis job.
|
Schedule |
Schedule for triggeredJobs.
|
Schedule.Builder |
Schedule for triggeredJobs.
|
StorageConfig |
Shared message indicating Cloud storage type.
|
StorageConfig.Builder |
Shared message indicating Cloud storage type.
|
StorageConfig.TimespanConfig |
Configuration of the timespan of the items to include in scanning.
|
StorageConfig.TimespanConfig.Builder |
Configuration of the timespan of the items to include in scanning.
|
Table |
Structured content to inspect.
|
Table.Builder |
Structured content to inspect.
|
Table.Row |
Protobuf type
google.privacy.dlp.v2.Table.Row |
Table.Row.Builder |
Protobuf type
google.privacy.dlp.v2.Table.Row |
TableLocation |
Location of a finding within a table.
|
TableLocation.Builder |
Location of a finding within a table.
|
TimePartConfig |
For use with `Date`, `Timestamp`, and `TimeOfDay`, extract or preserve a
portion of the value.
|
TimePartConfig.Builder |
For use with `Date`, `Timestamp`, and `TimeOfDay`, extract or preserve a
portion of the value.
|
TransformationOverview |
Overview of the modifications that occurred.
|
TransformationOverview.Builder |
Overview of the modifications that occurred.
|
TransformationSummary |
Summary of a single tranformation.
|
TransformationSummary.Builder |
Summary of a single tranformation.
|
TransformationSummary.SummaryResult |
A collection that informs the user the number of times a particular
`TransformationResultCode` and error details occurred.
|
TransformationSummary.SummaryResult.Builder |
A collection that informs the user the number of times a particular
`TransformationResultCode` and error details occurred.
|
TransientCryptoKey |
Use this to have a random data crypto key generated.
|
TransientCryptoKey.Builder |
Use this to have a random data crypto key generated.
|
UntypedDeidentifyTemplateName | |
UntypedInspectTemplateName | |
UnwrappedCryptoKey |
Using raw keys is prone to security risks due to accidentally
leaking the key.
|
UnwrappedCryptoKey.Builder |
Using raw keys is prone to security risks due to accidentally
leaking the key.
|
UpdateDeidentifyTemplateRequest |
Request message for UpdateDeidentifyTemplate.
|
UpdateDeidentifyTemplateRequest.Builder |
Request message for UpdateDeidentifyTemplate.
|
UpdateInspectTemplateRequest |
Request message for UpdateInspectTemplate.
|
UpdateInspectTemplateRequest.Builder |
Request message for UpdateInspectTemplate.
|
UpdateJobTriggerRequest |
Request message for UpdateJobTrigger.
|
UpdateJobTriggerRequest.Builder |
Request message for UpdateJobTrigger.
|
Value |
Set of primitive values supported by the system.
|
Value.Builder |
Set of primitive values supported by the system.
|
ValueFrequency |
A value of a field, including its frequency.
|
ValueFrequency.Builder |
A value of a field, including its frequency.
|