Class SpreadsheetsResource.DeveloperMetadataResource
The "developerMetadata" collection of methods.
Inherited Members
Namespace: Google.Apis.Sheets.v4
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class SpreadsheetsResource.DeveloperMetadataResource
Constructors
DeveloperMetadataResource(IClientService)
Constructs a new resource.
Declaration
public DeveloperMetadataResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Get(string, int)
Returns the developer metadata with the specified ID. The caller must specify the spreadsheet ID and the developer metadata's unique metadataId. For more information, see Read, write, and search metadata.
Declaration
public virtual SpreadsheetsResource.DeveloperMetadataResource.GetRequest Get(string spreadsheetId, int metadataId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | spreadsheetId | The ID of the spreadsheet to retrieve metadata from. |
| int | metadataId | The ID of the developer metadata to retrieve. |
Returns
| Type | Description |
|---|---|
| SpreadsheetsResource.DeveloperMetadataResource.GetRequest |
Search(SearchDeveloperMetadataRequest, string)
Returns all developer metadata matching the specified DataFilter. For more information, see Read, write, and search metadata. 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.
Declaration
public virtual SpreadsheetsResource.DeveloperMetadataResource.SearchRequest Search(SearchDeveloperMetadataRequest body, string spreadsheetId)
Parameters
| Type | Name | Description |
|---|---|---|
| SearchDeveloperMetadataRequest | body | The body of the request. |
| string | spreadsheetId | The ID of the spreadsheet to retrieve metadata from. |
Returns
| Type | Description |
|---|---|
| SpreadsheetsResource.DeveloperMetadataResource.SearchRequest |