feat(Datastore): Swap the default transport from HttpJson to gRPC by lqiu96 · Pull Request #12977 · googleapis/google-cloud-java (original) (raw)
Code Review
This pull request transitions the default transport for Datastore from HTTP to gRPC, updating the DatastoreOptions builder and tests. Review feedback identifies several redundant assignments in the Builder class that should be removed to maintain idiomatic patterns and avoid logic errors, specifically in the constructors and the setTransportOptions method.