Package io.trino.plugin.bigquery
Class StaticBigQueryCredentialsSupplier
java.lang.Object
io.trino.plugin.bigquery.StaticBigQueryCredentialsSupplier
- All Implemented Interfaces:
BigQueryCredentialsSupplier
public class StaticBigQueryCredentialsSupplier
extends Object
implements BigQueryCredentialsSupplier
-
Constructor Summary
ConstructorsConstructorDescriptionStaticBigQueryCredentialsSupplier(StaticCredentialsConfig config, Optional<ProxyTransportFactory> proxyTransportFactory) -
Method Summary
Modifier and TypeMethodDescriptionOptional<com.google.auth.Credentials>getCredentials(ConnectorSession session)
-
Constructor Details
-
StaticBigQueryCredentialsSupplier
@Inject public StaticBigQueryCredentialsSupplier(StaticCredentialsConfig config, Optional<ProxyTransportFactory> proxyTransportFactory)
-
-
Method Details
-
getCredentials
- Specified by:
getCredentialsin interfaceBigQueryCredentialsSupplier
-