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

target.apidocs.com.google.api.services.content.model.DatafeedTarget.html Maven / Gradle / Ivy







DatafeedTarget (Content API for Shopping v2.1-rev20190513-1.28.0)












com.google.api.services.content.model

Class DatafeedTarget

    • Constructor Detail

      • DatafeedTarget

        public DatafeedTarget()
    • Method Detail

      • getCountry

        public String getCountry()
        The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
        Returns:
        value or null for none
      • setCountry

        public DatafeedTarget setCountry(String country)
        The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
        Parameters:
        country - country or null for none
      • getExcludedDestinations

        public List<String> getExcludedDestinations()
        The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center).
        Returns:
        value or null for none
      • setExcludedDestinations

        public DatafeedTarget setExcludedDestinations(List<String> excludedDestinations)
        The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center).
        Parameters:
        excludedDestinations - excludedDestinations or null for none
      • getIncludedDestinations

        public List<String> getIncludedDestinations()
        The list of destinations to include for this target (corresponds to checked check boxes in Merchant Center). Default destinations are always included unless provided in the excluded_destination field.
        Returns:
        value or null for none
      • setIncludedDestinations

        public DatafeedTarget setIncludedDestinations(List<String> includedDestinations)
        The list of destinations to include for this target (corresponds to checked check boxes in Merchant Center). Default destinations are always included unless provided in the excluded_destination field.
        Parameters:
        includedDestinations - includedDestinations or null for none
      • getLanguage

        public String getLanguage()
        The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for targets[].country.
        Returns:
        value or null for none
      • setLanguage

        public DatafeedTarget setLanguage(String language)
        The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for targets[].country.
        Parameters:
        language - language or null for none
      • set

        public DatafeedTarget set(String fieldName,
                                  Object value)
        Overrides:
        set in class com.google.api.client.json.GenericJson
      • clone

        public DatafeedTarget clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2019 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy