Skip to content
This repository was archived by the owner on Dec 10, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore: delete migrated samples
  • Loading branch information
Sita04 authored Mar 1, 2023
commit 173535fed251f4de6d257f3604ac018217f4d2f5
54 changes: 2 additions & 52 deletions samples/snippets/README.rst.in
Original file line number Diff line number Diff line change
@@ -1,52 +1,2 @@
# This file is used to generate README.rst

product:
name: Google Data Loss Prevention
short_name: Data Loss Prevention
url: https://cloud.google.com/dlp/docs/
description: >
`Google Data Loss Prevention`_ provides programmatic access to a powerful
detection engine for personally identifiable information and other
privacy-sensitive data in unstructured data streams.

setup:
- auth
- install_deps

required_api_url: https://console.cloud.google.com/apis/library/dlp.googleapis.com

required_roles:
- DLP Administrator
- DLP API Service Agent

samples:
- name: Quickstart
file: quickstart.py
- name: Inspect Content
file: inspect_content.py
show_help: true
- name: Redact Content
file: redact.py
show_help: true
- name: Metadata
file: metadata.py
show_help: true
- name: Jobs
file: jobs.py
show_help: true
- name: Templates
file: templates.py
show_help: true
- name: Triggers
file: triggers.py
show_help: true
- name: Risk Analysis
file: risk.py
show_help: true
- name: DeID
file: deid.py
show_help: true

cloud_client_library: true

folder: dlp
The DLP samples have moved to a new repository (https://github.com/GoogleCloudPlatform/python-docs-samples/dlp) in PR: https://github.com/GoogleCloudPlatform/python-docs-samples/pull/9091
Moving forward, all DLP samples will be added/ updated in the python-docs-samples repository.
Loading