target.apidocs.com.google.api.services.sheets.v4.Sheets.Spreadsheets.DeveloperMetadata.html Maven / Gradle / Ivy
Sheets.Spreadsheets.DeveloperMetadata (Google Sheets API v4-rev20181116-1.27.0)
com.google.api.services.sheets.v4
Class Sheets.Spreadsheets.DeveloperMetadata
- java.lang.Object
-
- com.google.api.services.sheets.v4.Sheets.Spreadsheets.DeveloperMetadata
-
- Enclosing class:
- Sheets.Spreadsheets
public class Sheets.Spreadsheets.DeveloperMetadata
extends Object
The "developerMetadata" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Sheets.Spreadsheets.DeveloperMetadata.Get
class
Sheets.Spreadsheets.DeveloperMetadata.Search
-
Constructor Summary
Constructors
Constructor and Description
DeveloperMetadata()
-
Method Summary
All Methods Instance Methods Concrete Methods
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.
-
-
Method Detail
-
get
public Sheets.Spreadsheets.DeveloperMetadata.Get get(String spreadsheetId,
Integer metadataId)
throws IOException
Returns the developer metadata with the specified ID. The caller must specify the spreadsheet ID
and the developer metadata's unique metadataId.
Create a request for the method "developerMetadata.get".
This request holds the parameters needed by the sheets server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
spreadsheetId
- The ID of the spreadsheet to retrieve metadata from.
metadataId
- The ID of the developer metadata to retrieve.
- Returns:
- the request
- Throws:
IOException
-
search
public Sheets.Spreadsheets.DeveloperMetadata.Search search(String spreadsheetId,
SearchDeveloperMetadataRequest content)
throws IOException
Returns all developer metadata matching the specified DataFilter. If the provided DataFilter
represents a DeveloperMetadataLookup object, this will return all DeveloperMetadata entries
selected by it. If the DataFilter represents a location in a spreadsheet, this will return all
developer metadata associated with locations intersecting that region.
Create a request for the method "developerMetadata.search".
This request holds the parameters needed by the sheets server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
spreadsheetId
- The ID of the spreadsheet to retrieve metadata from.
content
- the SearchDeveloperMetadataRequest
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2018 Google. All rights reserved.