All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.sheets.v4.Sheets.Spreadsheets.DeveloperMetadata.html Maven / Gradle / Ivy

There is a newer version: v4-rev20240423-2.0.0
Show newest version






Sheets.Spreadsheets.DeveloperMetadata (Google Sheets API v4-rev20240319-2.0.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.
    • Constructor Detail

      • DeveloperMetadata

        public DeveloperMetadata()
    • 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–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy