type SetValue (v202411)

  • The SetValue object in the Publisher Query Language Service contains a set of Values, which can be of various types like BooleanValue, DateTimeValue, NumberValue, etc.

  • SetValue objects cannot contain duplicate values and all values within a single SetValue must be of the same type.

  • This service allows for querying and filtering data based on specific sets of values within the Google Ad Manager system.

  • SetValue inherits from the broader Value object and is part of the https://www.google.com/apis/ads/publisher/v202411 namespace.

  • The values field within SetValue stores the actual array of values, ensuring a structured approach to data representation.

Contains a set of Values. May not contain duplicates.


Namespace
https://www.google.com/apis/ads/publisher/v202411

Field

Value (inherited)
SetValue

values

  1. Value[]
    1. ObjectValue
      1. ChangeHistoryValue
      2. TargetingValue
    2. BooleanValue
    3. DateTimeValue
    4. DateValue
    5. NumberValue
    6. SetValue
    7. TextValue

The values. They must all be the same type of Value and not contain duplicates.