sheets  v4
Classes | Public Member Functions | List of all members
Google.Apis.Sheets.v4.SpreadsheetsResource.DeveloperMetadataResource Class Reference

The "developerMetadata" collection of methods. More...

Classes

class  GetRequest
 Returns the developer metadata with the specified ID. The caller must specify the spreadsheet ID and the developer metadata's unique metadataId. More...
 
class  SearchRequest
 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. More...
 

Public Member Functions

 DeveloperMetadataResource (Google.Apis.Services.IClientService service)
 Constructs a new resource. More...
 
virtual GetRequest Get (string spreadsheetId, int metadataId)
 Returns the developer metadata with the specified ID. The caller must specify the spreadsheet ID and the developer metadata's unique metadataId. More...
 
virtual SearchRequest Search (Google.Apis.Sheets.v4.Data.SearchDeveloperMetadataRequest body, string spreadsheetId)
 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. More...
 

Detailed Description

The "developerMetadata" collection of methods.

Constructor & Destructor Documentation

◆ DeveloperMetadataResource()

Google.Apis.Sheets.v4.SpreadsheetsResource.DeveloperMetadataResource.DeveloperMetadataResource ( Google.Apis.Services.IClientService  service)
inline

Constructs a new resource.

Member Function Documentation

◆ Get()

virtual GetRequest Google.Apis.Sheets.v4.SpreadsheetsResource.DeveloperMetadataResource.Get ( string  spreadsheetId,
int  metadataId 
)
inlinevirtual

Returns the developer metadata with the specified ID. The caller must specify the spreadsheet ID and the developer metadata's unique metadataId.

Parameters
spreadsheetIdThe ID of the spreadsheet to retrieve metadata from.
metadataIdThe ID of the developer metadata to retrieve.

◆ Search()

virtual SearchRequest Google.Apis.Sheets.v4.SpreadsheetsResource.DeveloperMetadataResource.Search ( Google.Apis.Sheets.v4.Data.SearchDeveloperMetadataRequest  body,
string  spreadsheetId 
)
inlinevirtual

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.

Parameters
bodyThe body of the request.
spreadsheetIdThe ID of the spreadsheet to retrieve metadata from.

The documentation for this class was generated from the following file: