packages feed

gogol-dlp-1.0.0: gogol-dlp.cabal

cabal-version:      2.2
name:               gogol-dlp
version:            1.0.0
synopsis:           Google Sensitive Data Protection (DLP) SDK.
homepage:           https://github.com/brendanhay/gogol
bug-reports:        https://github.com/brendanhay/gogol/issues
license:            MPL-2.0
license-file:       LICENSE
author:             Brendan Hay
maintainer:
  Brendan Hay <brendan.g.hay+gogol@gmail.com>, Toni Cebrián <toni@tonicebrian.com>

copyright:          Copyright (c) 2015-2025 Brendan Hay
category:           Google
build-type:         Simple
extra-source-files:
  README.md
  src/.gitkeep

description:
  Discover and protect your sensitive data. A fully managed service designed to help you discover, classify, and protect your valuable data assets with ease.
  .
  /Warning:/ This is an experimental prototype/preview release which is still
  under exploratory development and not intended for public use, caveat emptor!
  .
  This library is compatible with version @v2@
  of the API.

source-repository head
  type:     git
  location: git://github.com/brendanhay/gogol.git
  subdir:   gogol-dlp

flag field-selectors
  description:
    If record field selectors should be enabled. Disabling this requires GHC >=9.2 and the NoFieldSelectors extension.

  default:     False
  manual:      True

library
  default-language: GHC2021
  hs-source-dirs:   src gen
  ghc-options:
    -Wall -fwarn-incomplete-uni-patterns
    -fwarn-incomplete-record-updates -funbox-strict-fields
    -fwarn-unused-packages

  if (!flag(field-selectors) && impl(ghc >=9.2))
    default-extensions: NoFieldSelectors

  exposed-modules:
    Gogol.DLP
    Gogol.DLP.InfoTypes.List
    Gogol.DLP.Locations.InfoTypes.List
    Gogol.DLP.Organizations.DeidentifyTemplates.Create
    Gogol.DLP.Organizations.DeidentifyTemplates.Delete
    Gogol.DLP.Organizations.DeidentifyTemplates.Get
    Gogol.DLP.Organizations.DeidentifyTemplates.List
    Gogol.DLP.Organizations.DeidentifyTemplates.Patch
    Gogol.DLP.Organizations.InspectTemplates.Create
    Gogol.DLP.Organizations.InspectTemplates.Delete
    Gogol.DLP.Organizations.InspectTemplates.Get
    Gogol.DLP.Organizations.InspectTemplates.List
    Gogol.DLP.Organizations.InspectTemplates.Patch
    Gogol.DLP.Organizations.Locations.ColumnDataProfiles.Get
    Gogol.DLP.Organizations.Locations.ColumnDataProfiles.List
    Gogol.DLP.Organizations.Locations.Connections.Create
    Gogol.DLP.Organizations.Locations.Connections.Delete
    Gogol.DLP.Organizations.Locations.Connections.Get
    Gogol.DLP.Organizations.Locations.Connections.List
    Gogol.DLP.Organizations.Locations.Connections.Patch
    Gogol.DLP.Organizations.Locations.Connections.Search
    Gogol.DLP.Organizations.Locations.DeidentifyTemplates.Create
    Gogol.DLP.Organizations.Locations.DeidentifyTemplates.Delete
    Gogol.DLP.Organizations.Locations.DeidentifyTemplates.Get
    Gogol.DLP.Organizations.Locations.DeidentifyTemplates.List
    Gogol.DLP.Organizations.Locations.DeidentifyTemplates.Patch
    Gogol.DLP.Organizations.Locations.DiscoveryConfigs.Create
    Gogol.DLP.Organizations.Locations.DiscoveryConfigs.Delete
    Gogol.DLP.Organizations.Locations.DiscoveryConfigs.Get
    Gogol.DLP.Organizations.Locations.DiscoveryConfigs.List
    Gogol.DLP.Organizations.Locations.DiscoveryConfigs.Patch
    Gogol.DLP.Organizations.Locations.DlpJobs.List
    Gogol.DLP.Organizations.Locations.FileStoreDataProfiles.Delete
    Gogol.DLP.Organizations.Locations.FileStoreDataProfiles.Get
    Gogol.DLP.Organizations.Locations.FileStoreDataProfiles.List
    Gogol.DLP.Organizations.Locations.InspectTemplates.Create
    Gogol.DLP.Organizations.Locations.InspectTemplates.Delete
    Gogol.DLP.Organizations.Locations.InspectTemplates.Get
    Gogol.DLP.Organizations.Locations.InspectTemplates.List
    Gogol.DLP.Organizations.Locations.InspectTemplates.Patch
    Gogol.DLP.Organizations.Locations.JobTriggers.Create
    Gogol.DLP.Organizations.Locations.JobTriggers.Delete
    Gogol.DLP.Organizations.Locations.JobTriggers.Get
    Gogol.DLP.Organizations.Locations.JobTriggers.List
    Gogol.DLP.Organizations.Locations.JobTriggers.Patch
    Gogol.DLP.Organizations.Locations.ProjectDataProfiles.Get
    Gogol.DLP.Organizations.Locations.ProjectDataProfiles.List
    Gogol.DLP.Organizations.Locations.StoredInfoTypes.Create
    Gogol.DLP.Organizations.Locations.StoredInfoTypes.Delete
    Gogol.DLP.Organizations.Locations.StoredInfoTypes.Get
    Gogol.DLP.Organizations.Locations.StoredInfoTypes.List
    Gogol.DLP.Organizations.Locations.StoredInfoTypes.Patch
    Gogol.DLP.Organizations.Locations.TableDataProfiles.Delete
    Gogol.DLP.Organizations.Locations.TableDataProfiles.Get
    Gogol.DLP.Organizations.Locations.TableDataProfiles.List
    Gogol.DLP.Organizations.StoredInfoTypes.Create
    Gogol.DLP.Organizations.StoredInfoTypes.Delete
    Gogol.DLP.Organizations.StoredInfoTypes.Get
    Gogol.DLP.Organizations.StoredInfoTypes.List
    Gogol.DLP.Organizations.StoredInfoTypes.Patch
    Gogol.DLP.Projects.Content.Deidentify
    Gogol.DLP.Projects.Content.Inspect
    Gogol.DLP.Projects.Content.Reidentify
    Gogol.DLP.Projects.DeidentifyTemplates.Create
    Gogol.DLP.Projects.DeidentifyTemplates.Delete
    Gogol.DLP.Projects.DeidentifyTemplates.Get
    Gogol.DLP.Projects.DeidentifyTemplates.List
    Gogol.DLP.Projects.DeidentifyTemplates.Patch
    Gogol.DLP.Projects.DlpJobs.Cancel
    Gogol.DLP.Projects.DlpJobs.Create
    Gogol.DLP.Projects.DlpJobs.Delete
    Gogol.DLP.Projects.DlpJobs.Get
    Gogol.DLP.Projects.DlpJobs.List
    Gogol.DLP.Projects.Image.Redact
    Gogol.DLP.Projects.InspectTemplates.Create
    Gogol.DLP.Projects.InspectTemplates.Delete
    Gogol.DLP.Projects.InspectTemplates.Get
    Gogol.DLP.Projects.InspectTemplates.List
    Gogol.DLP.Projects.InspectTemplates.Patch
    Gogol.DLP.Projects.JobTriggers.Activate
    Gogol.DLP.Projects.JobTriggers.Create
    Gogol.DLP.Projects.JobTriggers.Delete
    Gogol.DLP.Projects.JobTriggers.Get
    Gogol.DLP.Projects.JobTriggers.List
    Gogol.DLP.Projects.JobTriggers.Patch
    Gogol.DLP.Projects.Locations.ColumnDataProfiles.Get
    Gogol.DLP.Projects.Locations.ColumnDataProfiles.List
    Gogol.DLP.Projects.Locations.Connections.Create
    Gogol.DLP.Projects.Locations.Connections.Delete
    Gogol.DLP.Projects.Locations.Connections.Get
    Gogol.DLP.Projects.Locations.Connections.List
    Gogol.DLP.Projects.Locations.Connections.Patch
    Gogol.DLP.Projects.Locations.Connections.Search
    Gogol.DLP.Projects.Locations.Content.Deidentify
    Gogol.DLP.Projects.Locations.Content.Inspect
    Gogol.DLP.Projects.Locations.Content.Reidentify
    Gogol.DLP.Projects.Locations.DeidentifyTemplates.Create
    Gogol.DLP.Projects.Locations.DeidentifyTemplates.Delete
    Gogol.DLP.Projects.Locations.DeidentifyTemplates.Get
    Gogol.DLP.Projects.Locations.DeidentifyTemplates.List
    Gogol.DLP.Projects.Locations.DeidentifyTemplates.Patch
    Gogol.DLP.Projects.Locations.DiscoveryConfigs.Create
    Gogol.DLP.Projects.Locations.DiscoveryConfigs.Delete
    Gogol.DLP.Projects.Locations.DiscoveryConfigs.Get
    Gogol.DLP.Projects.Locations.DiscoveryConfigs.List
    Gogol.DLP.Projects.Locations.DiscoveryConfigs.Patch
    Gogol.DLP.Projects.Locations.DlpJobs.Cancel
    Gogol.DLP.Projects.Locations.DlpJobs.Create
    Gogol.DLP.Projects.Locations.DlpJobs.Delete
    Gogol.DLP.Projects.Locations.DlpJobs.Finish
    Gogol.DLP.Projects.Locations.DlpJobs.Get
    Gogol.DLP.Projects.Locations.DlpJobs.HybridInspect
    Gogol.DLP.Projects.Locations.DlpJobs.List
    Gogol.DLP.Projects.Locations.FileStoreDataProfiles.Delete
    Gogol.DLP.Projects.Locations.FileStoreDataProfiles.Get
    Gogol.DLP.Projects.Locations.FileStoreDataProfiles.List
    Gogol.DLP.Projects.Locations.Image.Redact
    Gogol.DLP.Projects.Locations.InspectTemplates.Create
    Gogol.DLP.Projects.Locations.InspectTemplates.Delete
    Gogol.DLP.Projects.Locations.InspectTemplates.Get
    Gogol.DLP.Projects.Locations.InspectTemplates.List
    Gogol.DLP.Projects.Locations.InspectTemplates.Patch
    Gogol.DLP.Projects.Locations.JobTriggers.Activate
    Gogol.DLP.Projects.Locations.JobTriggers.Create
    Gogol.DLP.Projects.Locations.JobTriggers.Delete
    Gogol.DLP.Projects.Locations.JobTriggers.Get
    Gogol.DLP.Projects.Locations.JobTriggers.HybridInspect
    Gogol.DLP.Projects.Locations.JobTriggers.List
    Gogol.DLP.Projects.Locations.JobTriggers.Patch
    Gogol.DLP.Projects.Locations.ProjectDataProfiles.Get
    Gogol.DLP.Projects.Locations.ProjectDataProfiles.List
    Gogol.DLP.Projects.Locations.StoredInfoTypes.Create
    Gogol.DLP.Projects.Locations.StoredInfoTypes.Delete
    Gogol.DLP.Projects.Locations.StoredInfoTypes.Get
    Gogol.DLP.Projects.Locations.StoredInfoTypes.List
    Gogol.DLP.Projects.Locations.StoredInfoTypes.Patch
    Gogol.DLP.Projects.Locations.TableDataProfiles.Delete
    Gogol.DLP.Projects.Locations.TableDataProfiles.Get
    Gogol.DLP.Projects.Locations.TableDataProfiles.List
    Gogol.DLP.Projects.StoredInfoTypes.Create
    Gogol.DLP.Projects.StoredInfoTypes.Delete
    Gogol.DLP.Projects.StoredInfoTypes.Get
    Gogol.DLP.Projects.StoredInfoTypes.List
    Gogol.DLP.Projects.StoredInfoTypes.Patch
    Gogol.DLP.Types

  other-modules:
    Gogol.DLP.Internal.Product
    Gogol.DLP.Internal.Sum

  build-depends:    gogol-core ^>=1.0.0