Package io.trino.plugin.bigquery
Class BigQueryProxyConfig
java.lang.Object
io.trino.plugin.bigquery.BigQueryProxyConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull URIgetUri()setKeystorePassword(String keystorePassword) setKeystorePath(File keystorePath) setPassword(String password) setTruststorePassword(String truststorePassword) setTruststorePath(File truststorePath) setUsername(String username)
-
Constructor Details
-
BigQueryProxyConfig
public BigQueryProxyConfig()
-
-
Method Details
-
getUri
-
setUri
-
getUsername
-
setUsername
-
getPassword
-
setPassword
-
getKeystorePath
-
setKeystorePath
@Config("bigquery.rpc-proxy.keystore-path") public BigQueryProxyConfig setKeystorePath(File keystorePath) -
getKeystorePassword
-
setKeystorePassword
@Config("bigquery.rpc-proxy.keystore-password") public BigQueryProxyConfig setKeystorePassword(String keystorePassword) -
getTruststorePath
-
setTruststorePath
@Config("bigquery.rpc-proxy.truststore-path") public BigQueryProxyConfig setTruststorePath(File truststorePath) -
getTruststorePassword
-
setTruststorePassword
@Config("bigquery.rpc-proxy.truststore-password") public BigQueryProxyConfig setTruststorePassword(String truststorePassword)
-