public class Sheets.Spreadsheets.Values
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
Sheets.Spreadsheets.Values.Append |
class |
Sheets.Spreadsheets.Values.BatchClear |
class |
Sheets.Spreadsheets.Values.BatchClearByDataFilter |
class |
Sheets.Spreadsheets.Values.BatchGet |
class |
Sheets.Spreadsheets.Values.BatchGetByDataFilter |
class |
Sheets.Spreadsheets.Values.BatchUpdate |
class |
Sheets.Spreadsheets.Values.BatchUpdateByDataFilter |
class |
Sheets.Spreadsheets.Values.Clear |
class |
Sheets.Spreadsheets.Values.Get |
class |
Sheets.Spreadsheets.Values.Update |
Constructor and Description |
---|
Values() |
Modifier and Type | Method and Description |
---|---|
Sheets.Spreadsheets.Values.Append |
append(java.lang.String spreadsheetId,
java.lang.String range,
ValueRange content)
Appends values to a spreadsheet.
|
Sheets.Spreadsheets.Values.BatchClear |
batchClear(java.lang.String spreadsheetId,
BatchClearValuesRequest content)
Clears one or more ranges of values from a spreadsheet.
|
Sheets.Spreadsheets.Values.BatchClearByDataFilter |
batchClearByDataFilter(java.lang.String spreadsheetId,
BatchClearValuesByDataFilterRequest content)
Clears one or more ranges of values from a spreadsheet.
|
Sheets.Spreadsheets.Values.BatchGet |
batchGet(java.lang.String spreadsheetId)
Returns one or more ranges of values from a spreadsheet.
|
Sheets.Spreadsheets.Values.BatchGetByDataFilter |
batchGetByDataFilter(java.lang.String spreadsheetId,
BatchGetValuesByDataFilterRequest content)
Returns one or more ranges of values that match the specified data filters.
|
Sheets.Spreadsheets.Values.BatchUpdate |
batchUpdate(java.lang.String spreadsheetId,
BatchUpdateValuesRequest content)
Sets values in one or more ranges of a spreadsheet.
|
Sheets.Spreadsheets.Values.BatchUpdateByDataFilter |
batchUpdateByDataFilter(java.lang.String spreadsheetId,
BatchUpdateValuesByDataFilterRequest content)
Sets values in one or more ranges of a spreadsheet.
|
Sheets.Spreadsheets.Values.Clear |
clear(java.lang.String spreadsheetId,
java.lang.String range,
ClearValuesRequest content)
Clears values from a spreadsheet.
|
Sheets.Spreadsheets.Values.Get |
get(java.lang.String spreadsheetId,
java.lang.String range)
Returns a range of values from a spreadsheet.
|
Sheets.Spreadsheets.Values.Update |
update(java.lang.String spreadsheetId,
java.lang.String range,
ValueRange content)
Sets values in a range of a spreadsheet.
|
public Sheets.Spreadsheets.Values.Append append(java.lang.String spreadsheetId, java.lang.String range, ValueRange content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.spreadsheetId
- The ID of the spreadsheet to update.range
- The A1 notation of a range to search for a logical table of data.
Values are appended after the last
row of the table.content
- the ValueRange
java.io.IOException
public Sheets.Spreadsheets.Values.BatchClear batchClear(java.lang.String spreadsheetId, BatchClearValuesRequest content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.spreadsheetId
- The ID of the spreadsheet to update.content
- the BatchClearValuesRequest
java.io.IOException
public Sheets.Spreadsheets.Values.BatchClearByDataFilter batchClearByDataFilter(java.lang.String spreadsheetId, BatchClearValuesByDataFilterRequest content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.spreadsheetId
- The ID of the spreadsheet to update.content
- the BatchClearValuesByDataFilterRequest
java.io.IOException
public Sheets.Spreadsheets.Values.BatchGet batchGet(java.lang.String spreadsheetId) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.spreadsheetId
- The ID of the spreadsheet to retrieve data from.java.io.IOException
public Sheets.Spreadsheets.Values.BatchGetByDataFilter batchGetByDataFilter(java.lang.String spreadsheetId, BatchGetValuesByDataFilterRequest content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.spreadsheetId
- The ID of the spreadsheet to retrieve data from.content
- the BatchGetValuesByDataFilterRequest
java.io.IOException
public Sheets.Spreadsheets.Values.BatchUpdate batchUpdate(java.lang.String spreadsheetId, BatchUpdateValuesRequest content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.spreadsheetId
- The ID of the spreadsheet to update.content
- the BatchUpdateValuesRequest
java.io.IOException
public Sheets.Spreadsheets.Values.BatchUpdateByDataFilter batchUpdateByDataFilter(java.lang.String spreadsheetId, BatchUpdateValuesByDataFilterRequest content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.spreadsheetId
- The ID of the spreadsheet to update.content
- the BatchUpdateValuesByDataFilterRequest
java.io.IOException
public Sheets.Spreadsheets.Values.Clear clear(java.lang.String spreadsheetId, java.lang.String range, ClearValuesRequest content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.spreadsheetId
- The ID of the spreadsheet to update.range
- The A1 notation of the values to clear.content
- the ClearValuesRequest
java.io.IOException
public Sheets.Spreadsheets.Values.Get get(java.lang.String spreadsheetId, java.lang.String range) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.spreadsheetId
- The ID of the spreadsheet to retrieve data from.range
- The A1 notation of the values to retrieve.java.io.IOException
public Sheets.Spreadsheets.Values.Update update(java.lang.String spreadsheetId, java.lang.String range, ValueRange content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.spreadsheetId
- The ID of the spreadsheet to update.range
- The A1 notation of the values to update.content
- the ValueRange
java.io.IOException