-
Notifications
You must be signed in to change notification settings - Fork 48
Closed
Labels
api: datastoreIssues related to the googleapis/java-datastore API.Issues related to the googleapis/java-datastore API.
Description
Protobuf has released v26.x+ which introduces a bunch of breaking changes for Protobuf-Java. Release notes for the version can be found at https://github.com/protocolbuffers/protobuf/releases/tag/v26.0
We have identified a removed method that should be updated:
TextFormat.printToString()
:java-datastore/google-cloud-datastore/src/main/java/com/google/cloud/datastore/Key.java
Line 148 in 13d9af1
return URLEncoder.encode(TextFormat.printToString(toPb()), UTF_8.name());
See this doc for more information.
Metadata
Metadata
Assignees
Labels
api: datastoreIssues related to the googleapis/java-datastore API.Issues related to the googleapis/java-datastore API.