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(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(String spreadsheetId)
Returns the spreadsheet at the given ID.
|
Sheets.Spreadsheets.GetByDataFilter |
getByDataFilter(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(String spreadsheetId, BatchUpdateSpreadsheetRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.spreadsheetId
- The spreadsheet to apply the updates to.content
- the BatchUpdateSpreadsheetRequest
IOException
public Sheets.Spreadsheets.Create create(Spreadsheet content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.content
- the Spreadsheet
IOException
public Sheets.Spreadsheets.Get get(String spreadsheetId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.spreadsheetId
- The spreadsheet to request.IOException
public Sheets.Spreadsheets.GetByDataFilter getByDataFilter(String spreadsheetId, GetSpreadsheetByDataFilterRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.spreadsheetId
- The spreadsheet to request.content
- the GetSpreadsheetByDataFilterRequest
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 ...)
Copyright © 2011–2024 Google. All rights reserved.