generated/google/apis/displayvideo_v1/service.rb in google-api-client-0.46.1 vs generated/google/apis/displayvideo_v1/service.rb in google-api-client-0.46.2
- old
+ new
@@ -4615,17 +4615,17 @@
# @param [String] filter
# Allows filtering by targeting option properties. Supported syntax: * Filter
# expressions are made up of one or more restrictions. * Restrictions can be
# combined by `OR` logical operators. * A restriction has the form of ``field` `
# operator` `value``. * The operator must be "=" (equal sign). * Supported
- # fields: - `carrier_and_isp_details.type` - `geo_region_details.geo_region_type`
- # - `targetingOptionId` Examples: * All `GEO REGION` targeting options that
- # belong to sub type `GEO_REGION_TYPE_COUNTRY` or `GEO_REGION_TYPE_STATE`: `
- # geo_region_details.geo_region_type="GEO_REGION_TYPE_COUNTRY" OR
- # geo_region_details.geo_region_type="GEO_REGION_TYPE_STATE"` * All `CARRIER AND
- # ISP` targeting options that belong to sub type `CARRIER_AND_ISP_TYPE_CARRIER`:
- # `carrier_and_isp_details.type="CARRIER_AND_ISP_TYPE_CARRIER"`. The length of
- # this field should be no more than 500 characters.
+ # fields: - `carrierAndIspDetails.type` - `geoRegionDetails.geoRegionType` - `
+ # targetingOptionId` Examples: * All `GEO REGION` targeting options that belong
+ # to sub type `GEO_REGION_TYPE_COUNTRY` or `GEO_REGION_TYPE_STATE`: `
+ # geoRegionDetails.geoRegionType="GEO_REGION_TYPE_COUNTRY" OR geoRegionDetails.
+ # geoRegionType="GEO_REGION_TYPE_STATE"` * All `CARRIER AND ISP` targeting
+ # options that belong to sub type `CARRIER_AND_ISP_TYPE_CARRIER`: `
+ # carrierAndIspDetails.type="CARRIER_AND_ISP_TYPE_CARRIER"`. The length of this
+ # field should be no more than 500 characters.
# @param [String] order_by
# Field by which to sort the list. Acceptable values are: * `targetingOptionId` (
# default) The default sorting order is ascending. To specify descending order
# for a field, a suffix "desc" should be added to the field name. Example: `
# targetingOptionId desc`.