google-apis-displayvideo_v1 0.16.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: ae8cc1ee97672aa35b6ad277f74592a7ec54059d27a10adfdda027397577180b
4
- data.tar.gz: 4a17415f5272837475ac22c185fe9f00077d2d7d107f6f903a81c1f96f97a9cc
3
+ metadata.gz: a126db3462c300c7828fa65a49908e4a278171ae215fcb8ec1038b9af137480f
4
+ data.tar.gz: 568711e83a1569462ed938c955b610e8edb32d2abf87faaf3f3b831af7b9404c
5
5
  SHA512:
6
- metadata.gz: 6bb0d6812410696b81fcb8578d604a03abe0a5ce2bb4ee6efe32a14888ba5dc7841a6ec3d664dd20cee8933c391204fddb13e5441614325e060eeaa50f5150f1
7
- data.tar.gz: ed33c7e5dc44106dc5b866ecceaa9c6404aac28587d86992a08ce4e71788abce9544c27643348a4fba18b327acb9073d509b507066763027f8fc2febb8ff3a9a
6
+ metadata.gz: 8c4bc5227cf9a42854b3dcf9a8e15d5e1c12af276cc91bc6ae3045a3532478d1ca980ffd3133e6dd0467623e1aee94305c64c99e35be34d4f844459a9b7f89c8
7
+ data.tar.gz: 884f4d07cb53def4a6fcafc6735b02e2137739cbe0c984447f924d08a2038b3915b850eb98974421519882d259629a1d8d67782b25d93a12f01f5973da062e87
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.16.0 (2021-09-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20210909
@@ -2000,7 +2000,8 @@ module Google
2000
2000
  attr_accessor :proximity_radius_unit
2001
2001
 
2002
2002
  # Required. The targeting_option_id of a TargetingOption of type `
2003
- # TARGETING_TYPE_BUSINESS_CHAIN`.
2003
+ # TARGETING_TYPE_BUSINESS_CHAIN`. Accepted business chain targeting option IDs
2004
+ # can be retrieved using SearchTargetingOptions.
2004
2005
  # Corresponds to the JSON property `targetingOptionId`
2005
2006
  # @return [String]
2006
2007
  attr_accessor :targeting_option_id
@@ -3459,9 +3460,13 @@ module Google
3459
3460
  # @return [Fixnum]
3460
3461
  attr_accessor :partner_id
3461
3462
 
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.
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).
3465
3470
  # Corresponds to the JSON property `sharedAdvertiserIds`
3466
3471
  # @return [Array<Fixnum>]
3467
3472
  attr_accessor :shared_advertiser_ids
@@ -8186,7 +8191,13 @@ module Google
8186
8191
  attr_accessor :proximity_radius_unit
8187
8192
 
8188
8193
  # Required. The targeting_option_id of a TargetingOption of type `
8189
- # TARGETING_TYPE_POI` or reuse an existing assigned_targeting_option_id.
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".
8190
8201
  # Corresponds to the JSON property `targetingOptionId`
8191
8202
  # @return [String]
8192
8203
  attr_accessor :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.16.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 = "20210909"
25
+ REVISION = "20210920"
26
26
  end
27
27
  end
28
28
  end
@@ -5460,7 +5460,22 @@ module Google
5460
5460
 
5461
5461
  # Gets a single targeting option.
5462
5462
  # @param [String] targeting_type
5463
- # 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`
5464
5479
  # @param [String] targeting_option_id
5465
5480
  # Required. The ID of the of targeting option to retrieve.
5466
5481
  # @param [Fixnum] advertiser_id
@@ -5496,7 +5511,22 @@ module Google
5496
5511
 
5497
5512
  # Lists targeting options of a given type.
5498
5513
  # @param [String] targeting_type
5499
- # 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`
5500
5530
  # @param [Fixnum] advertiser_id
5501
5531
  # Required. The Advertiser this request is being made in the context of.
5502
5532
  # @param [String] filter
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.16.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-09-13 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.16.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: []