google-apis-displayvideo_v1 0.13.0 → 0.17.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: 4c55f9b7042d91140a011bda8e695ad37698436d6508c73aae100ef435b636c6
4
- data.tar.gz: 5654b3683107ec504cde5a00687e00ec08871e811ce8ac2d41794b299edf5323
3
+ metadata.gz: a126db3462c300c7828fa65a49908e4a278171ae215fcb8ec1038b9af137480f
4
+ data.tar.gz: 568711e83a1569462ed938c955b610e8edb32d2abf87faaf3f3b831af7b9404c
5
5
  SHA512:
6
- metadata.gz: 9988834d9fc679302c0e50db771477b2c8c3993073e346860c87798ab9d29675be48cf6786826213c32f44b634aaa501b674d5936c12a9c179605e148727ef1c
7
- data.tar.gz: 9c21a8b7fec8b7567df2ce18654145ed241d6ef4325991477fec598fb6d0289b6ca5e53e96f5a8793d4a5556f7345e4388fb30a9a7acf9a9b388ded097747b8d
6
+ metadata.gz: 8c4bc5227cf9a42854b3dcf9a8e15d5e1c12af276cc91bc6ae3045a3532478d1ca980ffd3133e6dd0467623e1aee94305c64c99e35be34d4f844459a9b7f89c8
7
+ data.tar.gz: 884f4d07cb53def4a6fcafc6735b02e2137739cbe0c984447f924d08a2038b3915b850eb98974421519882d259629a1d8d67782b25d93a12f01f5973da062e87
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-displayvideo_v1
2
2
 
3
+ ### v0.17.0 (2021-09-21)
4
+
5
+ * Regenerated from discovery document revision 20210920
6
+
7
+ ### v0.16.0 (2021-09-10)
8
+
9
+ * Regenerated from discovery document revision 20210909
10
+
11
+ ### v0.15.0 (2021-09-03)
12
+
13
+ * Regenerated from discovery document revision 20210902
14
+
15
+ ### v0.14.0 (2021-07-23)
16
+
17
+ * Regenerated from discovery document revision 20210722
18
+
3
19
  ### v0.13.0 (2021-07-10)
4
20
 
5
21
  * Regenerated from discovery document revision 20210708
@@ -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,112 @@ 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`. Accepted business chain targeting option IDs
2004
+ # can be retrieved using SearchTargetingOptions.
2005
+ # Corresponds to the JSON property `targetingOptionId`
2006
+ # @return [String]
2007
+ attr_accessor :targeting_option_id
2008
+
2009
+ def initialize(**args)
2010
+ update!(**args)
2011
+ end
2012
+
2013
+ # Update properties of this object
2014
+ def update!(**args)
2015
+ @display_name = args[:display_name] if args.key?(:display_name)
2016
+ @proximity_radius_amount = args[:proximity_radius_amount] if args.key?(:proximity_radius_amount)
2017
+ @proximity_radius_unit = args[:proximity_radius_unit] if args.key?(:proximity_radius_unit)
2018
+ @targeting_option_id = args[:targeting_option_id] if args.key?(:targeting_option_id)
2019
+ end
2020
+ end
2021
+
2022
+ # Search terms for Business Chain targeting options. At least one of the field
2023
+ # should be populated.
2024
+ class BusinessChainSearchTerms
2025
+ include Google::Apis::Core::Hashable
2026
+
2027
+ # The search query for the desired business chain. The query must be the full
2028
+ # name of the business, e.g. "KFC", "mercedes-benz".
2029
+ # Corresponds to the JSON property `businessChainQuery`
2030
+ # @return [String]
2031
+ attr_accessor :business_chain_query
2032
+
2033
+ # The search query for the desired geo region, e.g. "Seattle", "United State".
2034
+ # Corresponds to the JSON property `regionQuery`
2035
+ # @return [String]
2036
+ attr_accessor :region_query
2037
+
2038
+ def initialize(**args)
2039
+ update!(**args)
2040
+ end
2041
+
2042
+ # Update properties of this object
2043
+ def update!(**args)
2044
+ @business_chain_query = args[:business_chain_query] if args.key?(:business_chain_query)
2045
+ @region_query = args[:region_query] if args.key?(:region_query)
2046
+ end
2047
+ end
2048
+
2049
+ # Represents a targetable business chain within a geo region. This will be
2050
+ # populated in the business_chain_details field when targeting_type is `
2051
+ # TARGETING_TYPE_BUSINESS_CHAIN`.
2052
+ class BusinessChainTargetingOptionDetails
2053
+ include Google::Apis::Core::Hashable
2054
+
2055
+ # Output only. The display name of the business chain, e.g. "KFC", "Chase Bank".
2056
+ # Corresponds to the JSON property `businessChain`
2057
+ # @return [String]
2058
+ attr_accessor :business_chain
2059
+
2060
+ # Output only. The display name of the geographic region, e.g. "Ontario, Canada".
2061
+ # Corresponds to the JSON property `geoRegion`
2062
+ # @return [String]
2063
+ attr_accessor :geo_region
2064
+
2065
+ # Output only. The type of the geographic region.
2066
+ # Corresponds to the JSON property `geoRegionType`
2067
+ # @return [String]
2068
+ attr_accessor :geo_region_type
2069
+
2070
+ def initialize(**args)
2071
+ update!(**args)
2072
+ end
2073
+
2074
+ # Update properties of this object
2075
+ def update!(**args)
2076
+ @business_chain = args[:business_chain] if args.key?(:business_chain)
2077
+ @geo_region = args[:geo_region] if args.key?(:geo_region)
2078
+ @geo_region_type = args[:geo_region_type] if args.key?(:geo_region_type)
2079
+ end
2080
+ end
2081
+
1952
2082
  # A single campaign.
1953
2083
  class Campaign
1954
2084
  include Google::Apis::Core::Hashable
@@ -3297,6 +3427,11 @@ module Google
3297
3427
  # @return [Fixnum]
3298
3428
  attr_accessor :custom_bidding_algorithm_id
3299
3429
 
3430
+ # Output only. The status of custom bidding algorithm.
3431
+ # Corresponds to the JSON property `customBiddingAlgorithmState`
3432
+ # @return [String]
3433
+ attr_accessor :custom_bidding_algorithm_state
3434
+
3300
3435
  # Required. Immutable. The type of custom bidding algorithm.
3301
3436
  # Corresponds to the JSON property `customBiddingAlgorithmType`
3302
3437
  # @return [String]
@@ -3325,6 +3460,17 @@ module Google
3325
3460
  # @return [Fixnum]
3326
3461
  attr_accessor :partner_id
3327
3462
 
3463
+ # The IDs of the advertisers who have access to this algorithm. If advertiser_id
3464
+ # is set, this field will only consist of that value. This field will not be set
3465
+ # if the algorithm [`owner`](/display-video/api/reference/rest/v1/
3466
+ # customBiddingAlgorithms#CustomBiddingAlgorithm.FIELDS.oneof_owner) is a
3467
+ # partner and is being retrieved using an advertiser [`accessor`](/display-video/
3468
+ # api/reference/rest/v1/customBiddingAlgorithms/list#body.QUERY_PARAMETERS.
3469
+ # oneof_accessor).
3470
+ # Corresponds to the JSON property `sharedAdvertiserIds`
3471
+ # @return [Array<Fixnum>]
3472
+ attr_accessor :shared_advertiser_ids
3473
+
3328
3474
  def initialize(**args)
3329
3475
  update!(**args)
3330
3476
  end
@@ -3333,11 +3479,13 @@ module Google
3333
3479
  def update!(**args)
3334
3480
  @advertiser_id = args[:advertiser_id] if args.key?(:advertiser_id)
3335
3481
  @custom_bidding_algorithm_id = args[:custom_bidding_algorithm_id] if args.key?(:custom_bidding_algorithm_id)
3482
+ @custom_bidding_algorithm_state = args[:custom_bidding_algorithm_state] if args.key?(:custom_bidding_algorithm_state)
3336
3483
  @custom_bidding_algorithm_type = args[:custom_bidding_algorithm_type] if args.key?(:custom_bidding_algorithm_type)
3337
3484
  @display_name = args[:display_name] if args.key?(:display_name)
3338
3485
  @entity_status = args[:entity_status] if args.key?(:entity_status)
3339
3486
  @name = args[:name] if args.key?(:name)
3340
3487
  @partner_id = args[:partner_id] if args.key?(:partner_id)
3488
+ @shared_advertiser_ids = args[:shared_advertiser_ids] if args.key?(:shared_advertiser_ids)
3341
3489
  end
3342
3490
  end
3343
3491
 
@@ -7308,6 +7456,55 @@ module Google
7308
7456
  end
7309
7457
  end
7310
7458
 
7459
+ # Represents a targetable Open Measurement enabled inventory type. This will be
7460
+ # populated in the details field of an AssignedTargetingOption when
7461
+ # targeting_type is `TARGETING_TYPE_OMID`.
7462
+ class OmidAssignedTargetingOptionDetails
7463
+ include Google::Apis::Core::Hashable
7464
+
7465
+ # Output only. The type of Open Measurement enabled inventory.
7466
+ # Corresponds to the JSON property `omid`
7467
+ # @return [String]
7468
+ attr_accessor :omid
7469
+
7470
+ # Required. The targeting_option_id of a TargetingOption of type `
7471
+ # TARGETING_TYPE_OMID`.
7472
+ # Corresponds to the JSON property `targetingOptionId`
7473
+ # @return [String]
7474
+ attr_accessor :targeting_option_id
7475
+
7476
+ def initialize(**args)
7477
+ update!(**args)
7478
+ end
7479
+
7480
+ # Update properties of this object
7481
+ def update!(**args)
7482
+ @omid = args[:omid] if args.key?(:omid)
7483
+ @targeting_option_id = args[:targeting_option_id] if args.key?(:targeting_option_id)
7484
+ end
7485
+ end
7486
+
7487
+ # Represents a targetable Open Measurement enabled inventory type. This will be
7488
+ # populated in the omid_details field when targeting_type is `
7489
+ # TARGETING_TYPE_OMID`.
7490
+ class OmidTargetingOptionDetails
7491
+ include Google::Apis::Core::Hashable
7492
+
7493
+ # Output only. The type of Open Measurement enabled inventory.
7494
+ # Corresponds to the JSON property `omid`
7495
+ # @return [String]
7496
+ attr_accessor :omid
7497
+
7498
+ def initialize(**args)
7499
+ update!(**args)
7500
+ end
7501
+
7502
+ # Update properties of this object
7503
+ def update!(**args)
7504
+ @omid = args[:omid] if args.key?(:omid)
7505
+ end
7506
+ end
7507
+
7311
7508
  # On screen position targeting option details. This will be populated in the
7312
7509
  # on_screen_position_details field when targeting_type is `
7313
7510
  # TARGETING_TYPE_ON_SCREEN_POSITION`.
@@ -7958,6 +8155,122 @@ module Google
7958
8155
  end
7959
8156
  end
7960
8157
 
8158
+ # Details for assigned POI targeting option. This will be populated in the
8159
+ # details field of an AssignedTargetingOption when targeting_type is `
8160
+ # TARGETING_TYPE_POI`.
8161
+ class PoiAssignedTargetingOptionDetails
8162
+ include Google::Apis::Core::Hashable
8163
+
8164
+ # Output only. The display name of a POI, e.g. "Times Square", "Space Needle",
8165
+ # followed by its full address if available.
8166
+ # Corresponds to the JSON property `displayName`
8167
+ # @return [String]
8168
+ attr_accessor :display_name
8169
+
8170
+ # Output only. Latitude of the POI rounding to 6th decimal place.
8171
+ # Corresponds to the JSON property `latitude`
8172
+ # @return [Float]
8173
+ attr_accessor :latitude
8174
+
8175
+ # Output only. Longitude of the POI rounding to 6th decimal place.
8176
+ # Corresponds to the JSON property `longitude`
8177
+ # @return [Float]
8178
+ attr_accessor :longitude
8179
+
8180
+ # Required. The radius of the area around the POI that will be targeted. The
8181
+ # units of the radius are specified by proximity_radius_unit. Must be 1 to 800
8182
+ # if unit is `DISTANCE_UNIT_KILOMETERS` and 1 to 500 if unit is `
8183
+ # DISTANCE_UNIT_MILES`.
8184
+ # Corresponds to the JSON property `proximityRadiusAmount`
8185
+ # @return [Float]
8186
+ attr_accessor :proximity_radius_amount
8187
+
8188
+ # Required. The unit of distance by which the targeting radius is measured.
8189
+ # Corresponds to the JSON property `proximityRadiusUnit`
8190
+ # @return [String]
8191
+ attr_accessor :proximity_radius_unit
8192
+
8193
+ # Required. The targeting_option_id of a TargetingOption of type `
8194
+ # TARGETING_TYPE_POI`. Accepted POI targeting option IDs can be retrieved using
8195
+ # SearchTargetingOptions. If targeting a specific latitude/longitude coordinate
8196
+ # removed from an address or POI name, you can generate the necessary targeting
8197
+ # option ID by rounding the desired coordinate values to the 6th decimal place,
8198
+ # removing the decimals, and concatenating the string values separated by a
8199
+ # semicolon. For example, you can target the latitude/longitude pair of 40.
8200
+ # 7414691, -74.003387 using the targeting option ID "40741469;-74003387".
8201
+ # Corresponds to the JSON property `targetingOptionId`
8202
+ # @return [String]
8203
+ attr_accessor :targeting_option_id
8204
+
8205
+ def initialize(**args)
8206
+ update!(**args)
8207
+ end
8208
+
8209
+ # Update properties of this object
8210
+ def update!(**args)
8211
+ @display_name = args[:display_name] if args.key?(:display_name)
8212
+ @latitude = args[:latitude] if args.key?(:latitude)
8213
+ @longitude = args[:longitude] if args.key?(:longitude)
8214
+ @proximity_radius_amount = args[:proximity_radius_amount] if args.key?(:proximity_radius_amount)
8215
+ @proximity_radius_unit = args[:proximity_radius_unit] if args.key?(:proximity_radius_unit)
8216
+ @targeting_option_id = args[:targeting_option_id] if args.key?(:targeting_option_id)
8217
+ end
8218
+ end
8219
+
8220
+ # Search terms for POI targeting options.
8221
+ class PoiSearchTerms
8222
+ include Google::Apis::Core::Hashable
8223
+
8224
+ # The search query for the desired POI name, street address, or coordinate of
8225
+ # the desired POI. The query can be a prefix, e.g. "Times squar", "40.7505045,-
8226
+ # 73.99562", "315 W 44th St", etc.
8227
+ # Corresponds to the JSON property `poiQuery`
8228
+ # @return [String]
8229
+ attr_accessor :poi_query
8230
+
8231
+ def initialize(**args)
8232
+ update!(**args)
8233
+ end
8234
+
8235
+ # Update properties of this object
8236
+ def update!(**args)
8237
+ @poi_query = args[:poi_query] if args.key?(:poi_query)
8238
+ end
8239
+ end
8240
+
8241
+ # Represents a targetable point of interest(POI). This will be populated in the
8242
+ # poi_details field when targeting_type is `TARGETING_TYPE_POI`.
8243
+ class PoiTargetingOptionDetails
8244
+ include Google::Apis::Core::Hashable
8245
+
8246
+ # Output only. The display name of a POI(e.g. "Times Square", "Space Needle"),
8247
+ # followed by its full address if available.
8248
+ # Corresponds to the JSON property `displayName`
8249
+ # @return [String]
8250
+ attr_accessor :display_name
8251
+
8252
+ # Output only. Latitude of the POI rounding to 6th decimal place.
8253
+ # Corresponds to the JSON property `latitude`
8254
+ # @return [Float]
8255
+ attr_accessor :latitude
8256
+
8257
+ # Output only. Longitude of the POI rounding to 6th decimal place.
8258
+ # Corresponds to the JSON property `longitude`
8259
+ # @return [Float]
8260
+ attr_accessor :longitude
8261
+
8262
+ def initialize(**args)
8263
+ update!(**args)
8264
+ end
8265
+
8266
+ # Update properties of this object
8267
+ def update!(**args)
8268
+ @display_name = args[:display_name] if args.key?(:display_name)
8269
+ @latitude = args[:latitude] if args.key?(:latitude)
8270
+ @longitude = args[:longitude] if args.key?(:longitude)
8271
+ end
8272
+ end
8273
+
7961
8274
  # Settings specific to the Mediaocean Prisma tool.
7962
8275
  class PrismaConfig
7963
8276
  include Google::Apis::Core::Hashable
@@ -8374,6 +8687,12 @@ module Google
8374
8687
  # @return [Fixnum]
8375
8688
  attr_accessor :advertiser_id
8376
8689
 
8690
+ # Search terms for Business Chain targeting options. At least one of the field
8691
+ # should be populated.
8692
+ # Corresponds to the JSON property `businessChainSearchTerms`
8693
+ # @return [Google::Apis::DisplayvideoV1::BusinessChainSearchTerms]
8694
+ attr_accessor :business_chain_search_terms
8695
+
8377
8696
  # Search terms for geo region targeting options.
8378
8697
  # Corresponds to the JSON property `geoRegionSearchTerms`
8379
8698
  # @return [Google::Apis::DisplayvideoV1::GeoRegionSearchTerms]
@@ -8394,6 +8713,11 @@ module Google
8394
8713
  # @return [String]
8395
8714
  attr_accessor :page_token
8396
8715
 
8716
+ # Search terms for POI targeting options.
8717
+ # Corresponds to the JSON property `poiSearchTerms`
8718
+ # @return [Google::Apis::DisplayvideoV1::PoiSearchTerms]
8719
+ attr_accessor :poi_search_terms
8720
+
8397
8721
  def initialize(**args)
8398
8722
  update!(**args)
8399
8723
  end
@@ -8401,13 +8725,15 @@ module Google
8401
8725
  # Update properties of this object
8402
8726
  def update!(**args)
8403
8727
  @advertiser_id = args[:advertiser_id] if args.key?(:advertiser_id)
8728
+ @business_chain_search_terms = args[:business_chain_search_terms] if args.key?(:business_chain_search_terms)
8404
8729
  @geo_region_search_terms = args[:geo_region_search_terms] if args.key?(:geo_region_search_terms)
8405
8730
  @page_size = args[:page_size] if args.key?(:page_size)
8406
8731
  @page_token = args[:page_token] if args.key?(:page_token)
8732
+ @poi_search_terms = args[:poi_search_terms] if args.key?(:poi_search_terms)
8407
8733
  end
8408
8734
  end
8409
8735
 
8410
- # Response message for SearchTargetingOptionsResponse.
8736
+ # Response message for SearchTargetingOptions.
8411
8737
  class SearchTargetingOptionsResponse
8412
8738
  include Google::Apis::Core::Hashable
8413
8739
 
@@ -8654,6 +8980,13 @@ module Google
8654
8980
  # @return [Google::Apis::DisplayvideoV1::BrowserTargetingOptionDetails]
8655
8981
  attr_accessor :browser_details
8656
8982
 
8983
+ # Represents a targetable business chain within a geo region. This will be
8984
+ # populated in the business_chain_details field when targeting_type is `
8985
+ # TARGETING_TYPE_BUSINESS_CHAIN`.
8986
+ # Corresponds to the JSON property `businessChainDetails`
8987
+ # @return [Google::Apis::DisplayvideoV1::BusinessChainTargetingOptionDetails]
8988
+ attr_accessor :business_chain_details
8989
+
8657
8990
  # Represents a targetable carrier or ISP. This will be populated in the
8658
8991
  # carrier_and_isp_details field of a TargetingOption when targeting_type is `
8659
8992
  # TARGETING_TYPE_CARRIER_AND_ISP`.
@@ -8756,6 +9089,13 @@ module Google
8756
9089
  # @return [Google::Apis::DisplayvideoV1::NativeContentPositionTargetingOptionDetails]
8757
9090
  attr_accessor :native_content_position_details
8758
9091
 
9092
+ # Represents a targetable Open Measurement enabled inventory type. This will be
9093
+ # populated in the omid_details field when targeting_type is `
9094
+ # TARGETING_TYPE_OMID`.
9095
+ # Corresponds to the JSON property `omidDetails`
9096
+ # @return [Google::Apis::DisplayvideoV1::OmidTargetingOptionDetails]
9097
+ attr_accessor :omid_details
9098
+
8759
9099
  # Represents a targetable on screen position, which could be used by display and
8760
9100
  # video ads. This will be populated in the on_screen_position_details field when
8761
9101
  # targeting_type is `TARGETING_TYPE_ON_SCREEN_POSITION`.
@@ -8777,6 +9117,12 @@ module Google
8777
9117
  # @return [Google::Apis::DisplayvideoV1::ParentalStatusTargetingOptionDetails]
8778
9118
  attr_accessor :parental_status_details
8779
9119
 
9120
+ # Represents a targetable point of interest(POI). This will be populated in the
9121
+ # poi_details field when targeting_type is `TARGETING_TYPE_POI`.
9122
+ # Corresponds to the JSON property `poiDetails`
9123
+ # @return [Google::Apis::DisplayvideoV1::PoiTargetingOptionDetails]
9124
+ attr_accessor :poi_details
9125
+
8780
9126
  # Represents a targetable sensitive category. This will be populated in the
8781
9127
  # sensitive_category_details field of the TargetingOption when targeting_type is
8782
9128
  # `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION`.
@@ -8833,6 +9179,7 @@ module Google
8833
9179
  @app_category_details = args[:app_category_details] if args.key?(:app_category_details)
8834
9180
  @authorized_seller_status_details = args[:authorized_seller_status_details] if args.key?(:authorized_seller_status_details)
8835
9181
  @browser_details = args[:browser_details] if args.key?(:browser_details)
9182
+ @business_chain_details = args[:business_chain_details] if args.key?(:business_chain_details)
8836
9183
  @carrier_and_isp_details = args[:carrier_and_isp_details] if args.key?(:carrier_and_isp_details)
8837
9184
  @category_details = args[:category_details] if args.key?(:category_details)
8838
9185
  @content_instream_position_details = args[:content_instream_position_details] if args.key?(:content_instream_position_details)
@@ -8848,9 +9195,11 @@ module Google
8848
9195
  @language_details = args[:language_details] if args.key?(:language_details)
8849
9196
  @name = args[:name] if args.key?(:name)
8850
9197
  @native_content_position_details = args[:native_content_position_details] if args.key?(:native_content_position_details)
9198
+ @omid_details = args[:omid_details] if args.key?(:omid_details)
8851
9199
  @on_screen_position_details = args[:on_screen_position_details] if args.key?(:on_screen_position_details)
8852
9200
  @operating_system_details = args[:operating_system_details] if args.key?(:operating_system_details)
8853
9201
  @parental_status_details = args[:parental_status_details] if args.key?(:parental_status_details)
9202
+ @poi_details = args[:poi_details] if args.key?(:poi_details)
8854
9203
  @sensitive_category_details = args[:sensitive_category_details] if args.key?(:sensitive_category_details)
8855
9204
  @sub_exchange_details = args[:sub_exchange_details] if args.key?(:sub_exchange_details)
8856
9205
  @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.13.0"
19
+ GEM_VERSION = "0.17.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 = "20210708"
25
+ REVISION = "20210920"
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
@@ -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: *
@@ -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
@@ -5455,7 +5460,22 @@ module Google
5455
5460
 
5456
5461
  # Gets a single targeting option.
5457
5462
  # @param [String] targeting_type
5458
- # Required. The type of targeting option to retrieve.
5463
+ # Required. The type of targeting option to retrieve. Accepted values are: * `
5464
+ # TARGETING_TYPE_APP_CATEGORY` * `TARGETING_TYPE_AGE_RANGE` * `
5465
+ # TARGETING_TYPE_GENDER` * `TARGETING_TYPE_VIDEO_PLAYER_SIZE` * `
5466
+ # TARGETING_TYPE_USER_REWARDED_CONTENT` * `TARGETING_TYPE_PARENTAL_STATUS` * `
5467
+ # TARGETING_TYPE_CONTENT_INSTREAM_POSITION` * `
5468
+ # TARGETING_TYPE_CONTENT_OUTSTREAM_POSITION` * `TARGETING_TYPE_DEVICE_TYPE` * `
5469
+ # TARGETING_TYPE_BROWSER` * `TARGETING_TYPE_HOUSEHOLD_INCOME` * `
5470
+ # TARGETING_TYPE_ON_SCREEN_POSITION` * `TARGETING_TYPE_CARRIER_AND_ISP` * `
5471
+ # TARGETING_TYPE_OPERATING_SYSTEM` * `TARGETING_TYPE_DEVICE_MAKE_MODEL` * `
5472
+ # TARGETING_TYPE_ENVIRONMENT` * `TARGETING_TYPE_CATEGORY` * `
5473
+ # TARGETING_TYPE_VIEWABILITY` * `TARGETING_TYPE_AUTHORIZED_SELLER_STATUS` * `
5474
+ # TARGETING_TYPE_LANGUAGE` * `TARGETING_TYPE_GEO_REGION` * `
5475
+ # TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `
5476
+ # TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_EXCHANGE` * `
5477
+ # TARGETING_TYPE_SUB_EXCHANGE` * `TARGETING_TYPE_NATIVE_CONTENT_POSITION` * `
5478
+ # TARGETING_TYPE_OMID`
5459
5479
  # @param [String] targeting_option_id
5460
5480
  # Required. The ID of the of targeting option to retrieve.
5461
5481
  # @param [Fixnum] advertiser_id
@@ -5491,7 +5511,22 @@ module Google
5491
5511
 
5492
5512
  # Lists targeting options of a given type.
5493
5513
  # @param [String] targeting_type
5494
- # Required. The type of targeting option to be listed.
5514
+ # Required. The type of targeting option to be listed. Accepted values are: * `
5515
+ # TARGETING_TYPE_APP_CATEGORY` * `TARGETING_TYPE_AGE_RANGE` * `
5516
+ # TARGETING_TYPE_GENDER` * `TARGETING_TYPE_VIDEO_PLAYER_SIZE` * `
5517
+ # TARGETING_TYPE_USER_REWARDED_CONTENT` * `TARGETING_TYPE_PARENTAL_STATUS` * `
5518
+ # TARGETING_TYPE_CONTENT_INSTREAM_POSITION` * `
5519
+ # TARGETING_TYPE_CONTENT_OUTSTREAM_POSITION` * `TARGETING_TYPE_DEVICE_TYPE` * `
5520
+ # TARGETING_TYPE_BROWSER` * `TARGETING_TYPE_HOUSEHOLD_INCOME` * `
5521
+ # TARGETING_TYPE_ON_SCREEN_POSITION` * `TARGETING_TYPE_CARRIER_AND_ISP` * `
5522
+ # TARGETING_TYPE_OPERATING_SYSTEM` * `TARGETING_TYPE_DEVICE_MAKE_MODEL` * `
5523
+ # TARGETING_TYPE_ENVIRONMENT` * `TARGETING_TYPE_CATEGORY` * `
5524
+ # TARGETING_TYPE_VIEWABILITY` * `TARGETING_TYPE_AUTHORIZED_SELLER_STATUS` * `
5525
+ # TARGETING_TYPE_LANGUAGE` * `TARGETING_TYPE_GEO_REGION` * `
5526
+ # TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `
5527
+ # TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_EXCHANGE` * `
5528
+ # TARGETING_TYPE_SUB_EXCHANGE` * `TARGETING_TYPE_NATIVE_CONTENT_POSITION` * `
5529
+ # TARGETING_TYPE_OMID`
5495
5530
  # @param [Fixnum] advertiser_id
5496
5531
  # Required. The Advertiser this request is being made in the context of.
5497
5532
  # @param [String] filter
@@ -5556,7 +5591,8 @@ module Google
5556
5591
  # Searches for targeting options of a given type based on the given search terms.
5557
5592
  # @param [String] targeting_type
5558
5593
  # Required. The type of targeting options to retrieve. Accepted values are: * `
5559
- # TARGETING_TYPE_GEO_REGION`
5594
+ # TARGETING_TYPE_GEO_REGION` * `TARGETING_TYPE_POI` * `
5595
+ # TARGETING_TYPE_BUSINESS_CHAIN`
5560
5596
  # @param [Google::Apis::DisplayvideoV1::SearchTargetingOptionsRequest] search_targeting_options_request_object
5561
5597
  # @param [String] fields
5562
5598
  # 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.13.0
4
+ version: 0.17.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-12 00:00:00.000000000 Z
11
+ date: 2021-09-22 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.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v1/v0.17.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: []