public class Sheets.Spreadsheets
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
Sheets.Spreadsheets.BatchUpdate |
class |
Sheets.Spreadsheets.Create |
class |
Sheets.Spreadsheets.DeveloperMetadata
The "developerMetadata" collection of methods.
|
class |
Sheets.Spreadsheets.Get |
class |
Sheets.Spreadsheets.GetByDataFilter |
class |
Sheets.Spreadsheets.SheetsOperations
The "sheets" collection of methods.
|
class |
Sheets.Spreadsheets.Values
The "values" collection of methods.
|
Constructor and Description |
---|
Spreadsheets() |
Modifier and Type | Method and Description |
---|---|
Sheets.Spreadsheets.BatchUpdate |
batchUpdate(java.lang.String spreadsheetId,
BatchUpdateSpreadsheetRequest content)
Applies one or more updates to the spreadsheet.
|
Sheets.Spreadsheets.Create |
create(Spreadsheet content)
Creates a spreadsheet, returning the newly created spreadsheet.
|
Sheets.Spreadsheets.DeveloperMetadata |
developerMetadata()
An accessor for creating requests from the DeveloperMetadata collection.
|
Sheets.Spreadsheets.Get |
get(java.lang.String spreadsheetId)
Returns the spreadsheet at the given ID.
|
Sheets.Spreadsheets.GetByDataFilter |
getByDataFilter(java.lang.String spreadsheetId,
GetSpreadsheetByDataFilterRequest content)
Returns the spreadsheet at the given ID.
|
Sheets.Spreadsheets.SheetsOperations |
sheets()
An accessor for creating requests from the SheetsOperations collection.
|
Sheets.Spreadsheets.Values |
values()
An accessor for creating requests from the Values collection.
|
public Sheets.Spreadsheets.BatchUpdate batchUpdate(java.lang.String spreadsheetId, BatchUpdateSpreadsheetRequest content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.spreadsheetId
- The spreadsheet to apply the updates to.content
- the BatchUpdateSpreadsheetRequest
java.io.IOException
public Sheets.Spreadsheets.Create create(Spreadsheet content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.content
- the Spreadsheet
java.io.IOException
public Sheets.Spreadsheets.Get get(java.lang.String spreadsheetId) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.spreadsheetId
- The spreadsheet to request.java.io.IOException
public Sheets.Spreadsheets.GetByDataFilter getByDataFilter(java.lang.String spreadsheetId, GetSpreadsheetByDataFilterRequest content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.spreadsheetId
- The spreadsheet to request.content
- the GetSpreadsheetByDataFilterRequest
java.io.IOException
public Sheets.Spreadsheets.DeveloperMetadata developerMetadata()
The typical use is:
Sheets sheets = new Sheets(...);
Sheets.DeveloperMetadata.List request = sheets.developerMetadata().list(parameters ...)
public Sheets.Spreadsheets.SheetsOperations sheets()
The typical use is:
Sheets sheets = new Sheets(...);
Sheets.SheetsOperations.List request = sheets.sheets().list(parameters ...)
public Sheets.Spreadsheets.Values values()
The typical use is:
Sheets sheets = new Sheets(...);
Sheets.Values.List request = sheets.values().list(parameters ...)