{-# LANGUAGE DataKinds #-} {-# LANGUAGE DeriveDataTypeable #-} {-# LANGUAGE DeriveGeneric #-} {-# LANGUAGE NoImplicitPrelude #-} {-# LANGUAGE OverloadedStrings #-} {-# OPTIONS_GHC -fno-warn-unused-imports #-} -- | -- Module : Network.Google.DLP.Types -- Copyright : (c) 2015-2016 Brendan Hay -- License : Mozilla Public License, v. 2.0. -- Maintainer : Brendan Hay -- Stability : auto-generated -- Portability : non-portable (GHC extensions) -- module Network.Google.DLP.Types ( -- * Service Configuration dLPService -- * OAuth Scopes , cloudPlatformScope -- * GooglePrivacyDlpV2InfoTypeStats , GooglePrivacyDlpV2InfoTypeStats , googlePrivacyDlpV2InfoTypeStats , gpdvitsCount , gpdvitsInfoType -- * GooglePrivacyDlpV2RedactConfig , GooglePrivacyDlpV2RedactConfig , googlePrivacyDlpV2RedactConfig -- * GooglePrivacyDlpV2UpdateJobTriggerRequest , GooglePrivacyDlpV2UpdateJobTriggerRequest , googlePrivacyDlpV2UpdateJobTriggerRequest , gpdvujtrUpdateMask , gpdvujtrJobTrigger -- * GooglePrivacyDlpV2Range , GooglePrivacyDlpV2Range , googlePrivacyDlpV2Range , gpdvrStart , gpdvrEnd -- * GoogleRpcStatus , GoogleRpcStatus , googleRpcStatus , grsDetails , grsCode , grsMessage -- * GooglePrivacyDlpV2FixedSizeBucketingConfig , GooglePrivacyDlpV2FixedSizeBucketingConfig , googlePrivacyDlpV2FixedSizeBucketingConfig , gpdvfsbcUpperBound , gpdvfsbcLowerBound , gpdvfsbcBucketSize -- * GooglePrivacyDlpV2InspectResult , GooglePrivacyDlpV2InspectResult , googlePrivacyDlpV2InspectResult , gpdvirFindingsTruncated , gpdvirFindings -- * GooglePrivacyDlpV2StoredInfoTypeConfig , GooglePrivacyDlpV2StoredInfoTypeConfig , googlePrivacyDlpV2StoredInfoTypeConfig , gpdvsitcLargeCustomDictionary , gpdvsitcDisplayName , gpdvsitcDescription -- * GooglePrivacyDlpV2InfoTypeTransformation , GooglePrivacyDlpV2InfoTypeTransformation , googlePrivacyDlpV2InfoTypeTransformation , gpdvittInfoTypes , gpdvittPrimitiveTransformation -- * GooglePrivacyDlpV2FieldId , GooglePrivacyDlpV2FieldId , googlePrivacyDlpV2FieldId , gpdvfiName -- * GooglePrivacyDlpV2DlpJob , GooglePrivacyDlpV2DlpJob , googlePrivacyDlpV2DlpJob , gpdvdjInspectDetails , gpdvdjState , gpdvdjStartTime , gpdvdjJobTriggerName , gpdvdjRiskDetails , gpdvdjName , gpdvdjEndTime , gpdvdjType , gpdvdjErrors , gpdvdjCreateTime -- * GooglePrivacyDlpV2RecordTransformations , GooglePrivacyDlpV2RecordTransformations , googlePrivacyDlpV2RecordTransformations , gpdvrtRecordSuppressions , gpdvrtFieldTransformations -- * GooglePrivacyDlpV2CustomInfoTypeLikelihood , GooglePrivacyDlpV2CustomInfoTypeLikelihood (..) -- * GooglePrivacyDlpV2FindingLikelihood , GooglePrivacyDlpV2FindingLikelihood (..) -- * GooglePrivacyDlpV2Key , GooglePrivacyDlpV2Key , googlePrivacyDlpV2Key , gpdvkPartitionId , gpdvkPath -- * GooglePrivacyDlpV2BucketingConfig , GooglePrivacyDlpV2BucketingConfig , googlePrivacyDlpV2BucketingConfig , gpdvbcBuckets -- * GooglePrivacyDlpV2InspectConfig , GooglePrivacyDlpV2InspectConfig , googlePrivacyDlpV2InspectConfig , gpdvicInfoTypes , gpdvicMinLikelihood , gpdvicExcludeInfoTypes , gpdvicIncludeQuote , gpdvicCustomInfoTypes , gpdvicLimits , gpdvicContentOptions , gpdvicRuleSet -- * GooglePrivacyDlpV2RiskAnalysisJobConfig , GooglePrivacyDlpV2RiskAnalysisJobConfig , googlePrivacyDlpV2RiskAnalysisJobConfig , gpdvrajcPrivacyMetric , gpdvrajcActions , gpdvrajcSourceTable -- * GooglePrivacyDlpV2QuoteInfo , GooglePrivacyDlpV2QuoteInfo , googlePrivacyDlpV2QuoteInfo , gpdvqiDateTime -- * GooglePrivacyDlpV2RecordSuppression , GooglePrivacyDlpV2RecordSuppression , googlePrivacyDlpV2RecordSuppression , gpdvrsCondition -- * GooglePrivacyDlpV2CryptoKey , GooglePrivacyDlpV2CryptoKey , googlePrivacyDlpV2CryptoKey , gpdvckTransient , gpdvckKmsWrApped , gpdvckUnwrApped -- * GooglePrivacyDlpV2LargeCustomDictionaryConfig , GooglePrivacyDlpV2LargeCustomDictionaryConfig , googlePrivacyDlpV2LargeCustomDictionaryConfig , gpdvlcdcBigQueryField , gpdvlcdcCloudStorageFileSet , gpdvlcdcOutputPath -- * GooglePrivacyDlpV2WordList , GooglePrivacyDlpV2WordList , googlePrivacyDlpV2WordList , gpdvwlWords -- * GooglePrivacyDlpV2ContentItem , GooglePrivacyDlpV2ContentItem , googlePrivacyDlpV2ContentItem , gpdvciValue , gpdvciByteItem , gpdvciTable -- * GooglePrivacyDlpV2CategoricalStatsHistogramBucket , GooglePrivacyDlpV2CategoricalStatsHistogramBucket , googlePrivacyDlpV2CategoricalStatsHistogramBucket , gpdvcshbValueFrequencyLowerBound , gpdvcshbBucketValues , gpdvcshbValueFrequencyUpperBound , gpdvcshbBucketSize , gpdvcshbBucketValueCount -- * GooglePrivacyDlpV2Result , GooglePrivacyDlpV2Result , googlePrivacyDlpV2Result , gpdvrProcessedBytes , gpdvrInfoTypeStats , gpdvrTotalEstimatedBytes -- * GooglePrivacyDlpV2InspectDataSourceDetails , GooglePrivacyDlpV2InspectDataSourceDetails , googlePrivacyDlpV2InspectDataSourceDetails , gpdvidsdResult , gpdvidsdRequestedOptions -- * GooglePrivacyDlpV2RedactImageResponse , GooglePrivacyDlpV2RedactImageResponse , googlePrivacyDlpV2RedactImageResponse , gpdvrirExtractedText , gpdvrirInspectResult , gpdvrirRedactedImage -- * GooglePrivacyDlpV2PublishToPubSub , GooglePrivacyDlpV2PublishToPubSub , googlePrivacyDlpV2PublishToPubSub , gpdvptpsTopic -- * GooglePrivacyDlpV2CustomInfoTypeExclusionType , GooglePrivacyDlpV2CustomInfoTypeExclusionType (..) -- * GooglePrivacyDlpV2BigQueryKey , GooglePrivacyDlpV2BigQueryKey , googlePrivacyDlpV2BigQueryKey , gpdvbqkTableReference , gpdvbqkRowNumber -- * GooglePrivacyDlpV2LikelihoodAdjustmentFixedLikelihood , GooglePrivacyDlpV2LikelihoodAdjustmentFixedLikelihood (..) -- * GooglePrivacyDlpV2DetectionRule , GooglePrivacyDlpV2DetectionRule , googlePrivacyDlpV2DetectionRule , gpdvdrHotwordRule -- * GooglePrivacyDlpV2TimePartConfigPartToExtract , GooglePrivacyDlpV2TimePartConfigPartToExtract (..) -- * GooglePrivacyDlpV2RecordCondition , GooglePrivacyDlpV2RecordCondition , googlePrivacyDlpV2RecordCondition , gpdvrcExpressions -- * GooglePrivacyDlpV2DateShiftConfig , GooglePrivacyDlpV2DateShiftConfig , googlePrivacyDlpV2DateShiftConfig , gpdvdscContext , gpdvdscUpperBoundDays , gpdvdscCryptoKey , gpdvdscLowerBoundDays -- * GooglePrivacyDlpV2InspectContentRequest , GooglePrivacyDlpV2InspectContentRequest , googlePrivacyDlpV2InspectContentRequest , gpdvicrInspectConfig , gpdvicrItem , gpdvicrInspectTemplateName -- * GooglePrivacyDlpV2CategoricalStatsResult , GooglePrivacyDlpV2CategoricalStatsResult , googlePrivacyDlpV2CategoricalStatsResult , gpdvcsrValueFrequencyHistogramBuckets -- * GooglePrivacyDlpV2NumericalStatsResult , GooglePrivacyDlpV2NumericalStatsResult , googlePrivacyDlpV2NumericalStatsResult , gpdvnsrMaxValue , gpdvnsrQuantileValues , gpdvnsrMinValue -- * GooglePrivacyDlpV2PublishSummaryToCscc , GooglePrivacyDlpV2PublishSummaryToCscc , googlePrivacyDlpV2PublishSummaryToCscc -- * GooglePrivacyDlpV2UpdateInspectTemplateRequest , GooglePrivacyDlpV2UpdateInspectTemplateRequest , googlePrivacyDlpV2UpdateInspectTemplateRequest , gpdvuitrUpdateMask , gpdvuitrInspectTemplate -- * GooglePrivacyDlpV2EntityId , GooglePrivacyDlpV2EntityId , googlePrivacyDlpV2EntityId , gpdveiField -- * GooglePrivacyDlpV2ByteContentItem , GooglePrivacyDlpV2ByteContentItem , googlePrivacyDlpV2ByteContentItem , gpdvbciData , gpdvbciType -- * GooglePrivacyDlpV2TaggedField , GooglePrivacyDlpV2TaggedField , googlePrivacyDlpV2TaggedField , gpdvtfField , gpdvtfInfoType , gpdvtfInferred , gpdvtfCustomTag -- * GooglePrivacyDlpV2BigQueryOptions , GooglePrivacyDlpV2BigQueryOptions , googlePrivacyDlpV2BigQueryOptions , gpdvbqoRowsLimit , gpdvbqoRowsLimitPercent , gpdvbqoTableReference , gpdvbqoIdentifyingFields , gpdvbqoExcludedFields , gpdvbqoSampleMethod -- * GooglePrivacyDlpV2KMapEstimationQuasiIdValues , GooglePrivacyDlpV2KMapEstimationQuasiIdValues , googlePrivacyDlpV2KMapEstimationQuasiIdValues , gpdvkmeqivEstimatedAnonymity , gpdvkmeqivQuasiIdsValues -- * GooglePrivacyDlpV2ExcludeInfoTypes , GooglePrivacyDlpV2ExcludeInfoTypes , googlePrivacyDlpV2ExcludeInfoTypes , gpdveitInfoTypes -- * GooglePrivacyDlpV2CreateInspectTemplateRequest , GooglePrivacyDlpV2CreateInspectTemplateRequest , googlePrivacyDlpV2CreateInspectTemplateRequest , gpdvcitrTemplateId , gpdvcitrInspectTemplate -- * GooglePrivacyDlpV2PathElement , GooglePrivacyDlpV2PathElement , googlePrivacyDlpV2PathElement , gpdvpeKind , gpdvpeName , gpdvpeId -- * GooglePrivacyDlpV2DeltaPresenceEstimationResult , GooglePrivacyDlpV2DeltaPresenceEstimationResult , googlePrivacyDlpV2DeltaPresenceEstimationResult , gpdvdperDeltaPresenceEstimationHistogram -- * GooglePrivacyDlpV2ConditionOperator , GooglePrivacyDlpV2ConditionOperator (..) -- * GooglePrivacyDlpV2InspectJobConfig , GooglePrivacyDlpV2InspectJobConfig , googlePrivacyDlpV2InspectJobConfig , gpdvijcActions , gpdvijcStorageConfig , gpdvijcInspectConfig , gpdvijcInspectTemplateName -- * GooglePrivacyDlpV2StoredType , GooglePrivacyDlpV2StoredType , googlePrivacyDlpV2StoredType , gpdvstName , gpdvstCreateTime -- * GooglePrivacyDlpV2FieldTransformation , GooglePrivacyDlpV2FieldTransformation , googlePrivacyDlpV2FieldTransformation , gpdvftInfoTypeTransformations , gpdvftPrimitiveTransformation , gpdvftCondition , gpdvftFields -- * GooglePrivacyDlpV2HotwordRule , GooglePrivacyDlpV2HotwordRule , googlePrivacyDlpV2HotwordRule , gpdvhrProximity , gpdvhrLikelihoodAdjustment , gpdvhrHotwordRegex -- * GooglePrivacyDlpV2RedactImageRequest , GooglePrivacyDlpV2RedactImageRequest , googlePrivacyDlpV2RedactImageRequest , gpdvrirIncludeFindings , gpdvrirInspectConfig , gpdvrirByteItem , gpdvrirImageRedactionConfigs -- * GooglePrivacyDlpV2FindingLimits , GooglePrivacyDlpV2FindingLimits , googlePrivacyDlpV2FindingLimits , gpdvflMaxFindingsPerItem , gpdvflMaxFindingsPerInfoType , gpdvflMaxFindingsPerRequest -- * GooglePrivacyDlpV2Condition , GooglePrivacyDlpV2Condition , googlePrivacyDlpV2Condition , gpdvcField , gpdvcOperator , gpdvcValue -- * GooglePrivacyDlpV2TimespanConfig , GooglePrivacyDlpV2TimespanConfig , googlePrivacyDlpV2TimespanConfig , gpdvtcTimestampField , gpdvtcStartTime , gpdvtcEnableAutoPopulationOfTimespanConfig , gpdvtcEndTime -- * GooglePrivacyDlpV2DateTimeDayOfWeek , GooglePrivacyDlpV2DateTimeDayOfWeek (..) -- * GooglePrivacyDlpV2CreateDeidentifyTemplateRequest , GooglePrivacyDlpV2CreateDeidentifyTemplateRequest , googlePrivacyDlpV2CreateDeidentifyTemplateRequest , gpdvcdtrTemplateId , gpdvcdtrDeidentifyTemplate -- * GooglePrivacyDlpV2TransientCryptoKey , GooglePrivacyDlpV2TransientCryptoKey , googlePrivacyDlpV2TransientCryptoKey , gpdvtckName -- * GooglePrivacyDlpV2DlpJobState , GooglePrivacyDlpV2DlpJobState (..) -- * GooglePrivacyDlpV2InfoTypeDescription , GooglePrivacyDlpV2InfoTypeDescription , googlePrivacyDlpV2InfoTypeDescription , gpdvitdName , gpdvitdDisplayName , gpdvitdSupportedBy -- * GoogleProtobufEmpty , GoogleProtobufEmpty , googleProtobufEmpty -- * GoogleRpcStatusDetailsItem , GoogleRpcStatusDetailsItem , googleRpcStatusDetailsItem , grsdiAddtional -- * GooglePrivacyDlpV2ImageRedactionConfig , GooglePrivacyDlpV2ImageRedactionConfig , googlePrivacyDlpV2ImageRedactionConfig , gpdvircRedactionColor , gpdvircInfoType , gpdvircRedactAllText -- * GooglePrivacyDlpV2Trigger , GooglePrivacyDlpV2Trigger , googlePrivacyDlpV2Trigger , gpdvtSchedule -- * GooglePrivacyDlpV2CloudStorageOptions , GooglePrivacyDlpV2CloudStorageOptions , googlePrivacyDlpV2CloudStorageOptions , gpdvcsoFileSet , gpdvcsoBytesLimitPerFile , gpdvcsoFileTypes , gpdvcsoBytesLimitPerFilePercent , gpdvcsoFilesLimitPercent , gpdvcsoSampleMethod -- * GooglePrivacyDlpV2SummaryResultCode , GooglePrivacyDlpV2SummaryResultCode (..) -- * GooglePrivacyDlpV2DeltaPresenceEstimationConfig , GooglePrivacyDlpV2DeltaPresenceEstimationConfig , googlePrivacyDlpV2DeltaPresenceEstimationConfig , gpdvdpecAuxiliaryTables , gpdvdpecRegionCode , gpdvdpecQuasiIds -- * GooglePrivacyDlpV2CreateStoredInfoTypeRequest , GooglePrivacyDlpV2CreateStoredInfoTypeRequest , googlePrivacyDlpV2CreateStoredInfoTypeRequest , gpdvcsitrConfig , gpdvcsitrStoredInfoTypeId -- * GooglePrivacyDlpV2QuasiIdField , GooglePrivacyDlpV2QuasiIdField , googlePrivacyDlpV2QuasiIdField , gpdvqifField , gpdvqifCustomTag -- * GooglePrivacyDlpV2TimePartConfig , GooglePrivacyDlpV2TimePartConfig , googlePrivacyDlpV2TimePartConfig , gpdvtpcPartToExtract -- * GooglePrivacyDlpV2InspectionRule , GooglePrivacyDlpV2InspectionRule , googlePrivacyDlpV2InspectionRule , gpdvirExclusionRule , gpdvirHotwordRule -- * GooglePrivacyDlpV2CustomInfoType , GooglePrivacyDlpV2CustomInfoType , googlePrivacyDlpV2CustomInfoType , gpdvcitRegex , gpdvcitStoredType , gpdvcitInfoType , gpdvcitExclusionType , gpdvcitLikelihood , gpdvcitDetectionRules , gpdvcitDictionary , gpdvcitSurrogateType -- * GooglePrivacyDlpV2KMapEstimationResult , GooglePrivacyDlpV2KMapEstimationResult , googlePrivacyDlpV2KMapEstimationResult , gpdvkmerKMapEstimationHistogram -- * GooglePrivacyDlpV2TransformationSummary , GooglePrivacyDlpV2TransformationSummary , googlePrivacyDlpV2TransformationSummary , gpdvtsResults , gpdvtsField , gpdvtsInfoType , gpdvtsRecordSuppress , gpdvtsTransformedBytes , gpdvtsFieldTransformations , gpdvtsTransformation -- * GooglePrivacyDlpV2LikelihoodAdjustment , GooglePrivacyDlpV2LikelihoodAdjustment , googlePrivacyDlpV2LikelihoodAdjustment , gpdvlaFixedLikelihood , gpdvlaRelativeLikelihood -- * GooglePrivacyDlpV2Regex , GooglePrivacyDlpV2Regex , googlePrivacyDlpV2Regex , gpdvrPattern -- * GooglePrivacyDlpV2UpdateStoredInfoTypeRequest , GooglePrivacyDlpV2UpdateStoredInfoTypeRequest , googlePrivacyDlpV2UpdateStoredInfoTypeRequest , gpdvusitrConfig , gpdvusitrUpdateMask -- * GooglePrivacyDlpV2KAnonymityEquivalenceClass , GooglePrivacyDlpV2KAnonymityEquivalenceClass , googlePrivacyDlpV2KAnonymityEquivalenceClass , gpdvkaecEquivalenceClassSize , gpdvkaecQuasiIdsValues -- * GooglePrivacyDlpV2UpdateDeidentifyTemplateRequest , GooglePrivacyDlpV2UpdateDeidentifyTemplateRequest , googlePrivacyDlpV2UpdateDeidentifyTemplateRequest , gpdvudtrUpdateMask , gpdvudtrDeidentifyTemplate -- * GooglePrivacyDlpV2LDiversityConfig , GooglePrivacyDlpV2LDiversityConfig , googlePrivacyDlpV2LDiversityConfig , gpdvldcSensitiveAttribute , gpdvldcQuasiIds -- * GooglePrivacyDlpV2DeidentifyContentRequest , GooglePrivacyDlpV2DeidentifyContentRequest , googlePrivacyDlpV2DeidentifyContentRequest , gpdvdcrInspectConfig , gpdvdcrDeidentifyConfig , gpdvdcrDeidentifyTemplateName , gpdvdcrItem , gpdvdcrInspectTemplateName -- * GooglePrivacyDlpV2Color , GooglePrivacyDlpV2Color , googlePrivacyDlpV2Color , gpdvcRed , gpdvcGreen , gpdvcBlue -- * GooglePrivacyDlpV2ListDlpJobsResponse , GooglePrivacyDlpV2ListDlpJobsResponse , googlePrivacyDlpV2ListDlpJobsResponse , gpdvldjrNextPageToken , gpdvldjrJobs -- * GooglePrivacyDlpV2Proximity , GooglePrivacyDlpV2Proximity , googlePrivacyDlpV2Proximity , gpdvpWindowAfter , gpdvpWindowBefore -- * GooglePrivacyDlpV2Finding , GooglePrivacyDlpV2Finding , googlePrivacyDlpV2Finding , gpdvfLocation , gpdvfInfoType , gpdvfQuoteInfo , gpdvfLikelihood , gpdvfQuote , gpdvfCreateTime -- * GooglePrivacyDlpV2SummaryResult , GooglePrivacyDlpV2SummaryResult , googlePrivacyDlpV2SummaryResult , gpdvsrCount , gpdvsrDetails , gpdvsrCode -- * GooglePrivacyDlpV2Row , GooglePrivacyDlpV2Row , googlePrivacyDlpV2Row , gpdvrValues -- * GooglePrivacyDlpV2ReplaceWithInfoTypeConfig , GooglePrivacyDlpV2ReplaceWithInfoTypeConfig , googlePrivacyDlpV2ReplaceWithInfoTypeConfig -- * GoogleTypeTimeOfDay , GoogleTypeTimeOfDay , googleTypeTimeOfDay , gttodNanos , gttodHours , gttodMinutes , gttodSeconds -- * GooglePrivacyDlpV2OutputStorageConfigOutputSchema , GooglePrivacyDlpV2OutputStorageConfigOutputSchema (..) -- * GooglePrivacyDlpV2ExclusionRule , GooglePrivacyDlpV2ExclusionRule , googlePrivacyDlpV2ExclusionRule , gpdverRegex , gpdverExcludeInfoTypes , gpdverDictionary , gpdverMatchingType -- * GooglePrivacyDlpV2CreateDlpJobRequest , GooglePrivacyDlpV2CreateDlpJobRequest , googlePrivacyDlpV2CreateDlpJobRequest , gpdvcdjrRiskJob , gpdvcdjrJobId , gpdvcdjrInspectJob -- * GooglePrivacyDlpV2RecordKey , GooglePrivacyDlpV2RecordKey , googlePrivacyDlpV2RecordKey , gpdvrkIdValues , gpdvrkDatastoreKey , gpdvrkBigQueryKey -- * GooglePrivacyDlpV2KMapEstimationHistogramBucket , GooglePrivacyDlpV2KMapEstimationHistogramBucket , googlePrivacyDlpV2KMapEstimationHistogramBucket , gpdvkmehbMaxAnonymity , gpdvkmehbBucketValues , gpdvkmehbMinAnonymity , gpdvkmehbBucketSize , gpdvkmehbBucketValueCount -- * GooglePrivacyDlpV2ListDeidentifyTemplatesResponse , GooglePrivacyDlpV2ListDeidentifyTemplatesResponse , googlePrivacyDlpV2ListDeidentifyTemplatesResponse , gpdvldtrNextPageToken , gpdvldtrDeidentifyTemplates -- * GooglePrivacyDlpV2BigQueryOptionsSampleMethod , GooglePrivacyDlpV2BigQueryOptionsSampleMethod (..) -- * GooglePrivacyDlpV2DlpJobType , GooglePrivacyDlpV2DlpJobType (..) -- * GooglePrivacyDlpV2KAnonymityConfig , GooglePrivacyDlpV2KAnonymityConfig , googlePrivacyDlpV2KAnonymityConfig , gpdvkacEntityId , gpdvkacQuasiIds -- * GooglePrivacyDlpV2DeidentifyContentResponse , GooglePrivacyDlpV2DeidentifyContentResponse , googlePrivacyDlpV2DeidentifyContentResponse , gOverview , gItem -- * GooglePrivacyDlpV2JobTrigger , GooglePrivacyDlpV2JobTrigger , googlePrivacyDlpV2JobTrigger , gpdvjtStatus , gpdvjtTriggers , gpdvjtLastRunTime , gpdvjtInspectJob , gpdvjtUpdateTime , gpdvjtName , gpdvjtDisplayName , gpdvjtErrors , gpdvjtDescription , gpdvjtCreateTime -- * GooglePrivacyDlpV2ListStoredInfoTypesResponse , GooglePrivacyDlpV2ListStoredInfoTypesResponse , googlePrivacyDlpV2ListStoredInfoTypesResponse , gpdvlsitrNextPageToken , gpdvlsitrStoredInfoTypes -- * GooglePrivacyDlpV2LDiversityEquivalenceClass , GooglePrivacyDlpV2LDiversityEquivalenceClass , googlePrivacyDlpV2LDiversityEquivalenceClass , gpdvldecTopSensitiveValues , gpdvldecEquivalenceClassSize , gpdvldecNumDistinctSensitiveValues , gpdvldecQuasiIdsValues -- * GooglePrivacyDlpV2DeidentifyConfig , GooglePrivacyDlpV2DeidentifyConfig , googlePrivacyDlpV2DeidentifyConfig , gpdvdcInfoTypeTransformations , gpdvdcRecordTransformations -- * GooglePrivacyDlpV2CharacterMaskConfig , GooglePrivacyDlpV2CharacterMaskConfig , googlePrivacyDlpV2CharacterMaskConfig , gpdvcmcNumberToMask , gpdvcmcMaskingCharacter , gpdvcmcReverseOrder , gpdvcmcCharactersToIgnore -- * GooglePrivacyDlpV2DatastoreOptions , GooglePrivacyDlpV2DatastoreOptions , googlePrivacyDlpV2DatastoreOptions , gpdvdoPartitionId , gpdvdoKind -- * GooglePrivacyDlpV2ValueFrequency , GooglePrivacyDlpV2ValueFrequency , googlePrivacyDlpV2ValueFrequency , gpdvvfValue , gpdvvfCount -- * GooglePrivacyDlpV2BoundingBox , GooglePrivacyDlpV2BoundingBox , googlePrivacyDlpV2BoundingBox , gpdvbbHeight , gpdvbbLeft , gpdvbbWidth , gpdvbbTop -- * GooglePrivacyDlpV2PartitionId , GooglePrivacyDlpV2PartitionId , googlePrivacyDlpV2PartitionId , gpdvpiNamespaceId , gpdvpiProjectId -- * GooglePrivacyDlpV2SaveFindings , GooglePrivacyDlpV2SaveFindings , googlePrivacyDlpV2SaveFindings , gpdvsfOutputConfig -- * GooglePrivacyDlpV2StoredInfoTypeVersion , GooglePrivacyDlpV2StoredInfoTypeVersion , googlePrivacyDlpV2StoredInfoTypeVersion , gpdvsitvState , gpdvsitvConfig , gpdvsitvErrors , gpdvsitvCreateTime -- * GooglePrivacyDlpV2ListInfoTypesResponse , GooglePrivacyDlpV2ListInfoTypesResponse , googlePrivacyDlpV2ListInfoTypesResponse , gpdvlitrInfoTypes -- * GooglePrivacyDlpV2ContentLocation , GooglePrivacyDlpV2ContentLocation , googlePrivacyDlpV2ContentLocation , gpdvclImageLocation , gpdvclContainerName , gpdvclContainerTimestamp , gpdvclDocumentLocation , gpdvclContainerVersion , gpdvclRecordLocation -- * GooglePrivacyDlpV2AuxiliaryTable , GooglePrivacyDlpV2AuxiliaryTable , googlePrivacyDlpV2AuxiliaryTable , gpdvatRelativeFrequency , gpdvatTable , gpdvatQuasiIds -- * GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket , GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket , googlePrivacyDlpV2DeltaPresenceEstimationHistogramBucket , gpdvdpehbBucketValues , gpdvdpehbMaxProbability , gpdvdpehbMinProbability , gpdvdpehbBucketSize , gpdvdpehbBucketValueCount -- * GooglePrivacyDlpV2InspectConfigMinLikelihood , GooglePrivacyDlpV2InspectConfigMinLikelihood (..) -- * GooglePrivacyDlpV2FileSet , GooglePrivacyDlpV2FileSet , googlePrivacyDlpV2FileSet , gpdvfsURL , gpdvfsRegexFileSet -- * GooglePrivacyDlpV2ListInspectTemplatesResponse , GooglePrivacyDlpV2ListInspectTemplatesResponse , googlePrivacyDlpV2ListInspectTemplatesResponse , gpdvlitrNextPageToken , gpdvlitrInspectTemplates -- * GooglePrivacyDlpV2KAnonymityResult , GooglePrivacyDlpV2KAnonymityResult , googlePrivacyDlpV2KAnonymityResult , gpdvkarEquivalenceClassHistogramBuckets -- * GooglePrivacyDlpV2BigQueryField , GooglePrivacyDlpV2BigQueryField , googlePrivacyDlpV2BigQueryField , gpdvbqfField , gpdvbqfTable -- * GooglePrivacyDlpV2CharsToIgnoreCommonCharactersToIgnore , GooglePrivacyDlpV2CharsToIgnoreCommonCharactersToIgnore (..) -- * GooglePrivacyDlpV2OutputStorageConfig , GooglePrivacyDlpV2OutputStorageConfig , googlePrivacyDlpV2OutputStorageConfig , gpdvoscOutputSchema , gpdvoscTable -- * GooglePrivacyDlpV2CloudStorageFileSet , GooglePrivacyDlpV2CloudStorageFileSet , googlePrivacyDlpV2CloudStorageFileSet , gpdvcsfsURL -- * GooglePrivacyDlpV2InfoTypeTransformations , GooglePrivacyDlpV2InfoTypeTransformations , googlePrivacyDlpV2InfoTypeTransformations , gpdvittTransformations -- * GooglePrivacyDlpV2KmsWrAppedCryptoKey , GooglePrivacyDlpV2KmsWrAppedCryptoKey , googlePrivacyDlpV2KmsWrAppedCryptoKey , gpdvkwackWrAppedKey , gpdvkwackCryptoKeyName -- * GooglePrivacyDlpV2CryptoReplaceFfxFpeConfigCommonAlphabet , GooglePrivacyDlpV2CryptoReplaceFfxFpeConfigCommonAlphabet (..) -- * GooglePrivacyDlpV2InspectContentResponse , GooglePrivacyDlpV2InspectContentResponse , googlePrivacyDlpV2InspectContentResponse , gpdvicrResult -- * GooglePrivacyDlpV2LDiversityHistogramBucket , GooglePrivacyDlpV2LDiversityHistogramBucket , googlePrivacyDlpV2LDiversityHistogramBucket , gpdvldhbBucketValues , gpdvldhbSensitiveValueFrequencyLowerBound , gpdvldhbSensitiveValueFrequencyUpperBound , gpdvldhbBucketSize , gpdvldhbBucketValueCount -- * GooglePrivacyDlpV2ReidentifyContentResponse , GooglePrivacyDlpV2ReidentifyContentResponse , googlePrivacyDlpV2ReidentifyContentResponse , gpdvrcrOverview , gpdvrcrItem -- * GooglePrivacyDlpV2Expressions , GooglePrivacyDlpV2Expressions , googlePrivacyDlpV2Expressions , gpdveLogicalOperator , gpdveConditions -- * GooglePrivacyDlpV2CloudStorageOptionsSampleMethod , GooglePrivacyDlpV2CloudStorageOptionsSampleMethod (..) -- * Xgafv , Xgafv (..) -- * GooglePrivacyDlpV2DateTime , GooglePrivacyDlpV2DateTime , googlePrivacyDlpV2DateTime , gpdvdtTime , gpdvdtDate , gpdvdtTimeZone , gpdvdtDayOfWeek -- * GooglePrivacyDlpV2CloudStorageRegexFileSet , GooglePrivacyDlpV2CloudStorageRegexFileSet , googlePrivacyDlpV2CloudStorageRegexFileSet , gpdvcsrfsExcludeRegex , gpdvcsrfsBucketName , gpdvcsrfsIncludeRegex -- * GooglePrivacyDlpV2ExclusionRuleMatchingType , GooglePrivacyDlpV2ExclusionRuleMatchingType (..) -- * GooglePrivacyDlpV2ValueDayOfWeekValue , GooglePrivacyDlpV2ValueDayOfWeekValue (..) -- * GooglePrivacyDlpV2Bucket , GooglePrivacyDlpV2Bucket , googlePrivacyDlpV2Bucket , gpdvbMax , gpdvbReplacementValue , gpdvbMin -- * GooglePrivacyDlpV2Action , GooglePrivacyDlpV2Action , googlePrivacyDlpV2Action , gpdvaPubSub , gpdvaSaveFindings , gpdvaPublishSummaryToCscc -- * GoogleTypeDate , GoogleTypeDate , googleTypeDate , gtdDay , gtdYear , gtdMonth -- * GooglePrivacyDlpV2SurrogateType , GooglePrivacyDlpV2SurrogateType , googlePrivacyDlpV2SurrogateType -- * GooglePrivacyDlpV2ByteContentItemType , GooglePrivacyDlpV2ByteContentItemType (..) -- * GooglePrivacyDlpV2Table , GooglePrivacyDlpV2Table , googlePrivacyDlpV2Table , gpdvtRows , gpdvtHeaders -- * GooglePrivacyDlpV2LDiversityResult , GooglePrivacyDlpV2LDiversityResult , googlePrivacyDlpV2LDiversityResult , gpdvldrSensitiveValueFrequencyHistogramBuckets -- * GooglePrivacyDlpV2KMapEstimationConfig , GooglePrivacyDlpV2KMapEstimationConfig , googlePrivacyDlpV2KMapEstimationConfig , gpdvkmecAuxiliaryTables , gpdvkmecRegionCode , gpdvkmecQuasiIds -- * GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig , GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig , googlePrivacyDlpV2CryptoReplaceFfxFpeConfig , gpdvcrffcContext , gpdvcrffcCommonAlphabet , gpdvcrffcSurrogateInfoType , gpdvcrffcCustomAlphabet , gpdvcrffcCryptoKey , gpdvcrffcRadix -- * GooglePrivacyDlpV2QuasiIdentifierField , GooglePrivacyDlpV2QuasiIdentifierField , googlePrivacyDlpV2QuasiIdentifierField , gField , gCustomTag -- * GooglePrivacyDlpV2InfoType , GooglePrivacyDlpV2InfoType , googlePrivacyDlpV2InfoType , gpdvitName -- * GooglePrivacyDlpV2InspectTemplate , GooglePrivacyDlpV2InspectTemplate , googlePrivacyDlpV2InspectTemplate , gInspectConfig , gUpdateTime , gName , gDisplayName , gDescription , gCreateTime -- * GooglePrivacyDlpV2KAnonymityHistogramBucket , GooglePrivacyDlpV2KAnonymityHistogramBucket , googlePrivacyDlpV2KAnonymityHistogramBucket , gpdvkahbEquivalenceClassSizeLowerBound , gpdvkahbEquivalenceClassSizeUpperBound , gpdvkahbBucketValues , gpdvkahbBucketSize , gpdvkahbBucketValueCount -- * GooglePrivacyDlpV2ReidentifyContentRequest , GooglePrivacyDlpV2ReidentifyContentRequest , googlePrivacyDlpV2ReidentifyContentRequest , gooInspectConfig , gooReidentifyTemplateName , gooItem , gooInspectTemplateName , gooReidentifyConfig -- * GooglePrivacyDlpV2CryptoHashConfig , GooglePrivacyDlpV2CryptoHashConfig , googlePrivacyDlpV2CryptoHashConfig , gpdvchcCryptoKey -- * GooglePrivacyDlpV2InfoTypeLimit , GooglePrivacyDlpV2InfoTypeLimit , googlePrivacyDlpV2InfoTypeLimit , gpdvitlMaxFindings , gpdvitlInfoType -- * GooglePrivacyDlpV2TableLocation , GooglePrivacyDlpV2TableLocation , googlePrivacyDlpV2TableLocation , gpdvtlRowIndex -- * GooglePrivacyDlpV2TimeZone , GooglePrivacyDlpV2TimeZone , googlePrivacyDlpV2TimeZone , gpdvtzOffSetMinutes -- * GooglePrivacyDlpV2JobTriggerStatus , GooglePrivacyDlpV2JobTriggerStatus (..) -- * GooglePrivacyDlpV2StorageConfig , GooglePrivacyDlpV2StorageConfig , googlePrivacyDlpV2StorageConfig , gpdvscTimespanConfig , gpdvscBigQueryOptions , gpdvscDatastoreOptions , gpdvscCloudStorageOptions -- * GooglePrivacyDlpV2Value , GooglePrivacyDlpV2Value , googlePrivacyDlpV2Value , gpdvvDayOfWeekValue , gpdvvIntegerValue , gpdvvTimestampValue , gpdvvTimeValue , gpdvvStringValue , gpdvvDateValue , gpdvvBooleanValue , gpdvvFloatValue -- * GooglePrivacyDlpV2Dictionary , GooglePrivacyDlpV2Dictionary , googlePrivacyDlpV2Dictionary , gpdvdWordList , gpdvdCloudStoragePath -- * GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails , GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails , googlePrivacyDlpV2AnalyzeDataSourceRiskDetails , gpdvadsrdRequestedPrivacyMetric , gpdvadsrdRequestedSourceTable , gpdvadsrdLDiversityResult , gpdvadsrdKAnonymityResult , gpdvadsrdKMapEstimationResult , gpdvadsrdDeltaPresenceEstimationResult , gpdvadsrdNumericalStatsResult , gpdvadsrdCategoricalStatsResult -- * GooglePrivacyDlpV2Conditions , GooglePrivacyDlpV2Conditions , googlePrivacyDlpV2Conditions , gpdvcConditions -- * GooglePrivacyDlpV2DatastoreKey , GooglePrivacyDlpV2DatastoreKey , googlePrivacyDlpV2DatastoreKey , gpdvdkEntityKey -- * GooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues , GooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues , googlePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues , gpdvdpeqivEstimatedProbability , gpdvdpeqivQuasiIdsValues -- * GooglePrivacyDlpV2CharsToIgnore , GooglePrivacyDlpV2CharsToIgnore , googlePrivacyDlpV2CharsToIgnore , gpdvctiCommonCharactersToIgnore , gpdvctiCharactersToSkip -- * GooglePrivacyDlpV2BigQueryTable , GooglePrivacyDlpV2BigQueryTable , googlePrivacyDlpV2BigQueryTable , gpdvbqtDataSetId , gpdvbqtProjectId , gpdvbqtTableId -- * GooglePrivacyDlpV2RequestedOptions , GooglePrivacyDlpV2RequestedOptions , googlePrivacyDlpV2RequestedOptions , gpdvroSnapshotInspectTemplate , gpdvroJobConfig -- * GooglePrivacyDlpV2PrimitiveTransformation , GooglePrivacyDlpV2PrimitiveTransformation , googlePrivacyDlpV2PrimitiveTransformation , gpdvptFixedSizeBucketingConfig , gpdvptRedactConfig , gpdvptCharacterMaskConfig , gpdvptTimePartConfig , gpdvptDateShiftConfig , gpdvptBucketingConfig , gpdvptReplaceWithInfoTypeConfig , gpdvptCryptoHashConfig , gpdvptReplaceConfig , gpdvptCryptoReplaceFfxFpeConfig -- * GooglePrivacyDlpV2CancelDlpJobRequest , GooglePrivacyDlpV2CancelDlpJobRequest , googlePrivacyDlpV2CancelDlpJobRequest -- * GooglePrivacyDlpV2RecordLocation , GooglePrivacyDlpV2RecordLocation , googlePrivacyDlpV2RecordLocation , gpdvrlTableLocation , gpdvrlFieldId , gpdvrlRecordKey -- * GooglePrivacyDlpV2StoredInfoTypeVersionState , GooglePrivacyDlpV2StoredInfoTypeVersionState (..) -- * GooglePrivacyDlpV2Error , GooglePrivacyDlpV2Error , googlePrivacyDlpV2Error , gpdveDetails , gpdveTimestamps -- * GooglePrivacyDlpV2StoredInfoType , GooglePrivacyDlpV2StoredInfoType , googlePrivacyDlpV2StoredInfoType , gpdvsitCurrentVersion , gpdvsitName , gpdvsitPendingVersions -- * GooglePrivacyDlpV2StatisticalTable , GooglePrivacyDlpV2StatisticalTable , googlePrivacyDlpV2StatisticalTable , gpdvstRelativeFrequency , gpdvstTable , gpdvstQuasiIds -- * GooglePrivacyDlpV2DeidentifyTemplate , GooglePrivacyDlpV2DeidentifyTemplate , googlePrivacyDlpV2DeidentifyTemplate , gpdvdtUpdateTime , gpdvdtName , gpdvdtDeidentifyConfig , gpdvdtDisplayName , gpdvdtDescription , gpdvdtCreateTime -- * GooglePrivacyDlpV2ReplaceValueConfig , GooglePrivacyDlpV2ReplaceValueConfig , googlePrivacyDlpV2ReplaceValueConfig , gpdvrvcNewValue -- * GooglePrivacyDlpV2CategoricalStatsConfig , GooglePrivacyDlpV2CategoricalStatsConfig , googlePrivacyDlpV2CategoricalStatsConfig , gpdvcscField -- * GooglePrivacyDlpV2NumericalStatsConfig , GooglePrivacyDlpV2NumericalStatsConfig , googlePrivacyDlpV2NumericalStatsConfig , gpdvnscField -- * GooglePrivacyDlpV2ListJobTriggersResponse , GooglePrivacyDlpV2ListJobTriggersResponse , googlePrivacyDlpV2ListJobTriggersResponse , gpdvljtrNextPageToken , gpdvljtrJobTriggers -- * GooglePrivacyDlpV2CloudStoragePath , GooglePrivacyDlpV2CloudStoragePath , googlePrivacyDlpV2CloudStoragePath , gpdvcspPath -- * GooglePrivacyDlpV2Location , GooglePrivacyDlpV2Location , googlePrivacyDlpV2Location , gpdvlCodepointRange , gpdvlContentLocations , gpdvlByteRange -- * GooglePrivacyDlpV2Schedule , GooglePrivacyDlpV2Schedule , googlePrivacyDlpV2Schedule , gpdvsRecurrencePeriodDuration -- * GooglePrivacyDlpV2ExpressionsLogicalOperator , GooglePrivacyDlpV2ExpressionsLogicalOperator (..) -- * GooglePrivacyDlpV2CreateJobTriggerRequest , GooglePrivacyDlpV2CreateJobTriggerRequest , googlePrivacyDlpV2CreateJobTriggerRequest , gpdvcjtrTriggerId , gpdvcjtrJobTrigger -- * GooglePrivacyDlpV2TransformationOverview , GooglePrivacyDlpV2TransformationOverview , googlePrivacyDlpV2TransformationOverview , gpdvtoTransformedBytes , gpdvtoTransformationSummaries -- * GooglePrivacyDlpV2ImageLocation , GooglePrivacyDlpV2ImageLocation , googlePrivacyDlpV2ImageLocation , gpdvilBoundingBoxes -- * GooglePrivacyDlpV2KindExpression , GooglePrivacyDlpV2KindExpression , googlePrivacyDlpV2KindExpression , gpdvkeName -- * GooglePrivacyDlpV2PrivacyMetric , GooglePrivacyDlpV2PrivacyMetric , googlePrivacyDlpV2PrivacyMetric , gpdvpmNumericalStatsConfig , gpdvpmCategoricalStatsConfig , gpdvpmKMapEstimationConfig , gpdvpmKAnonymityConfig , gpdvpmLDiversityConfig , gpdvpmDeltaPresenceEstimationConfig -- * GooglePrivacyDlpV2UnwrAppedCryptoKey , GooglePrivacyDlpV2UnwrAppedCryptoKey , googlePrivacyDlpV2UnwrAppedCryptoKey , gpdvuackKey -- * GooglePrivacyDlpV2InspectionRuleSet , GooglePrivacyDlpV2InspectionRuleSet , googlePrivacyDlpV2InspectionRuleSet , gpdvirsRules , gpdvirsInfoTypes -- * GooglePrivacyDlpV2QuasiId , GooglePrivacyDlpV2QuasiId , googlePrivacyDlpV2QuasiId , gpdvqiField , gpdvqiInfoType , gpdvqiInferred , gpdvqiCustomTag -- * GooglePrivacyDlpV2DocumentLocation , GooglePrivacyDlpV2DocumentLocation , googlePrivacyDlpV2DocumentLocation , gpdvdlFileOffSet ) where import Network.Google.DLP.Types.Product import Network.Google.DLP.Types.Sum import Network.Google.Prelude -- | Default request referring to version 'v2' of the Cloud Data Loss Prevention (DLP) API. This contains the host and root path used as a starting point for constructing service requests. dLPService :: ServiceConfig dLPService = defaultService (ServiceId "dlp:v2") "dlp.googleapis.com" -- | View and manage your data across Google Cloud Platform services cloudPlatformScope :: Proxy '["https://www.googleapis.com/auth/cloud-platform"] cloudPlatformScope = Proxy;