google-apis-displayvideo_v1 0.12.0 → 0.16.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 19e787d76ed9d2ab56f2e1d83961a5529592577003bee0ecbdea6f5c36ff2174
4
- data.tar.gz: '069b78445ae525118a596c27e2f3a70872a5c1952331d3b63fe88bc856872a1b'
3
+ metadata.gz: ae8cc1ee97672aa35b6ad277f74592a7ec54059d27a10adfdda027397577180b
4
+ data.tar.gz: 4a17415f5272837475ac22c185fe9f00077d2d7d107f6f903a81c1f96f97a9cc
5
5
  SHA512:
6
- metadata.gz: 4713ad7d29112ec0e07e7b7c6639b1ae8253b542b4f3a934cc107600b3b43197dca1b2dcfd2ef99af03eeac86e2ea92eaaecfbe9dcf9c6a2ee5775ff950f0801
7
- data.tar.gz: af968d100e6ad2abfe2ef191dbd31be6d45c766ef018b1621bfbb3c734edc634d0dc145621e8df6485282812b7a721f3f929fa170807953edad34252910cdece
6
+ metadata.gz: 6bb0d6812410696b81fcb8578d604a03abe0a5ce2bb4ee6efe32a14888ba5dc7841a6ec3d664dd20cee8933c391204fddb13e5441614325e060eeaa50f5150f1
7
+ data.tar.gz: ed33c7e5dc44106dc5b866ecceaa9c6404aac28587d86992a08ce4e71788abce9544c27643348a4fba18b327acb9073d509b507066763027f8fc2febb8ff3a9a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-displayvideo_v1
2
2
 
3
+ ### v0.16.0 (2021-09-10)
4
+
5
+ * Regenerated from discovery document revision 20210909
6
+
7
+ ### v0.15.0 (2021-09-03)
8
+
9
+ * Regenerated from discovery document revision 20210902
10
+
11
+ ### v0.14.0 (2021-07-23)
12
+
13
+ * Regenerated from discovery document revision 20210722
14
+
15
+ ### v0.13.0 (2021-07-10)
16
+
17
+ * Regenerated from discovery document revision 20210708
18
+
3
19
  ### v0.12.0 (2021-06-29)
4
20
 
5
21
  * Regenerated using generator version 0.4.0
@@ -735,6 +735,13 @@ module Google
735
735
  # @return [Google::Apis::DisplayvideoV1::BrowserAssignedTargetingOptionDetails]
736
736
  attr_accessor :browser_details
737
737
 
738
+ # Details for assigned Business chain targeting option. This will be populated
739
+ # in the details field of an AssignedTargetingOption when targeting_type is `
740
+ # TARGETING_TYPE_BUSINESS_CHAIN`.
741
+ # Corresponds to the JSON property `businessChainDetails`
742
+ # @return [Google::Apis::DisplayvideoV1::BusinessChainAssignedTargetingOptionDetails]
743
+ attr_accessor :business_chain_details
744
+
738
745
  # Details for assigned carrier and ISP targeting option. This will be populated
739
746
  # in the details field of an AssignedTargetingOption when targeting_type is `
740
747
  # TARGETING_TYPE_CARRIER_AND_ISP`.
@@ -886,6 +893,13 @@ module Google
886
893
  # @return [Google::Apis::DisplayvideoV1::NegativeKeywordListAssignedTargetingOptionDetails]
887
894
  attr_accessor :negative_keyword_list_details
888
895
 
896
+ # Represents a targetable Open Measurement enabled inventory type. This will be
897
+ # populated in the details field of an AssignedTargetingOption when
898
+ # targeting_type is `TARGETING_TYPE_OMID`.
899
+ # Corresponds to the JSON property `omidDetails`
900
+ # @return [Google::Apis::DisplayvideoV1::OmidAssignedTargetingOptionDetails]
901
+ attr_accessor :omid_details
902
+
889
903
  # On screen position targeting option details. This will be populated in the
890
904
  # on_screen_position_details field when targeting_type is `
891
905
  # TARGETING_TYPE_ON_SCREEN_POSITION`.
@@ -907,6 +921,13 @@ module Google
907
921
  # @return [Google::Apis::DisplayvideoV1::ParentalStatusAssignedTargetingOptionDetails]
908
922
  attr_accessor :parental_status_details
909
923
 
924
+ # Details for assigned POI targeting option. This will be populated in the
925
+ # details field of an AssignedTargetingOption when targeting_type is `
926
+ # TARGETING_TYPE_POI`.
927
+ # Corresponds to the JSON property `poiDetails`
928
+ # @return [Google::Apis::DisplayvideoV1::PoiAssignedTargetingOptionDetails]
929
+ attr_accessor :poi_details
930
+
910
931
  # Targeting details for proximity location list. This will be populated in the
911
932
  # details field of an AssignedTargetingOption when targeting_type is `
912
933
  # TARGETING_TYPE_PROXIMITY_LOCATION_LIST`.
@@ -990,6 +1011,7 @@ module Google
990
1011
  @audience_group_details = args[:audience_group_details] if args.key?(:audience_group_details)
991
1012
  @authorized_seller_status_details = args[:authorized_seller_status_details] if args.key?(:authorized_seller_status_details)
992
1013
  @browser_details = args[:browser_details] if args.key?(:browser_details)
1014
+ @business_chain_details = args[:business_chain_details] if args.key?(:business_chain_details)
993
1015
  @carrier_and_isp_details = args[:carrier_and_isp_details] if args.key?(:carrier_and_isp_details)
994
1016
  @category_details = args[:category_details] if args.key?(:category_details)
995
1017
  @channel_details = args[:channel_details] if args.key?(:channel_details)
@@ -1012,9 +1034,11 @@ module Google
1012
1034
  @name = args[:name] if args.key?(:name)
1013
1035
  @native_content_position_details = args[:native_content_position_details] if args.key?(:native_content_position_details)
1014
1036
  @negative_keyword_list_details = args[:negative_keyword_list_details] if args.key?(:negative_keyword_list_details)
1037
+ @omid_details = args[:omid_details] if args.key?(:omid_details)
1015
1038
  @on_screen_position_details = args[:on_screen_position_details] if args.key?(:on_screen_position_details)
1016
1039
  @operating_system_details = args[:operating_system_details] if args.key?(:operating_system_details)
1017
1040
  @parental_status_details = args[:parental_status_details] if args.key?(:parental_status_details)
1041
+ @poi_details = args[:poi_details] if args.key?(:poi_details)
1018
1042
  @proximity_location_list_details = args[:proximity_location_list_details] if args.key?(:proximity_location_list_details)
1019
1043
  @regional_location_list_details = args[:regional_location_list_details] if args.key?(:regional_location_list_details)
1020
1044
  @sensitive_category_exclusion_details = args[:sensitive_category_exclusion_details] if args.key?(:sensitive_category_exclusion_details)
@@ -1433,7 +1457,7 @@ module Google
1433
1457
  # The assigned targeting options to create in batch, specified as a list of `
1434
1458
  # CreateAssignedTargetingOptionsRequest`. Supported targeting types: * `
1435
1459
  # TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `
1436
- # TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION`
1460
+ # TARGETING_TYPE_OMID` * `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION`
1437
1461
  # Corresponds to the JSON property `createRequests`
1438
1462
  # @return [Array<Google::Apis::DisplayvideoV1::CreateAssignedTargetingOptionsRequest>]
1439
1463
  attr_accessor :create_requests
@@ -1441,7 +1465,7 @@ module Google
1441
1465
  # The assigned targeting options to delete in batch, specified as a list of `
1442
1466
  # DeleteAssignedTargetingOptionsRequest`. Supported targeting types: * `
1443
1467
  # TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `
1444
- # TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION`
1468
+ # TARGETING_TYPE_OMID` * `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION`
1445
1469
  # Corresponds to the JSON property `deleteRequests`
1446
1470
  # @return [Array<Google::Apis::DisplayvideoV1::DeleteAssignedTargetingOptionsRequest>]
1447
1471
  attr_accessor :delete_requests
@@ -1949,6 +1973,111 @@ module Google
1949
1973
  end
1950
1974
  end
1951
1975
 
1976
+ # Details for assigned Business chain targeting option. This will be populated
1977
+ # in the details field of an AssignedTargetingOption when targeting_type is `
1978
+ # TARGETING_TYPE_BUSINESS_CHAIN`.
1979
+ class BusinessChainAssignedTargetingOptionDetails
1980
+ include Google::Apis::Core::Hashable
1981
+
1982
+ # Output only. The display name of a business chain, e.g. "KFC", "Chase Bank".
1983
+ # Corresponds to the JSON property `displayName`
1984
+ # @return [String]
1985
+ attr_accessor :display_name
1986
+
1987
+ # Required. The radius of the area around the business chain that will be
1988
+ # targeted. The units of the radius are specified by proximity_radius_unit. Must
1989
+ # be 1 to 800 if unit is `DISTANCE_UNIT_KILOMETERS` and 1 to 500 if unit is `
1990
+ # DISTANCE_UNIT_MILES`. The minimum increment for both cases is 0.1. Inputs will
1991
+ # be rounded to the nearest acceptable value if it is too granular, e.g. 15.57
1992
+ # will become 15.6.
1993
+ # Corresponds to the JSON property `proximityRadiusAmount`
1994
+ # @return [Float]
1995
+ attr_accessor :proximity_radius_amount
1996
+
1997
+ # Required. The unit of distance by which the targeting radius is measured.
1998
+ # Corresponds to the JSON property `proximityRadiusUnit`
1999
+ # @return [String]
2000
+ attr_accessor :proximity_radius_unit
2001
+
2002
+ # Required. The targeting_option_id of a TargetingOption of type `
2003
+ # TARGETING_TYPE_BUSINESS_CHAIN`.
2004
+ # Corresponds to the JSON property `targetingOptionId`
2005
+ # @return [String]
2006
+ attr_accessor :targeting_option_id
2007
+
2008
+ def initialize(**args)
2009
+ update!(**args)
2010
+ end
2011
+
2012
+ # Update properties of this object
2013
+ def update!(**args)
2014
+ @display_name = args[:display_name] if args.key?(:display_name)
2015
+ @proximity_radius_amount = args[:proximity_radius_amount] if args.key?(:proximity_radius_amount)
2016
+ @proximity_radius_unit = args[:proximity_radius_unit] if args.key?(:proximity_radius_unit)
2017
+ @targeting_option_id = args[:targeting_option_id] if args.key?(:targeting_option_id)
2018
+ end
2019
+ end
2020
+
2021
+ # Search terms for Business Chain targeting options. At least one of the field
2022
+ # should be populated.
2023
+ class BusinessChainSearchTerms
2024
+ include Google::Apis::Core::Hashable
2025
+
2026
+ # The search query for the desired business chain. The query must be the full
2027
+ # name of the business, e.g. "KFC", "mercedes-benz".
2028
+ # Corresponds to the JSON property `businessChainQuery`
2029
+ # @return [String]
2030
+ attr_accessor :business_chain_query
2031
+
2032
+ # The search query for the desired geo region, e.g. "Seattle", "United State".
2033
+ # Corresponds to the JSON property `regionQuery`
2034
+ # @return [String]
2035
+ attr_accessor :region_query
2036
+
2037
+ def initialize(**args)
2038
+ update!(**args)
2039
+ end
2040
+
2041
+ # Update properties of this object
2042
+ def update!(**args)
2043
+ @business_chain_query = args[:business_chain_query] if args.key?(:business_chain_query)
2044
+ @region_query = args[:region_query] if args.key?(:region_query)
2045
+ end
2046
+ end
2047
+
2048
+ # Represents a targetable business chain within a geo region. This will be
2049
+ # populated in the business_chain_details field when targeting_type is `
2050
+ # TARGETING_TYPE_BUSINESS_CHAIN`.
2051
+ class BusinessChainTargetingOptionDetails
2052
+ include Google::Apis::Core::Hashable
2053
+
2054
+ # Output only. The display name of the business chain, e.g. "KFC", "Chase Bank".
2055
+ # Corresponds to the JSON property `businessChain`
2056
+ # @return [String]
2057
+ attr_accessor :business_chain
2058
+
2059
+ # Output only. The display name of the geographic region, e.g. "Ontario, Canada".
2060
+ # Corresponds to the JSON property `geoRegion`
2061
+ # @return [String]
2062
+ attr_accessor :geo_region
2063
+
2064
+ # Output only. The type of the geographic region.
2065
+ # Corresponds to the JSON property `geoRegionType`
2066
+ # @return [String]
2067
+ attr_accessor :geo_region_type
2068
+
2069
+ def initialize(**args)
2070
+ update!(**args)
2071
+ end
2072
+
2073
+ # Update properties of this object
2074
+ def update!(**args)
2075
+ @business_chain = args[:business_chain] if args.key?(:business_chain)
2076
+ @geo_region = args[:geo_region] if args.key?(:geo_region)
2077
+ @geo_region_type = args[:geo_region_type] if args.key?(:geo_region_type)
2078
+ end
2079
+ end
2080
+
1952
2081
  # A single campaign.
1953
2082
  class Campaign
1954
2083
  include Google::Apis::Core::Hashable
@@ -3297,6 +3426,11 @@ module Google
3297
3426
  # @return [Fixnum]
3298
3427
  attr_accessor :custom_bidding_algorithm_id
3299
3428
 
3429
+ # Output only. The status of custom bidding algorithm.
3430
+ # Corresponds to the JSON property `customBiddingAlgorithmState`
3431
+ # @return [String]
3432
+ attr_accessor :custom_bidding_algorithm_state
3433
+
3300
3434
  # Required. Immutable. The type of custom bidding algorithm.
3301
3435
  # Corresponds to the JSON property `customBiddingAlgorithmType`
3302
3436
  # @return [String]
@@ -3325,6 +3459,13 @@ module Google
3325
3459
  # @return [Fixnum]
3326
3460
  attr_accessor :partner_id
3327
3461
 
3462
+ # The IDs of the advertisers who have access to this algorithm. This field will
3463
+ # not be set if the algorithm owner is a partner and is being retrieved using an
3464
+ # advertiser accessor.
3465
+ # Corresponds to the JSON property `sharedAdvertiserIds`
3466
+ # @return [Array<Fixnum>]
3467
+ attr_accessor :shared_advertiser_ids
3468
+
3328
3469
  def initialize(**args)
3329
3470
  update!(**args)
3330
3471
  end
@@ -3333,11 +3474,13 @@ module Google
3333
3474
  def update!(**args)
3334
3475
  @advertiser_id = args[:advertiser_id] if args.key?(:advertiser_id)
3335
3476
  @custom_bidding_algorithm_id = args[:custom_bidding_algorithm_id] if args.key?(:custom_bidding_algorithm_id)
3477
+ @custom_bidding_algorithm_state = args[:custom_bidding_algorithm_state] if args.key?(:custom_bidding_algorithm_state)
3336
3478
  @custom_bidding_algorithm_type = args[:custom_bidding_algorithm_type] if args.key?(:custom_bidding_algorithm_type)
3337
3479
  @display_name = args[:display_name] if args.key?(:display_name)
3338
3480
  @entity_status = args[:entity_status] if args.key?(:entity_status)
3339
3481
  @name = args[:name] if args.key?(:name)
3340
3482
  @partner_id = args[:partner_id] if args.key?(:partner_id)
3483
+ @shared_advertiser_ids = args[:shared_advertiser_ids] if args.key?(:shared_advertiser_ids)
3341
3484
  end
3342
3485
  end
3343
3486
 
@@ -7308,6 +7451,55 @@ module Google
7308
7451
  end
7309
7452
  end
7310
7453
 
7454
+ # Represents a targetable Open Measurement enabled inventory type. This will be
7455
+ # populated in the details field of an AssignedTargetingOption when
7456
+ # targeting_type is `TARGETING_TYPE_OMID`.
7457
+ class OmidAssignedTargetingOptionDetails
7458
+ include Google::Apis::Core::Hashable
7459
+
7460
+ # Output only. The type of Open Measurement enabled inventory.
7461
+ # Corresponds to the JSON property `omid`
7462
+ # @return [String]
7463
+ attr_accessor :omid
7464
+
7465
+ # Required. The targeting_option_id of a TargetingOption of type `
7466
+ # TARGETING_TYPE_OMID`.
7467
+ # Corresponds to the JSON property `targetingOptionId`
7468
+ # @return [String]
7469
+ attr_accessor :targeting_option_id
7470
+
7471
+ def initialize(**args)
7472
+ update!(**args)
7473
+ end
7474
+
7475
+ # Update properties of this object
7476
+ def update!(**args)
7477
+ @omid = args[:omid] if args.key?(:omid)
7478
+ @targeting_option_id = args[:targeting_option_id] if args.key?(:targeting_option_id)
7479
+ end
7480
+ end
7481
+
7482
+ # Represents a targetable Open Measurement enabled inventory type. This will be
7483
+ # populated in the omid_details field when targeting_type is `
7484
+ # TARGETING_TYPE_OMID`.
7485
+ class OmidTargetingOptionDetails
7486
+ include Google::Apis::Core::Hashable
7487
+
7488
+ # Output only. The type of Open Measurement enabled inventory.
7489
+ # Corresponds to the JSON property `omid`
7490
+ # @return [String]
7491
+ attr_accessor :omid
7492
+
7493
+ def initialize(**args)
7494
+ update!(**args)
7495
+ end
7496
+
7497
+ # Update properties of this object
7498
+ def update!(**args)
7499
+ @omid = args[:omid] if args.key?(:omid)
7500
+ end
7501
+ end
7502
+
7311
7503
  # On screen position targeting option details. This will be populated in the
7312
7504
  # on_screen_position_details field when targeting_type is `
7313
7505
  # TARGETING_TYPE_ON_SCREEN_POSITION`.
@@ -7958,6 +8150,116 @@ module Google
7958
8150
  end
7959
8151
  end
7960
8152
 
8153
+ # Details for assigned POI targeting option. This will be populated in the
8154
+ # details field of an AssignedTargetingOption when targeting_type is `
8155
+ # TARGETING_TYPE_POI`.
8156
+ class PoiAssignedTargetingOptionDetails
8157
+ include Google::Apis::Core::Hashable
8158
+
8159
+ # Output only. The display name of a POI, e.g. "Times Square", "Space Needle",
8160
+ # followed by its full address if available.
8161
+ # Corresponds to the JSON property `displayName`
8162
+ # @return [String]
8163
+ attr_accessor :display_name
8164
+
8165
+ # Output only. Latitude of the POI rounding to 6th decimal place.
8166
+ # Corresponds to the JSON property `latitude`
8167
+ # @return [Float]
8168
+ attr_accessor :latitude
8169
+
8170
+ # Output only. Longitude of the POI rounding to 6th decimal place.
8171
+ # Corresponds to the JSON property `longitude`
8172
+ # @return [Float]
8173
+ attr_accessor :longitude
8174
+
8175
+ # Required. The radius of the area around the POI that will be targeted. The
8176
+ # units of the radius are specified by proximity_radius_unit. Must be 1 to 800
8177
+ # if unit is `DISTANCE_UNIT_KILOMETERS` and 1 to 500 if unit is `
8178
+ # DISTANCE_UNIT_MILES`.
8179
+ # Corresponds to the JSON property `proximityRadiusAmount`
8180
+ # @return [Float]
8181
+ attr_accessor :proximity_radius_amount
8182
+
8183
+ # Required. The unit of distance by which the targeting radius is measured.
8184
+ # Corresponds to the JSON property `proximityRadiusUnit`
8185
+ # @return [String]
8186
+ attr_accessor :proximity_radius_unit
8187
+
8188
+ # Required. The targeting_option_id of a TargetingOption of type `
8189
+ # TARGETING_TYPE_POI` or reuse an existing assigned_targeting_option_id.
8190
+ # Corresponds to the JSON property `targetingOptionId`
8191
+ # @return [String]
8192
+ attr_accessor :targeting_option_id
8193
+
8194
+ def initialize(**args)
8195
+ update!(**args)
8196
+ end
8197
+
8198
+ # Update properties of this object
8199
+ def update!(**args)
8200
+ @display_name = args[:display_name] if args.key?(:display_name)
8201
+ @latitude = args[:latitude] if args.key?(:latitude)
8202
+ @longitude = args[:longitude] if args.key?(:longitude)
8203
+ @proximity_radius_amount = args[:proximity_radius_amount] if args.key?(:proximity_radius_amount)
8204
+ @proximity_radius_unit = args[:proximity_radius_unit] if args.key?(:proximity_radius_unit)
8205
+ @targeting_option_id = args[:targeting_option_id] if args.key?(:targeting_option_id)
8206
+ end
8207
+ end
8208
+
8209
+ # Search terms for POI targeting options.
8210
+ class PoiSearchTerms
8211
+ include Google::Apis::Core::Hashable
8212
+
8213
+ # The search query for the desired POI name, street address, or coordinate of
8214
+ # the desired POI. The query can be a prefix, e.g. "Times squar", "40.7505045,-
8215
+ # 73.99562", "315 W 44th St", etc.
8216
+ # Corresponds to the JSON property `poiQuery`
8217
+ # @return [String]
8218
+ attr_accessor :poi_query
8219
+
8220
+ def initialize(**args)
8221
+ update!(**args)
8222
+ end
8223
+
8224
+ # Update properties of this object
8225
+ def update!(**args)
8226
+ @poi_query = args[:poi_query] if args.key?(:poi_query)
8227
+ end
8228
+ end
8229
+
8230
+ # Represents a targetable point of interest(POI). This will be populated in the
8231
+ # poi_details field when targeting_type is `TARGETING_TYPE_POI`.
8232
+ class PoiTargetingOptionDetails
8233
+ include Google::Apis::Core::Hashable
8234
+
8235
+ # Output only. The display name of a POI(e.g. "Times Square", "Space Needle"),
8236
+ # followed by its full address if available.
8237
+ # Corresponds to the JSON property `displayName`
8238
+ # @return [String]
8239
+ attr_accessor :display_name
8240
+
8241
+ # Output only. Latitude of the POI rounding to 6th decimal place.
8242
+ # Corresponds to the JSON property `latitude`
8243
+ # @return [Float]
8244
+ attr_accessor :latitude
8245
+
8246
+ # Output only. Longitude of the POI rounding to 6th decimal place.
8247
+ # Corresponds to the JSON property `longitude`
8248
+ # @return [Float]
8249
+ attr_accessor :longitude
8250
+
8251
+ def initialize(**args)
8252
+ update!(**args)
8253
+ end
8254
+
8255
+ # Update properties of this object
8256
+ def update!(**args)
8257
+ @display_name = args[:display_name] if args.key?(:display_name)
8258
+ @latitude = args[:latitude] if args.key?(:latitude)
8259
+ @longitude = args[:longitude] if args.key?(:longitude)
8260
+ end
8261
+ end
8262
+
7961
8263
  # Settings specific to the Mediaocean Prisma tool.
7962
8264
  class PrismaConfig
7963
8265
  include Google::Apis::Core::Hashable
@@ -8374,6 +8676,12 @@ module Google
8374
8676
  # @return [Fixnum]
8375
8677
  attr_accessor :advertiser_id
8376
8678
 
8679
+ # Search terms for Business Chain targeting options. At least one of the field
8680
+ # should be populated.
8681
+ # Corresponds to the JSON property `businessChainSearchTerms`
8682
+ # @return [Google::Apis::DisplayvideoV1::BusinessChainSearchTerms]
8683
+ attr_accessor :business_chain_search_terms
8684
+
8377
8685
  # Search terms for geo region targeting options.
8378
8686
  # Corresponds to the JSON property `geoRegionSearchTerms`
8379
8687
  # @return [Google::Apis::DisplayvideoV1::GeoRegionSearchTerms]
@@ -8394,6 +8702,11 @@ module Google
8394
8702
  # @return [String]
8395
8703
  attr_accessor :page_token
8396
8704
 
8705
+ # Search terms for POI targeting options.
8706
+ # Corresponds to the JSON property `poiSearchTerms`
8707
+ # @return [Google::Apis::DisplayvideoV1::PoiSearchTerms]
8708
+ attr_accessor :poi_search_terms
8709
+
8397
8710
  def initialize(**args)
8398
8711
  update!(**args)
8399
8712
  end
@@ -8401,13 +8714,15 @@ module Google
8401
8714
  # Update properties of this object
8402
8715
  def update!(**args)
8403
8716
  @advertiser_id = args[:advertiser_id] if args.key?(:advertiser_id)
8717
+ @business_chain_search_terms = args[:business_chain_search_terms] if args.key?(:business_chain_search_terms)
8404
8718
  @geo_region_search_terms = args[:geo_region_search_terms] if args.key?(:geo_region_search_terms)
8405
8719
  @page_size = args[:page_size] if args.key?(:page_size)
8406
8720
  @page_token = args[:page_token] if args.key?(:page_token)
8721
+ @poi_search_terms = args[:poi_search_terms] if args.key?(:poi_search_terms)
8407
8722
  end
8408
8723
  end
8409
8724
 
8410
- # Response message for SearchTargetingOptionsResponse.
8725
+ # Response message for SearchTargetingOptions.
8411
8726
  class SearchTargetingOptionsResponse
8412
8727
  include Google::Apis::Core::Hashable
8413
8728
 
@@ -8654,6 +8969,13 @@ module Google
8654
8969
  # @return [Google::Apis::DisplayvideoV1::BrowserTargetingOptionDetails]
8655
8970
  attr_accessor :browser_details
8656
8971
 
8972
+ # Represents a targetable business chain within a geo region. This will be
8973
+ # populated in the business_chain_details field when targeting_type is `
8974
+ # TARGETING_TYPE_BUSINESS_CHAIN`.
8975
+ # Corresponds to the JSON property `businessChainDetails`
8976
+ # @return [Google::Apis::DisplayvideoV1::BusinessChainTargetingOptionDetails]
8977
+ attr_accessor :business_chain_details
8978
+
8657
8979
  # Represents a targetable carrier or ISP. This will be populated in the
8658
8980
  # carrier_and_isp_details field of a TargetingOption when targeting_type is `
8659
8981
  # TARGETING_TYPE_CARRIER_AND_ISP`.
@@ -8756,6 +9078,13 @@ module Google
8756
9078
  # @return [Google::Apis::DisplayvideoV1::NativeContentPositionTargetingOptionDetails]
8757
9079
  attr_accessor :native_content_position_details
8758
9080
 
9081
+ # Represents a targetable Open Measurement enabled inventory type. This will be
9082
+ # populated in the omid_details field when targeting_type is `
9083
+ # TARGETING_TYPE_OMID`.
9084
+ # Corresponds to the JSON property `omidDetails`
9085
+ # @return [Google::Apis::DisplayvideoV1::OmidTargetingOptionDetails]
9086
+ attr_accessor :omid_details
9087
+
8759
9088
  # Represents a targetable on screen position, which could be used by display and
8760
9089
  # video ads. This will be populated in the on_screen_position_details field when
8761
9090
  # targeting_type is `TARGETING_TYPE_ON_SCREEN_POSITION`.
@@ -8777,6 +9106,12 @@ module Google
8777
9106
  # @return [Google::Apis::DisplayvideoV1::ParentalStatusTargetingOptionDetails]
8778
9107
  attr_accessor :parental_status_details
8779
9108
 
9109
+ # Represents a targetable point of interest(POI). This will be populated in the
9110
+ # poi_details field when targeting_type is `TARGETING_TYPE_POI`.
9111
+ # Corresponds to the JSON property `poiDetails`
9112
+ # @return [Google::Apis::DisplayvideoV1::PoiTargetingOptionDetails]
9113
+ attr_accessor :poi_details
9114
+
8780
9115
  # Represents a targetable sensitive category. This will be populated in the
8781
9116
  # sensitive_category_details field of the TargetingOption when targeting_type is
8782
9117
  # `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION`.
@@ -8833,6 +9168,7 @@ module Google
8833
9168
  @app_category_details = args[:app_category_details] if args.key?(:app_category_details)
8834
9169
  @authorized_seller_status_details = args[:authorized_seller_status_details] if args.key?(:authorized_seller_status_details)
8835
9170
  @browser_details = args[:browser_details] if args.key?(:browser_details)
9171
+ @business_chain_details = args[:business_chain_details] if args.key?(:business_chain_details)
8836
9172
  @carrier_and_isp_details = args[:carrier_and_isp_details] if args.key?(:carrier_and_isp_details)
8837
9173
  @category_details = args[:category_details] if args.key?(:category_details)
8838
9174
  @content_instream_position_details = args[:content_instream_position_details] if args.key?(:content_instream_position_details)
@@ -8848,9 +9184,11 @@ module Google
8848
9184
  @language_details = args[:language_details] if args.key?(:language_details)
8849
9185
  @name = args[:name] if args.key?(:name)
8850
9186
  @native_content_position_details = args[:native_content_position_details] if args.key?(:native_content_position_details)
9187
+ @omid_details = args[:omid_details] if args.key?(:omid_details)
8851
9188
  @on_screen_position_details = args[:on_screen_position_details] if args.key?(:on_screen_position_details)
8852
9189
  @operating_system_details = args[:operating_system_details] if args.key?(:operating_system_details)
8853
9190
  @parental_status_details = args[:parental_status_details] if args.key?(:parental_status_details)
9191
+ @poi_details = args[:poi_details] if args.key?(:poi_details)
8854
9192
  @sensitive_category_details = args[:sensitive_category_details] if args.key?(:sensitive_category_details)
8855
9193
  @sub_exchange_details = args[:sub_exchange_details] if args.key?(:sub_exchange_details)
8856
9194
  @targeting_option_id = args[:targeting_option_id] if args.key?(:targeting_option_id)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DisplayvideoV1
18
18
  # Version of the google-apis-displayvideo_v1 gem
19
- GEM_VERSION = "0.12.0"
19
+ GEM_VERSION = "0.16.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210603"
25
+ REVISION = "20210909"
26
26
  end
27
27
  end
28
28
  end
@@ -322,6 +322,24 @@ module Google
322
322
  include Google::Apis::Core::JsonObjectSupport
323
323
  end
324
324
 
325
+ class BusinessChainAssignedTargetingOptionDetails
326
+ class Representation < Google::Apis::Core::JsonRepresentation; end
327
+
328
+ include Google::Apis::Core::JsonObjectSupport
329
+ end
330
+
331
+ class BusinessChainSearchTerms
332
+ class Representation < Google::Apis::Core::JsonRepresentation; end
333
+
334
+ include Google::Apis::Core::JsonObjectSupport
335
+ end
336
+
337
+ class BusinessChainTargetingOptionDetails
338
+ class Representation < Google::Apis::Core::JsonRepresentation; end
339
+
340
+ include Google::Apis::Core::JsonObjectSupport
341
+ end
342
+
325
343
  class Campaign
326
344
  class Representation < Google::Apis::Core::JsonRepresentation; end
327
345
 
@@ -1162,6 +1180,18 @@ module Google
1162
1180
  include Google::Apis::Core::JsonObjectSupport
1163
1181
  end
1164
1182
 
1183
+ class OmidAssignedTargetingOptionDetails
1184
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1185
+
1186
+ include Google::Apis::Core::JsonObjectSupport
1187
+ end
1188
+
1189
+ class OmidTargetingOptionDetails
1190
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1191
+
1192
+ include Google::Apis::Core::JsonObjectSupport
1193
+ end
1194
+
1165
1195
  class OnScreenPositionAssignedTargetingOptionDetails
1166
1196
  class Representation < Google::Apis::Core::JsonRepresentation; end
1167
1197
 
@@ -1264,6 +1294,24 @@ module Google
1264
1294
  include Google::Apis::Core::JsonObjectSupport
1265
1295
  end
1266
1296
 
1297
+ class PoiAssignedTargetingOptionDetails
1298
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1299
+
1300
+ include Google::Apis::Core::JsonObjectSupport
1301
+ end
1302
+
1303
+ class PoiSearchTerms
1304
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1305
+
1306
+ include Google::Apis::Core::JsonObjectSupport
1307
+ end
1308
+
1309
+ class PoiTargetingOptionDetails
1310
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1311
+
1312
+ include Google::Apis::Core::JsonObjectSupport
1313
+ end
1314
+
1267
1315
  class PrismaConfig
1268
1316
  class Representation < Google::Apis::Core::JsonRepresentation; end
1269
1317
 
@@ -1698,6 +1746,8 @@ module Google
1698
1746
 
1699
1747
  property :browser_details, as: 'browserDetails', class: Google::Apis::DisplayvideoV1::BrowserAssignedTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV1::BrowserAssignedTargetingOptionDetails::Representation
1700
1748
 
1749
+ property :business_chain_details, as: 'businessChainDetails', class: Google::Apis::DisplayvideoV1::BusinessChainAssignedTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV1::BusinessChainAssignedTargetingOptionDetails::Representation
1750
+
1701
1751
  property :carrier_and_isp_details, as: 'carrierAndIspDetails', class: Google::Apis::DisplayvideoV1::CarrierAndIspAssignedTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV1::CarrierAndIspAssignedTargetingOptionDetails::Representation
1702
1752
 
1703
1753
  property :category_details, as: 'categoryDetails', class: Google::Apis::DisplayvideoV1::CategoryAssignedTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV1::CategoryAssignedTargetingOptionDetails::Representation
@@ -1740,12 +1790,16 @@ module Google
1740
1790
 
1741
1791
  property :negative_keyword_list_details, as: 'negativeKeywordListDetails', class: Google::Apis::DisplayvideoV1::NegativeKeywordListAssignedTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV1::NegativeKeywordListAssignedTargetingOptionDetails::Representation
1742
1792
 
1793
+ property :omid_details, as: 'omidDetails', class: Google::Apis::DisplayvideoV1::OmidAssignedTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV1::OmidAssignedTargetingOptionDetails::Representation
1794
+
1743
1795
  property :on_screen_position_details, as: 'onScreenPositionDetails', class: Google::Apis::DisplayvideoV1::OnScreenPositionAssignedTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV1::OnScreenPositionAssignedTargetingOptionDetails::Representation
1744
1796
 
1745
1797
  property :operating_system_details, as: 'operatingSystemDetails', class: Google::Apis::DisplayvideoV1::OperatingSystemAssignedTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV1::OperatingSystemAssignedTargetingOptionDetails::Representation
1746
1798
 
1747
1799
  property :parental_status_details, as: 'parentalStatusDetails', class: Google::Apis::DisplayvideoV1::ParentalStatusAssignedTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV1::ParentalStatusAssignedTargetingOptionDetails::Representation
1748
1800
 
1801
+ property :poi_details, as: 'poiDetails', class: Google::Apis::DisplayvideoV1::PoiAssignedTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV1::PoiAssignedTargetingOptionDetails::Representation
1802
+
1749
1803
  property :proximity_location_list_details, as: 'proximityLocationListDetails', class: Google::Apis::DisplayvideoV1::ProximityLocationListAssignedTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV1::ProximityLocationListAssignedTargetingOptionDetails::Representation
1750
1804
 
1751
1805
  property :regional_location_list_details, as: 'regionalLocationListDetails', class: Google::Apis::DisplayvideoV1::RegionalLocationListAssignedTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV1::RegionalLocationListAssignedTargetingOptionDetails::Representation
@@ -2052,6 +2106,33 @@ module Google
2052
2106
  end
2053
2107
  end
2054
2108
 
2109
+ class BusinessChainAssignedTargetingOptionDetails
2110
+ # @private
2111
+ class Representation < Google::Apis::Core::JsonRepresentation
2112
+ property :display_name, as: 'displayName'
2113
+ property :proximity_radius_amount, as: 'proximityRadiusAmount'
2114
+ property :proximity_radius_unit, as: 'proximityRadiusUnit'
2115
+ property :targeting_option_id, as: 'targetingOptionId'
2116
+ end
2117
+ end
2118
+
2119
+ class BusinessChainSearchTerms
2120
+ # @private
2121
+ class Representation < Google::Apis::Core::JsonRepresentation
2122
+ property :business_chain_query, as: 'businessChainQuery'
2123
+ property :region_query, as: 'regionQuery'
2124
+ end
2125
+ end
2126
+
2127
+ class BusinessChainTargetingOptionDetails
2128
+ # @private
2129
+ class Representation < Google::Apis::Core::JsonRepresentation
2130
+ property :business_chain, as: 'businessChain'
2131
+ property :geo_region, as: 'geoRegion'
2132
+ property :geo_region_type, as: 'geoRegionType'
2133
+ end
2134
+ end
2135
+
2055
2136
  class Campaign
2056
2137
  # @private
2057
2138
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2377,11 +2458,13 @@ module Google
2377
2458
  class Representation < Google::Apis::Core::JsonRepresentation
2378
2459
  property :advertiser_id, :numeric_string => true, as: 'advertiserId'
2379
2460
  property :custom_bidding_algorithm_id, :numeric_string => true, as: 'customBiddingAlgorithmId'
2461
+ property :custom_bidding_algorithm_state, as: 'customBiddingAlgorithmState'
2380
2462
  property :custom_bidding_algorithm_type, as: 'customBiddingAlgorithmType'
2381
2463
  property :display_name, as: 'displayName'
2382
2464
  property :entity_status, as: 'entityStatus'
2383
2465
  property :name, as: 'name'
2384
2466
  property :partner_id, :numeric_string => true, as: 'partnerId'
2467
+ collection :shared_advertiser_ids, as: 'sharedAdvertiserIds'
2385
2468
  end
2386
2469
  end
2387
2470
 
@@ -3478,6 +3561,21 @@ module Google
3478
3561
  end
3479
3562
  end
3480
3563
 
3564
+ class OmidAssignedTargetingOptionDetails
3565
+ # @private
3566
+ class Representation < Google::Apis::Core::JsonRepresentation
3567
+ property :omid, as: 'omid'
3568
+ property :targeting_option_id, as: 'targetingOptionId'
3569
+ end
3570
+ end
3571
+
3572
+ class OmidTargetingOptionDetails
3573
+ # @private
3574
+ class Representation < Google::Apis::Core::JsonRepresentation
3575
+ property :omid, as: 'omid'
3576
+ end
3577
+ end
3578
+
3481
3579
  class OnScreenPositionAssignedTargetingOptionDetails
3482
3580
  # @private
3483
3581
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3638,6 +3736,34 @@ module Google
3638
3736
  end
3639
3737
  end
3640
3738
 
3739
+ class PoiAssignedTargetingOptionDetails
3740
+ # @private
3741
+ class Representation < Google::Apis::Core::JsonRepresentation
3742
+ property :display_name, as: 'displayName'
3743
+ property :latitude, as: 'latitude'
3744
+ property :longitude, as: 'longitude'
3745
+ property :proximity_radius_amount, as: 'proximityRadiusAmount'
3746
+ property :proximity_radius_unit, as: 'proximityRadiusUnit'
3747
+ property :targeting_option_id, as: 'targetingOptionId'
3748
+ end
3749
+ end
3750
+
3751
+ class PoiSearchTerms
3752
+ # @private
3753
+ class Representation < Google::Apis::Core::JsonRepresentation
3754
+ property :poi_query, as: 'poiQuery'
3755
+ end
3756
+ end
3757
+
3758
+ class PoiTargetingOptionDetails
3759
+ # @private
3760
+ class Representation < Google::Apis::Core::JsonRepresentation
3761
+ property :display_name, as: 'displayName'
3762
+ property :latitude, as: 'latitude'
3763
+ property :longitude, as: 'longitude'
3764
+ end
3765
+ end
3766
+
3641
3767
  class PrismaConfig
3642
3768
  # @private
3643
3769
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3768,10 +3894,14 @@ module Google
3768
3894
  # @private
3769
3895
  class Representation < Google::Apis::Core::JsonRepresentation
3770
3896
  property :advertiser_id, :numeric_string => true, as: 'advertiserId'
3897
+ property :business_chain_search_terms, as: 'businessChainSearchTerms', class: Google::Apis::DisplayvideoV1::BusinessChainSearchTerms, decorator: Google::Apis::DisplayvideoV1::BusinessChainSearchTerms::Representation
3898
+
3771
3899
  property :geo_region_search_terms, as: 'geoRegionSearchTerms', class: Google::Apis::DisplayvideoV1::GeoRegionSearchTerms, decorator: Google::Apis::DisplayvideoV1::GeoRegionSearchTerms::Representation
3772
3900
 
3773
3901
  property :page_size, as: 'pageSize'
3774
3902
  property :page_token, as: 'pageToken'
3903
+ property :poi_search_terms, as: 'poiSearchTerms', class: Google::Apis::DisplayvideoV1::PoiSearchTerms, decorator: Google::Apis::DisplayvideoV1::PoiSearchTerms::Representation
3904
+
3775
3905
  end
3776
3906
  end
3777
3907
 
@@ -3849,6 +3979,8 @@ module Google
3849
3979
 
3850
3980
  property :browser_details, as: 'browserDetails', class: Google::Apis::DisplayvideoV1::BrowserTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV1::BrowserTargetingOptionDetails::Representation
3851
3981
 
3982
+ property :business_chain_details, as: 'businessChainDetails', class: Google::Apis::DisplayvideoV1::BusinessChainTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV1::BusinessChainTargetingOptionDetails::Representation
3983
+
3852
3984
  property :carrier_and_isp_details, as: 'carrierAndIspDetails', class: Google::Apis::DisplayvideoV1::CarrierAndIspTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV1::CarrierAndIspTargetingOptionDetails::Representation
3853
3985
 
3854
3986
  property :category_details, as: 'categoryDetails', class: Google::Apis::DisplayvideoV1::CategoryTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV1::CategoryTargetingOptionDetails::Representation
@@ -3878,12 +4010,16 @@ module Google
3878
4010
  property :name, as: 'name'
3879
4011
  property :native_content_position_details, as: 'nativeContentPositionDetails', class: Google::Apis::DisplayvideoV1::NativeContentPositionTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV1::NativeContentPositionTargetingOptionDetails::Representation
3880
4012
 
4013
+ property :omid_details, as: 'omidDetails', class: Google::Apis::DisplayvideoV1::OmidTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV1::OmidTargetingOptionDetails::Representation
4014
+
3881
4015
  property :on_screen_position_details, as: 'onScreenPositionDetails', class: Google::Apis::DisplayvideoV1::OnScreenPositionTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV1::OnScreenPositionTargetingOptionDetails::Representation
3882
4016
 
3883
4017
  property :operating_system_details, as: 'operatingSystemDetails', class: Google::Apis::DisplayvideoV1::OperatingSystemTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV1::OperatingSystemTargetingOptionDetails::Representation
3884
4018
 
3885
4019
  property :parental_status_details, as: 'parentalStatusDetails', class: Google::Apis::DisplayvideoV1::ParentalStatusTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV1::ParentalStatusTargetingOptionDetails::Representation
3886
4020
 
4021
+ property :poi_details, as: 'poiDetails', class: Google::Apis::DisplayvideoV1::PoiTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV1::PoiTargetingOptionDetails::Representation
4022
+
3887
4023
  property :sensitive_category_details, as: 'sensitiveCategoryDetails', class: Google::Apis::DisplayvideoV1::SensitiveCategoryTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV1::SensitiveCategoryTargetingOptionDetails::Representation
3888
4024
 
3889
4025
  property :sub_exchange_details, as: 'subExchangeDetails', class: Google::Apis::DisplayvideoV1::SubExchangeTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV1::SubExchangeTargetingOptionDetails::Representation
@@ -778,7 +778,7 @@ module Google
778
778
  # To specify descending order for a field, a suffix "desc" should be added to
779
779
  # the field name. Example: `assignedTargetingOptionId desc`.
780
780
  # @param [Fixnum] page_size
781
- # Requested page size. Must be between `1` and `100`. If unspecified will
781
+ # Requested page size. Must be between `1` and `5000`. If unspecified will
782
782
  # default to `100`. Returns error code `INVALID_ARGUMENT` if an invalid value is
783
783
  # specified.
784
784
  # @param [String] page_token
@@ -1768,7 +1768,7 @@ module Google
1768
1768
  # To specify descending order for a field, a suffix "desc" should be added to
1769
1769
  # the field name. Example: `assignedTargetingOptionId desc`.
1770
1770
  # @param [Fixnum] page_size
1771
- # Requested page size. Must be between `1` and `100`. If unspecified will
1771
+ # Requested page size. Must be between `1` and `5000`. If unspecified will
1772
1772
  # default to `100`. Returns error code `INVALID_ARGUMENT` if an invalid value is
1773
1773
  # specified.
1774
1774
  # @param [String] page_token
@@ -2397,7 +2397,7 @@ module Google
2397
2397
  # To specify descending order for a field, a suffix "desc" should be added to
2398
2398
  # the field name. Example: `assignedTargetingOptionId desc`.
2399
2399
  # @param [Fixnum] page_size
2400
- # Requested page size. Must be between `1` and `100`. If unspecified will
2400
+ # Requested page size. Must be between `1` and `5000`. If unspecified will
2401
2401
  # default to `100`. Returns error code `INVALID_ARGUMENT` if an invalid value is
2402
2402
  # specified.
2403
2403
  # @param [String] page_token
@@ -3425,7 +3425,7 @@ module Google
3425
3425
  # @param [String] targeting_type
3426
3426
  # Required. Identifies the type of this assigned targeting option. Supported
3427
3427
  # targeting types: * `TARGETING_TYPE_CHANNEL` * `
3428
- # TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `
3428
+ # TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_OMID` * `
3429
3429
  # TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION`
3430
3430
  # @param [Google::Apis::DisplayvideoV1::AssignedTargetingOption] assigned_targeting_option_object
3431
3431
  # @param [String] fields
@@ -3464,7 +3464,7 @@ module Google
3464
3464
  # @param [String] targeting_type
3465
3465
  # Required. Identifies the type of this assigned targeting option. Supported
3466
3466
  # targeting types: * `TARGETING_TYPE_CHANNEL` * `
3467
- # TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `
3467
+ # TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_OMID` * `
3468
3468
  # TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION`
3469
3469
  # @param [String] assigned_targeting_option_id
3470
3470
  # Required. The ID of the assigned targeting option to delete.
@@ -3503,7 +3503,7 @@ module Google
3503
3503
  # @param [String] targeting_type
3504
3504
  # Required. Identifies the type of this assigned targeting option. Supported
3505
3505
  # targeting types: * `TARGETING_TYPE_CHANNEL` * `
3506
- # TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `
3506
+ # TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_OMID` * `
3507
3507
  # TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION`
3508
3508
  # @param [String] assigned_targeting_option_id
3509
3509
  # Required. An identifier unique to the targeting type in this advertiser that
@@ -3543,7 +3543,7 @@ module Google
3543
3543
  # @param [String] targeting_type
3544
3544
  # Required. Identifies the type of assigned targeting options to list. Supported
3545
3545
  # targeting types: * `TARGETING_TYPE_CHANNEL` * `
3546
- # TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `
3546
+ # TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_OMID` * `
3547
3547
  # TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION`
3548
3548
  # @param [String] filter
3549
3549
  # Allows filtering by assigned targeting option properties. Supported syntax: *
@@ -3559,7 +3559,7 @@ module Google
3559
3559
  # To specify descending order for a field, a suffix "desc" should be added to
3560
3560
  # the field name. Example: `assignedTargetingOptionId desc`.
3561
3561
  # @param [Fixnum] page_size
3562
- # Requested page size. Must be between `1` and `100`. If unspecified will
3562
+ # Requested page size. Must be between `1` and `5000`. If unspecified will
3563
3563
  # default to `100`. Returns error code `INVALID_ARGUMENT` if an invalid value is
3564
3564
  # specified.
3565
3565
  # @param [String] page_token
@@ -3742,14 +3742,19 @@ module Google
3742
3742
  # restriction has the form of ``field` `operator` `value``. * The operator must
3743
3743
  # be `CONTAINS (:)` or `EQUALS (=)`. * The operator must be `CONTAINS (:)` for
3744
3744
  # the following field: - `displayName` * The operator must be `EQUALS (=)` for
3745
- # the following field: - `customBiddingAlgorithmType` * For `displayName`, the
3746
- # value is a string. We return all custom bidding algorithms whose display_name
3747
- # contains such string. * For `customBiddingAlgorithmType`, the value is a
3748
- # string. We return all algorithms whose custom_bidding_algorithm_type is equal
3749
- # to the given type. Examples: * All custom bidding algorithms for which the
3750
- # display name contains "politics": `displayName:politics`. * All custom bidding
3751
- # algorithms for which the type is "SCRIPT_BASED": `customBiddingAlgorithmType=
3752
- # SCRIPT_BASED` The length of this field should be no more than 500 characters.
3745
+ # the following field: - `customBiddingAlgorithmType` - `
3746
+ # customBiddingAlgorithmState` * For `displayName`, the value is a string. We
3747
+ # return all custom bidding algorithms whose display_name contains such string. *
3748
+ # For `customBiddingAlgorithmType`, the value is a string. We return all
3749
+ # algorithms whose custom_bidding_algorithm_type is equal to the given type. *
3750
+ # For `customBiddingAlgorithmState`, the value is a string. We return all
3751
+ # algorithms whose custom_bidding_algorithm_state is equal to the given type.
3752
+ # Examples: * All custom bidding algorithms for which the display name contains "
3753
+ # politics": `displayName:politics`. * All custom bidding algorithms for which
3754
+ # the type is "SCRIPT_BASED": `customBiddingAlgorithmType=SCRIPT_BASED` * All
3755
+ # custom bidding algorithms for which the state is "ENABLED": `
3756
+ # customBiddingAlgorithmState=ENABLED` The length of this field should be no
3757
+ # more than 500 characters.
3753
3758
  # @param [String] order_by
3754
3759
  # Field by which to sort the list. Acceptable values are: * `displayName` (
3755
3760
  # default) The default sorting order is ascending. To specify descending order
@@ -5556,7 +5561,8 @@ module Google
5556
5561
  # Searches for targeting options of a given type based on the given search terms.
5557
5562
  # @param [String] targeting_type
5558
5563
  # Required. The type of targeting options to retrieve. Accepted values are: * `
5559
- # TARGETING_TYPE_GEO_REGION`
5564
+ # TARGETING_TYPE_GEO_REGION` * `TARGETING_TYPE_POI` * `
5565
+ # TARGETING_TYPE_BUSINESS_CHAIN`
5560
5566
  # @param [Google::Apis::DisplayvideoV1::SearchTargetingOptionsRequest] search_targeting_options_request_object
5561
5567
  # @param [String] fields
5562
5568
  # Selector specifying which fields to include in a partial response.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-displayvideo_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.16.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-07-05 00:00:00.000000000 Z
11
+ date: 2021-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-displayvideo_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v1/v0.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v1/v0.16.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-displayvideo_v1
63
63
  post_install_message:
64
64
  rdoc_options: []