sagnghos commented on code in PR #38928:
URL: https://github.com/apache/beam/pull/38928#discussion_r3398513088
##########
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerTransformRegistrar.java:
##########
@@ -110,6 +112,14 @@ public void setPlainText(@Nullable Boolean plainText) {
this.plainText = plainText;
}
+ public void setClientCertPath(@Nullable String clientCertPath) {
+ this.clientCertPath = clientCertPath;
+ }
+
+ public void setClientCertKeyPath(@Nullable String clientCertKeyPath) {
+ this.clientCertKeyPath = clientCertKeyPath;
+ }
+
void checkMandatoryFields() {
if (projectId.isEmpty()) {
throw new IllegalArgumentException("projectId can't be empty");
Review Comment:
Done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]