public class HiveGcsConfig extends Object
| Constructor and Description |
|---|
HiveGcsConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJsonKeyFilePath() |
boolean |
isUseGcsAccessToken() |
HiveGcsConfig |
setJsonKeyFilePath(String jsonKeyFilePath) |
HiveGcsConfig |
setUseGcsAccessToken(boolean useGcsAccessToken) |
public String getJsonKeyFilePath()
@Config(value="hive.gcs.json-key-file-path") public HiveGcsConfig setJsonKeyFilePath(String jsonKeyFilePath)
public boolean isUseGcsAccessToken()
@Config(value="hive.gcs.use-access-token") public HiveGcsConfig setUseGcsAccessToken(boolean useGcsAccessToken)
Copyright © 2012–2023. All rights reserved.