public class Sheets.Spreadsheets.DeveloperMetadata
extends java.lang.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(java.lang.String spreadsheetId,
java.lang.Integer metadataId)
Returns the developer metadata with the specified ID.
|
Sheets.Spreadsheets.DeveloperMetadata.Search |
search(java.lang.String spreadsheetId,
SearchDeveloperMetadataRequest content)
Returns all developer metadata matching the specified DataFilter.
|
public Sheets.Spreadsheets.DeveloperMetadata.Get get(java.lang.String spreadsheetId, java.lang.Integer metadataId) throws java.io.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.java.io.IOException
public Sheets.Spreadsheets.DeveloperMetadata.Search search(java.lang.String spreadsheetId, SearchDeveloperMetadataRequest content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.spreadsheetId
- The ID of the spreadsheet to retrieve metadata from.content
- the SearchDeveloperMetadataRequest
java.io.IOException