google-apis-displayvideo_v1 0.37.0 → 0.38.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: 6eef49b84a0131008eb05bc0f3111374c3928eb241bd79f12080bb850fc14a68
4
- data.tar.gz: cb2e3ae39de03f359c77f7a5dc353782eb828f0403e8554e3fde448e9f828ccd
3
+ metadata.gz: c5b7d3bca5cbbfeff5379ed67d6fa675a62f2e1c544f394986f529d2baa4e00b
4
+ data.tar.gz: f99f37a9f038b073884bd5b429e9daccaa0b8f3ac2c81726cdb8895c794b3103
5
5
  SHA512:
6
- metadata.gz: a0f2375998f9e7b14cec4dbe49a2bbf52b195d925892a624b24c3953d3a86d0e06fd222ca32cdb204278ced28804877b535954e85f3c50d9544609ee8e7bf9be
7
- data.tar.gz: b0b285ba97e1cec605c82b00ca903fddf8b236e5ee8a927064e8a0576242b872ffa0be22c696537187922380a1fe01ea0beb9edcee24775bf50c1e272a3de765
6
+ metadata.gz: 0cd54eed857219d4507c138388b05e1fe3f7e32cd5b27d9b3173f2041c7c01f0c04fd424d8e2dbd32f1bca09861c2814b765f9e2185029f6a6443fac2af5b2b9
7
+ data.tar.gz: 467fbe8197816ef0b3c5af3ea5b11a7bc24f8d0cc7702a01b0ccfaa41ee5064d6aa0e9bf3a0bbeeb51087eaebe944cd44300436f16f4f10e30626bbd13393c00
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-displayvideo_v1
2
2
 
3
+ ### v0.38.0 (2022-08-17)
4
+
5
+ * Regenerated from discovery document revision 20220815
6
+
3
7
  ### v0.37.0 (2022-08-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20220801
@@ -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.37.0"
19
+ GEM_VERSION = "0.38.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220801"
25
+ REVISION = "20220815"
26
26
  end
27
27
  end
28
28
  end
@@ -1540,7 +1540,7 @@ module Google
1540
1540
  # @param [Fixnum] advertiser_id
1541
1541
  # The ID of the advertiser this insertion order belongs to.
1542
1542
  # @param [Fixnum] insertion_order_id
1543
- # The ID of the insertion order we need to delete.
1543
+ # The ID of the insertion order to delete.
1544
1544
  # @param [String] fields
1545
1545
  # Selector specifying which fields to include in a partial response.
1546
1546
  # @param [String] quota_user
@@ -2052,7 +2052,7 @@ module Google
2052
2052
  # @param [Fixnum] advertiser_id
2053
2053
  # The ID of the advertiser this line item belongs to.
2054
2054
  # @param [Fixnum] line_item_id
2055
- # The ID of the line item we need to fetch.
2055
+ # The ID of the line item to delete.
2056
2056
  # @param [String] fields
2057
2057
  # Selector specifying which fields to include in a partial response.
2058
2058
  # @param [String] quota_user
@@ -3529,7 +3529,8 @@ module Google
3529
3529
  # Required. Identifies the type of this assigned targeting option. Supported
3530
3530
  # targeting types: * `TARGETING_TYPE_CHANNEL` * `
3531
3531
  # TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_OMID` * `
3532
- # TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION`
3532
+ # TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_YOUTUBE_VIDEO` *
3533
+ # `TARGETING_TYPE_YOUTUBE_CHANNEL`
3533
3534
  # @param [String] assigned_targeting_option_id
3534
3535
  # Required. An identifier unique to the targeting type in this advertiser that
3535
3536
  # identifies the assigned targeting option being requested.
@@ -3569,7 +3570,8 @@ module Google
3569
3570
  # Required. Identifies the type of assigned targeting options to list. Supported
3570
3571
  # targeting types: * `TARGETING_TYPE_CHANNEL` * `
3571
3572
  # TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_OMID` * `
3572
- # TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION`
3573
+ # TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_YOUTUBE_VIDEO` *
3574
+ # `TARGETING_TYPE_YOUTUBE_CHANNEL`
3573
3575
  # @param [String] filter
3574
3576
  # Allows filtering by assigned targeting option properties. Supported syntax: *
3575
3577
  # Filter expressions are made up of one or more restrictions. * Restrictions can
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.37.0
4
+ version: 0.38.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-08-08 00:00:00.000000000 Z
11
+ date: 2022-08-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/main/generated/google-apis-displayvideo_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v1/v0.37.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v1/v0.38.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: []