Package io.trino.plugin.hive.gcs
Class HiveGcsConfig
- java.lang.Object
-
- io.trino.plugin.hive.gcs.HiveGcsConfig
-
public class HiveGcsConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description HiveGcsConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @FileExists StringgetJsonKeyFilePath()booleanisUseGcsAccessToken()HiveGcsConfigsetJsonKeyFilePath(String jsonKeyFilePath)HiveGcsConfigsetUseGcsAccessToken(boolean useGcsAccessToken)
-
-
-
Method Detail
-
getJsonKeyFilePath
@FileExists public @FileExists String getJsonKeyFilePath()
-
setJsonKeyFilePath
@Config("hive.gcs.json-key-file-path") public HiveGcsConfig setJsonKeyFilePath(String jsonKeyFilePath)
-
isUseGcsAccessToken
public boolean isUseGcsAccessToken()
-
setUseGcsAccessToken
@Config("hive.gcs.use-access-token") public HiveGcsConfig setUseGcsAccessToken(boolean useGcsAccessToken)
-
-