Questions tagged [google-cloud-dlp]

Questions related to the Google Cloud Data Loss Prevention API. Classification and de-identification of sensitive data like PII. Works on text and images.

132 questions
0
votes
1 answer

How to use Google cloud platform DLP API

Can anyone please tell me how to use Google Cloud DLP API and can I track my local system using these Google Cloud API like track info which is flow from Facebook, Gmail, Skype etc.?
0
votes
1 answer

How do I get Google DLP V2 API to return data with the same level of accuracy as V2Beta?

I've ported my Java app from the V2Beta version of the API to V2, and my results coming back seem to be less "accurate" than with the V2Beta version. Names, addresses, zip codes, age, etc don't get de-identified at all. The results I'm seeing with…
user2337270
  • 1,183
  • 2
  • 10
  • 27
0
votes
1 answer

Redacting collections of String efficiently with Google DLP?

I'm trying to port some DLP/PII de-identifying code that I wrote against the Beta V2 version of the Google DLP Java library classes. It no longer works because the Beta V2 service was retired and the Java API has changed. I've tried to refactor the…
user2337270
  • 1,183
  • 2
  • 10
  • 27
0
votes
1 answer

Google DLP: 'Resource' object has no attribute 'content'

I have a script I've been testing out Google's DLP with that has suddenly stopped working: def redact_text(text_list): service = build_client() content = service.content() items = [] for text in text_list: items.append({ …
CBredlow
  • 2,790
  • 2
  • 28
  • 47
0
votes
1 answer

How do you request additional quota for Google Cloud DLP API?

I'd like to request additional quota for use with the Google Cloud DLP API. What is the best way to request a quota increase?
0
votes
1 answer

OpenSSL exception with google-cloud-dlp 0.44.0-beta on OpenJDK 8

I'm using Google DLP through the Google Cloud Java client library, and when I upgraded to the latest version, 0.44.0-beta, I started getting the CertificateException shown below. This runs fine when I run it on my Mac with the Oracle JDK 8, but when…
user2337270
  • 1,183
  • 2
  • 10
  • 27
0
votes
1 answer

Different results from DLP API depending on if input is all in one string or sent in as collection of substrings

I'm seeing a behavior in the Google DLP library that puzzles me, and I'm hoping for some clarification. I'm using the Java wrapper library, google-cloud-dlp version 0.34.0-beta. Given the input: Collection input = Lists.newArrayList("Jenny…
user2337270
  • 1,183
  • 2
  • 10
  • 27
0
votes
2 answers

Google Data Loss Prevention API

Does Google Data Loss Prevention API support .pdf or .docx? I am trying to do reduction on *.pdf file in Java to hide sensitive data. many thanks! Emi
Emi
  • 1
  • 1
-1
votes
1 answer

Google Cloud DLP Api InspectResult

Good day! I'm using cloud dlp api to inspect bigquery views by converting chunks of the data into ContentItem and passing it to the inspect request. However, I am having trouble converting the findings and saving it to a bigquery table. Before, I…
-1
votes
1 answer

How to use Google DLP API to delete sensitive content from data stored in Google Big Query?

I have a certain table in Google Big Query which has some sensitive fields. I read and understood about inspection of data but cannot find a way to redact the data using DLP API directly in BigQuery database. Two questions: Is it possible to do it…
-1
votes
1 answer

How to implement mobile data loss prevention (DLP) tools?

How to implement mobile data loss prevention (DLP) tools? I have googled but unable to gather the information. Anybody has documentation or life-cycle, flow of Mobile DLP? Thanks in advance.
SRK
  • 744
  • 3
  • 11
  • 23
1 2 3
8
9