public class GoogleDataProtocolAPI extends Object
Modifier and Type | Class and Description |
---|---|
class |
GoogleDataProtocolAPI.DataProtocolQueryStrategy
Logic to query portion of data from Google Visualization Data Protocol.
|
Constructor and Description |
---|
GoogleDataProtocolAPI() |
Modifier and Type | Method and Description |
---|---|
RowsResult |
executeQuery(SpreadsheetInfo info,
String worksheetTitle,
String query,
int batchSize,
Integer offset,
Integer limit)
Most important method that will issue query [1] to specific worksheet.
|
AuthHeaderFactory |
getHeaderFactory() |
List<Column> |
getMetadata(String key,
String worksheetTitle) |
void |
setHeaderFactory(AuthHeaderFactory headerFactory) |
public static String ENCODING
public AuthHeaderFactory getHeaderFactory()
public void setHeaderFactory(AuthHeaderFactory headerFactory)
public RowsResult executeQuery(SpreadsheetInfo info, String worksheetTitle, String query, int batchSize, Integer offset, Integer limit)
query
- The query defined in [1]batchSize
- How big portions of data should be returned by one roundtrip to Google.Copyright © 2019. All rights reserved.