Google DLP broken with 0.46.0-beta: Caused by: io.grpc.StatusRuntimeException: UNIMPLEMENTED: Method not found
See original GitHub issueEver since the Google DLP service went from V2Beta to GA, my production code is broken. I’m getting an exception with a message like this:
Caused by: io.grpc.StatusRuntimeException: UNIMPLEMENTED: Method not found
I’m stepping through the execution in the debugger, and I can see what looks like a URL referencing the old service:
google.privacy.dlp.v2beta1.DlpService/RedactContent
. See attached screen shot for details. My production service that uses DLP is not functional, and it’s a big deal to re-deploy without DLP. What do I need to do to get this to work again?

Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
io.grpc.StatusRuntimeException: UNIMPLEMENTED: Method ...
Everything compiles, but at runtime when I run the client I get an error: UNIMPLEMENTED Method not found. I checked that the method...
Read more >implementing an ExternalCallout connecting to my GRPC server
The error message suggests that the gRPC service does not implement the ... StatusRuntimeException: UNIMPLEMENTED: unknown service apigee.
Read more >grpc/grpc - Gitter
io.grpc.StatusRuntimeException: UNIMPLEMENTED: RPC method not implemented <generated class name.method name> the proto file is same in both cases.
Read more >UNIMPLEMENTED: Method not found-Springboot
Coding example for the question io.grpc.StatusRuntimeException: UNIMPLEMENTED: Method not found-Springboot.
Read more >Use Workspace DLP to prevent data loss - Google Help
Drive DLP and Chat DLP are available to Cloud Identity Premium users who also have a Google Workspace licence. For Drive DLP, the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I can completely understand the confusion. We’re actually planning to remove the beta package this week.
I also cannot seem to find a migration guide, but this might help you. I believe text redaction functionality has been moved to
deidentifyContent
.