google-apis-displayvideo_v2 0.36.0 → 0.37.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: 795e7a8a42cb4a5538c6f90e2f6dfe10f593a4a1197e706bfb779b6c328e000f
4
- data.tar.gz: 5c28070524132f6e77ddad26ac85d0f83787b3fa3ab953648871029c544a1e91
3
+ metadata.gz: 89c99477b9ec8fad060cfd4fe4c6a4ca50f3904f52e8c6e1a8feb571757854ef
4
+ data.tar.gz: a9702ad28f41aeef287e97c6713476413372719968af6e15ee31b6a8421fd5fe
5
5
  SHA512:
6
- metadata.gz: 76a526403b54f0a4f9cb72f141b1b8a57fe9524b7214d3a022795f00cb58229c3639b8fa530b1cfa3cfd7471c4125c7e4fcd41f5cd6636cdecc7080bf2146da4
7
- data.tar.gz: 196cbdedf124cbb37d816a290ac8c4bbae4062c3c131f65bc54611d4a621c1f190e7ff530e02400a9036346d58121d84ead231c8ee2671cb696a97e5989e429d
6
+ metadata.gz: 7c9c51c2f41b5167d7b4da62064aeaec1eb6309ba95aca20e8ee9ceb5680ecf740d686a260839e695d8b67cb75438b2e6c0fc245e35b09eb0b3358511efba559
7
+ data.tar.gz: 2e258a619141eec3fca18cd1c05103dc51cf4ba8718474423d7eb8bd30894335b2014becb2e2ac4d084ea0349430d5304ae3e836ced984f75bdb9d5c3579ade4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-displayvideo_v2
2
2
 
3
+ ### v0.37.0 (2024-04-21)
4
+
5
+ * Regenerated from discovery document revision 20240418
6
+
3
7
  ### v0.36.0 (2024-03-17)
4
8
 
5
9
  * Regenerated from discovery document revision 20240314
@@ -1678,7 +1678,8 @@ module Google
1678
1678
  # The assigned targeting options to create in batch, specified as a list of `
1679
1679
  # CreateAssignedTargetingOptionsRequest`. Supported targeting types: * `
1680
1680
  # TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `
1681
- # TARGETING_TYPE_OMID` * `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION`
1681
+ # TARGETING_TYPE_OMID` * `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `
1682
+ # TARGETING_TYPE_KEYWORD`
1682
1683
  # Corresponds to the JSON property `createRequests`
1683
1684
  # @return [Array<Google::Apis::DisplayvideoV2::CreateAssignedTargetingOptionsRequest>]
1684
1685
  attr_accessor :create_requests
@@ -1686,7 +1687,8 @@ module Google
1686
1687
  # The assigned targeting options to delete in batch, specified as a list of `
1687
1688
  # DeleteAssignedTargetingOptionsRequest`. Supported targeting types: * `
1688
1689
  # TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `
1689
- # TARGETING_TYPE_OMID` * `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION`
1690
+ # TARGETING_TYPE_OMID` * `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `
1691
+ # TARGETING_TYPE_KEYWORD`
1690
1692
  # Corresponds to the JSON property `deleteRequests`
1691
1693
  # @return [Array<Google::Apis::DisplayvideoV2::DeleteAssignedTargetingOptionsRequest>]
1692
1694
  attr_accessor :delete_requests
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DisplayvideoV2
18
18
  # Version of the google-apis-displayvideo_v2 gem
19
- GEM_VERSION = "0.36.0"
19
+ GEM_VERSION = "0.37.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240314"
25
+ REVISION = "20240418"
26
26
  end
27
27
  end
28
28
  end
@@ -3851,7 +3851,7 @@ module Google
3851
3851
  # Required. Identifies the type of this assigned targeting option. Supported
3852
3852
  # targeting types: * `TARGETING_TYPE_CHANNEL` * `
3853
3853
  # TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_OMID` * `
3854
- # TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION`
3854
+ # TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_KEYWORD`
3855
3855
  # @param [Google::Apis::DisplayvideoV2::AssignedTargetingOption] assigned_targeting_option_object
3856
3856
  # @param [String] fields
3857
3857
  # Selector specifying which fields to include in a partial response.
@@ -3890,7 +3890,7 @@ module Google
3890
3890
  # Required. Identifies the type of this assigned targeting option. Supported
3891
3891
  # targeting types: * `TARGETING_TYPE_CHANNEL` * `
3892
3892
  # TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_OMID` * `
3893
- # TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION`
3893
+ # TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_KEYWORD`
3894
3894
  # @param [String] assigned_targeting_option_id
3895
3895
  # Required. The ID of the assigned targeting option to delete.
3896
3896
  # @param [String] fields
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-displayvideo_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.36.0
4
+ version: 0.37.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: 2024-03-17 00:00:00.000000000 Z
11
+ date: 2024-04-21 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_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v2/v0.36.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v2/v0.37.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v2
63
63
  post_install_message:
64
64
  rdoc_options: []