public class Sheets.Spreadsheets.DeveloperMetadata extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Sheets.Spreadsheets.DeveloperMetadata.Get |
class |
Sheets.Spreadsheets.DeveloperMetadata.Search |
| Constructor and Description |
|---|
DeveloperMetadata() |
| Modifier and Type | Method and Description |
|---|---|
Sheets.Spreadsheets.DeveloperMetadata.Get |
get(String spreadsheetId,
Integer metadataId)
Returns the developer metadata with the specified ID.
|
Sheets.Spreadsheets.DeveloperMetadata.Search |
search(String spreadsheetId,
SearchDeveloperMetadataRequest content)
Returns all developer metadata matching the specified DataFilter.
|
public Sheets.Spreadsheets.DeveloperMetadata.Get get(String spreadsheetId, Integer metadataId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.spreadsheetId - The ID of the spreadsheet to retrieve metadata from.metadataId - The ID of the developer metadata to retrieve.IOExceptionpublic Sheets.Spreadsheets.DeveloperMetadata.Search search(String spreadsheetId, SearchDeveloperMetadataRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.spreadsheetId - The ID of the spreadsheet to retrieve metadata from.content - the SearchDeveloperMetadataRequestIOExceptionCopyright © 2011–2021 Google. All rights reserved.