Package org.teiid.google
Interface SpreadsheetConfiguration
-
- All Known Implementing Classes:
SpreadsheetManagedConnectionFactory
public interface SpreadsheetConfiguration
-
-
Field Summary
Fields Modifier and Type Field Description static BundleUtilUTIL
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description IntegergetBatchSize()StringgetClientId()StringgetClientSecret()StringgetRefreshToken()StringgetSpreadsheetId()StringgetSpreadsheetName()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
-
-