Constructor and Description |
---|
GoogleSheetsStreamConfiguration() |
Modifier and Type | Method and Description |
---|---|
GoogleSheetsStreamConfiguration |
copy() |
String |
getAccessToken() |
String |
getApiName()
Gets the apiName.
|
String |
getApplicationName() |
String |
getClientId() |
String |
getClientSecret() |
String |
getMajorDimension() |
int |
getMaxResults() |
String |
getRange() |
String |
getRefreshToken() |
List<String> |
getScopes() |
String |
getSpreadsheetId() |
String |
getValueRenderOption() |
boolean |
isIncludeGridData() |
boolean |
isSplitResults() |
void |
setAccessToken(String accessToken)
OAuth 2 access token.
|
void |
setApiName(String apiName)
Sets the apiName.
|
void |
setApplicationName(String applicationName)
Google sheets application name.
|
void |
setClientId(String clientId)
Client ID of the sheets application
|
void |
setClientSecret(String clientSecret)
Client secret of the sheets application
|
void |
setIncludeGridData(boolean includeGridData)
True if grid data should be returned.
|
void |
setMajorDimension(String majorDimension)
Specifies the major dimension that results should use..
|
void |
setMaxResults(int maxResults)
Specify the maximum number of returned results.
|
void |
setRange(String range)
Specifies the range of rows and columns in a sheet to get data from.
|
void |
setRefreshToken(String refreshToken)
OAuth 2 refresh token.
|
void |
setScopes(List<String> scopes)
Specifies the level of permissions you want a sheets application to have to
a user account.
|
void |
setSplitResults(boolean splitResults)
True if value range result should be split into rows or columns to process each of them individually.
|
void |
setSpreadsheetId(String spreadsheetId)
Specifies the spreadsheet identifier that is used to identify the target to obtain.
|
void |
setValueRenderOption(String valueRenderOption)
Determines how values should be rendered in the output.
|
public String getClientId()
public void setClientId(String clientId)
public String getClientSecret()
public void setClientSecret(String clientSecret)
public String getAccessToken()
public void setAccessToken(String accessToken)
public String getRefreshToken()
public void setRefreshToken(String refreshToken)
public String getApplicationName()
public void setApplicationName(String applicationName)
public void setScopes(List<String> scopes)
public String getApiName()
public void setApiName(String apiName)
apiName
- public String getSpreadsheetId()
public void setSpreadsheetId(String spreadsheetId)
spreadsheetId
- public int getMaxResults()
public void setMaxResults(int maxResults)
maxResults
- public String getRange()
public void setRange(String range)
range
- public String getMajorDimension()
public void setMajorDimension(String majorDimension)
majorDimension
- public String getValueRenderOption()
public void setValueRenderOption(String valueRenderOption)
valueRenderOption
- public boolean isIncludeGridData()
public void setIncludeGridData(boolean includeGridData)
includeGridData
- public boolean isSplitResults()
public void setSplitResults(boolean splitResults)
splitResults
- public GoogleSheetsStreamConfiguration copy()
Apache Camel