google-apis-displayvideo_v1 0.30.0 → 0.31.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: c483f1e00f92c0791c2cb9c881831426ffc589860f99575e7ec18b6c11dbe4df
4
- data.tar.gz: 54f4ef6028e82b66b9074c1d87f0a16a22d0bab9ecf296bca8997955b1780857
3
+ metadata.gz: d5c0bbce9d0ba9a3d675e5f420211e2053629bb2a5b9ad1d224be4c1fc49b04d
4
+ data.tar.gz: 7ba83e751a0d9edb0a47c0fcb422e83e3487b984015b403469358a961606d7d2
5
5
  SHA512:
6
- metadata.gz: b4450b372c9510e9cd197fb68fcead4e0531e13f21060edbca58d580e38d64943d69ff4a12e26e0da742fac0d775153d7f4be7f946dba46fbe955510ee64f3aa
7
- data.tar.gz: affaf19700f3b718434e3b7faa1789eff29e126b773d2ff5e220cc14dcd1e77c182facc8ac3f381e9f331b21a6f7582b1a19ea5bd550d3a391b136f4f66638d0
6
+ metadata.gz: 29c7558f8724943edb7fc56410f8ef1224e283ec892ecc6fbdf15fb17121dfd60bbd825a2171dce46a598e621ddeb230c73413450f24b1ebf9299399e9d1d02d
7
+ data.tar.gz: 4fb670d32c688694b449d6c9ad56101dc46d7c66eb605cf74dda57582dcb36b0383e9ace79e76c6621fb74157bdc4b3347cdf6e021e0f5ec36a31f54f9abcf04
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-displayvideo_v1
2
2
 
3
+ ### v0.31.0 (2022-05-03)
4
+
5
+ * Regenerated from discovery document revision 20220429
6
+
3
7
  ### v0.30.0 (2022-04-13)
4
8
 
5
9
  * Regenerated from discovery document revision 20220411
@@ -2817,7 +2817,8 @@ module Google
2817
2817
  class ContactInfoList
2818
2818
  include Google::Apis::Core::Hashable
2819
2819
 
2820
- # A list of ContactInfo objects defining Customer Match audience members.
2820
+ # A list of ContactInfo objects defining Customer Match audience members. The
2821
+ # size of contact_infos mustn't be greater than 500,000.
2821
2822
  # Corresponds to the JSON property `contactInfos`
2822
2823
  # @return [Array<Google::Apis::DisplayvideoV1::ContactInfo>]
2823
2824
  attr_accessor :contact_infos
@@ -3626,8 +3627,8 @@ module Google
3626
3627
  # @return [Google::Apis::DisplayvideoV1::UniversalAdId]
3627
3628
  attr_accessor :universal_ad_id
3628
3629
 
3629
- # Output only. The timestamp when the creative was last updated. Assigned by the
3630
- # system.
3630
+ # Output only. The timestamp when the creative was last updated, either by the
3631
+ # user or system (e.g. creative review). Assigned by the system.
3631
3632
  # Corresponds to the JSON property `updateTime`
3632
3633
  # @return [String]
3633
3634
  attr_accessor :update_time
@@ -7764,7 +7765,8 @@ module Google
7764
7765
  class MobileDeviceIdList
7765
7766
  include Google::Apis::Core::Hashable
7766
7767
 
7767
- # A list of mobile device IDs defining Customer Match audience members.
7768
+ # A list of mobile device IDs defining Customer Match audience members. The size
7769
+ # of mobile_device_ids mustn't be greater than 500,000.
7768
7770
  # Corresponds to the JSON property `mobileDeviceIds`
7769
7771
  # @return [Array<String>]
7770
7772
  attr_accessor :mobile_device_ids
@@ -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.30.0"
19
+ GEM_VERSION = "0.31.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220411"
25
+ REVISION = "20220429"
26
26
  end
27
27
  end
28
28
  end
@@ -1324,26 +1324,31 @@ module Google
1324
1324
  # operator` `value``. * The operator must be `EQUALS (=)` for the following
1325
1325
  # fields: - `entityStatus` - `creativeType`. - `dimensions` - `minDuration` - `
1326
1326
  # maxDuration` - `approvalStatus` - `exchangeReviewStatus` - `dynamic` - `
1327
- # creativeId` * The operator must be `HAS (:)` for the following fields: - `
1328
- # lineItemIds` * For `entityStatus`, `minDuration`, `maxDuration`, and `dynamic`
1329
- # there may be at most one restriction. * For `dimensions`, the value is in the
1330
- # form of `"`width`x`height`"`. * For `exchangeReviewStatus`, the value is in
1331
- # the form of ``exchange`-`reviewStatus``. * For `minDuration` and `maxDuration`,
1332
- # the value is in the form of `"`duration`s"`. Only seconds are supported with
1333
- # millisecond granularity. * There may be multiple `lineItemIds` restrictions in
1334
- # order to search against multiple possible line item IDs. * There may be
1335
- # multiple `creativeId` restrictions in order to search against multiple
1336
- # possible creative IDs. Examples: * All native creatives: `creativeType="
1337
- # CREATIVE_TYPE_NATIVE"` * All active creatives with 300x400 or 50x100
1338
- # dimensions: `entityStatus="ENTITY_STATUS_ACTIVE" AND (dimensions="300x400" OR
1339
- # dimensions="50x100")` * All dynamic creatives that are approved by AdX or
1340
- # AppNexus, with a minimum duration of 5 seconds and 200ms. `dynamic="true" AND
1341
- # minDuration="5.2s" AND (exchangeReviewStatus="EXCHANGE_GOOGLE_AD_MANAGER-
1342
- # REVIEW_STATUS_APPROVED" OR exchangeReviewStatus="EXCHANGE_APPNEXUS-
1343
- # REVIEW_STATUS_APPROVED")` * All video creatives that are associated with line
1344
- # item ID 1 or 2: `creativeType="CREATIVE_TYPE_VIDEO" AND (lineItemIds:1 OR
1345
- # lineItemIds:2)` * Find creatives by multiple creative IDs: `creativeId=1 OR
1346
- # creativeId=2` The length of this field should be no more than 500 characters.
1327
+ # creativeId` - `minModifiedTime` - `maxModifiedTime` * The operator must be `
1328
+ # HAS (:)` for the following fields: - `lineItemIds` * For `entityStatus`, `
1329
+ # minDuration`, `maxDuration`, `minModifiedTime`, `maxModifiedTime`, and `
1330
+ # dynamic`, there may be at most one restriction. * For `dimensions`, the value
1331
+ # is in the form of `"`width`x`height`"`. * For `exchangeReviewStatus`, the
1332
+ # value is in the form of ``exchange`-`reviewStatus``. * For `minDuration` and `
1333
+ # maxDuration`, the value is in the form of `"`duration`s"`. Only seconds are
1334
+ # supported with millisecond granularity. * For `minModifiedTime` and `
1335
+ # maxModifiedTime`, the value is a unix timestamp (GMT) in seconds. The time
1336
+ # filtered is against the update_time field in the creative, which includes
1337
+ # system updates to the creative (e.g. creative review updates). * There may be
1338
+ # multiple `lineItemIds` restrictions in order to search against multiple
1339
+ # possible line item IDs. * There may be multiple `creativeId` restrictions in
1340
+ # order to search against multiple possible creative IDs. Examples: * All native
1341
+ # creatives: `creativeType="CREATIVE_TYPE_NATIVE"` * All active creatives with
1342
+ # 300x400 or 50x100 dimensions: `entityStatus="ENTITY_STATUS_ACTIVE" AND (
1343
+ # dimensions="300x400" OR dimensions="50x100")` * All dynamic creatives that are
1344
+ # approved by AdX or AppNexus, with a minimum duration of 5 seconds and 200ms. `
1345
+ # dynamic="true" AND minDuration="5.2s" AND (exchangeReviewStatus="
1346
+ # EXCHANGE_GOOGLE_AD_MANAGER-REVIEW_STATUS_APPROVED" OR exchangeReviewStatus="
1347
+ # EXCHANGE_APPNEXUS-REVIEW_STATUS_APPROVED")` * All video creatives that are
1348
+ # associated with line item ID 1 or 2: `creativeType="CREATIVE_TYPE_VIDEO" AND (
1349
+ # lineItemIds:1 OR lineItemIds:2)` * Find creatives by multiple creative IDs: `
1350
+ # creativeId=1 OR creativeId=2` The length of this field should be no more than
1351
+ # 500 characters.
1347
1352
  # @param [String] order_by
1348
1353
  # Field by which to sort the list. Acceptable values are: * `creativeId` (
1349
1354
  # default) * `createTime` * `mediaDuration` * `dimensions` (sorts by width first,
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.30.0
4
+ version: 0.31.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: 2022-04-18 00:00:00.000000000 Z
11
+ date: 2022-05-09 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/main/generated/google-apis-displayvideo_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v1/v0.30.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v1/v0.31.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v1
63
63
  post_install_message:
64
64
  rdoc_options: []