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.IOException
public 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 SearchDeveloperMetadataRequest
IOException
Copyright © 2011–2024 Google. All rights reserved.