1- Python Client for DLP API (`Alpha `_)
2- ====================================
1+ Python Client for Cloud Data Loss Prevention ( DLP) API (`Alpha `_)
2+ =================================================================
33
4- `DLP API `_: The Google Data Loss Prevention API provides methods for detection of
4+ `Cloud Data Loss Prevention (DLP) API`_: Provides methods for detection, risk analysis, and de-identification of
55privacy-sensitive fragments in text, images, and Google Cloud Platform
66storage repositories.
77
88- `Client Library Documentation `_
99- `Product Documentation `_
1010
1111.. _Alpha : https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/README.rst
12- .. _ DLP API : https://cloud.google.com/dlp
13- .. _Client Library Documentation : https://googlecloudplatform.github.io/google-cloud-python/stable/dlp- usage
12+ .. _ Cloud Data Loss Prevention (DLP) API : https://cloud.google.com/dlp
13+ .. _Client Library Documentation : https://googlecloudplatform.github.io/google-cloud-python/stable/dlp/ usage.html
1414.. _Product Documentation : https://cloud.google.com/dlp
1515
1616Quick Start
@@ -19,12 +19,14 @@ Quick Start
1919In order to use this library, you first need to go through the following steps:
2020
21211. `Select or create a Cloud Platform project. `_
22- 2. `Enable the DLP API. `_
23- 3. `Setup Authentication. `_
22+ 2. `Enable billing for your project. `_
23+ 3. `Enable the Cloud Data Loss Prevention (DLP) API. `_
24+ 4. `Setup Authentication. `_
2425
2526.. _Select or create a Cloud Platform project. : https://console.cloud.google.com/project
26- .. _Enable the DLP API. : https://cloud.google.com/dlp
27- .. _Setup Authentication. : https://googlecloudplatform.github.io/google-cloud-python/stable/google-cloud-auth
27+ .. _Enable billing for your project. : https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project
28+ .. _Enable the Cloud Data Loss Prevention (DLP) API. : https://cloud.google.com/dlp
29+ .. _Setup Authentication. : https://googlecloudplatform.github.io/google-cloud-python/stable/core/auth.html
2830
2931Installation
3032~~~~~~~~~~~~
@@ -87,12 +89,12 @@ DlpServiceClient
8789 Next Steps
8890~~~~~~~~~~
8991
90- - Read the `Client Library Documentation `_ for DLP API
92+ - Read the `Client Library Documentation `_ for Cloud Data Loss Prevention ( DLP) API
9193 API to see other available methods on the client.
92- - Read the `DLP API Product documentation `_ to learn
94+ - Read the `Cloud Data Loss Prevention ( DLP) API Product documentation `_ to learn
9395 more about the product and see How-to Guides.
9496- View this `repository’s main README `_ to see the full list of Cloud
9597 APIs that we cover.
9698
97- .. _ DLP API Product documentation : https://cloud.google.com/dlp
99+ .. _ Cloud Data Loss Prevention (DLP) API Product documentation : https://cloud.google.com/dlp
98100.. _repository’s main README : https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/README.rst
0 commit comments