Package org.teiid.google
Interface SpreadsheetConfiguration
-
- All Known Implementing Classes:
SpreadsheetManagedConnectionFactory
public interface SpreadsheetConfiguration
-
-
Field Summary
Fields Modifier and Type Field Description static BundleUtil
UTIL
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Integer
getBatchSize()
String
getClientId()
String
getClientSecret()
String
getRefreshToken()
String
getSpreadsheetId()
String
getSpreadsheetName()
Deprecated.Map<String,String>
getSpreadsheets()
-
-
-
Field Detail
-
UTIL
static final BundleUtil UTIL
-
-
Method Detail
-
getBatchSize
Integer getBatchSize()
-
getClientId
String getClientId()
-
getClientSecret
String getClientSecret()
-
getRefreshToken
String getRefreshToken()
-
getSpreadsheetId
String getSpreadsheetId()
-
getSpreadsheetName
@Deprecated String getSpreadsheetName()
Deprecated.Only in use for v3 metadata
-
-