google-apis-displayvideo_v2 0.2.0 → 0.3.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: 456bf2e0beb9af38ea96e52d5943d440a9fca182fcc09a3785bd0622937af204
4
- data.tar.gz: 1fe0e7aa078538a64d2f5b90b41834587b86a7dd3c79d4550a839d80a928dee4
3
+ metadata.gz: 9f062e06f5cc9b439e140415a5eb229b6fc3bfb141e98b9e845b0248981f32cb
4
+ data.tar.gz: fadc48b028977accb40267377b60014a185de11f7f6eff71cbfcdf2bf89448c4
5
5
  SHA512:
6
- metadata.gz: 94a8cfd5ba6a132ae53c6ee67f4886819a52466eaacfebb50c9fbb8ec80b6e058ec6f98dc838367b300672aa7e2006dc21c0d69f9313d25497cd2b350860071f
7
- data.tar.gz: 8a9fdfe2ec61060b40bb379ce0cb8287cb7ffbd215527e5f39c40607a370aff411a7923a8dbf6d228d7f9c705d4e2b44ae9613b69978f9cd7266a58acb21f78a
6
+ metadata.gz: 63a76c3c1e83d397e1b95a809eee18a2a30c54fd7414ec951f99a2d3d0464f1f8308d58292a49de1106bbf9208857c492f0d9be178844170113c9830df4099c2
7
+ data.tar.gz: cfe423ea1dbe54dbe10e49a58e6e55cdf45c0747ea2511fdfc5b9f5b1daaba83652e7ce748c89f25fb3de382a86bc735fb3b9150e2f643906271de3f88f69f90
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-displayvideo_v2
2
2
 
3
+ ### v0.3.0 (2022-10-12)
4
+
5
+ * Regenerated from discovery document revision 20220922
6
+ * Regenerated using generator version 0.10.0
7
+
3
8
  ### v0.2.0 (2022-09-19)
4
9
 
5
10
  * Regenerated from discovery document revision 20220916
@@ -4859,7 +4859,7 @@ module Google
4859
4859
  class ExchangeAssignedTargetingOptionDetails
4860
4860
  include Google::Apis::Core::Hashable
4861
4861
 
4862
- # Required. Output only in v1. Required in v2.
4862
+ # Required. The enum value for the exchange.
4863
4863
  # Corresponds to the JSON property `exchange`
4864
4864
  # @return [String]
4865
4865
  attr_accessor :exchange
@@ -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.2.0"
19
+ GEM_VERSION = "0.3.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.9.0"
22
+ GENERATOR_VERSION = "0.10.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220916"
25
+ REVISION = "20220922"
26
26
  end
27
27
  end
28
28
  end
@@ -3555,8 +3555,7 @@ module Google
3555
3555
  # Required. Identifies the type of this assigned targeting option. Supported
3556
3556
  # targeting types: * `TARGETING_TYPE_CHANNEL` * `
3557
3557
  # TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_OMID` * `
3558
- # TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_YOUTUBE_VIDEO` *
3559
- # `TARGETING_TYPE_YOUTUBE_CHANNEL`
3558
+ # TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION`
3560
3559
  # @param [String] assigned_targeting_option_id
3561
3560
  # Required. An identifier unique to the targeting type in this advertiser that
3562
3561
  # identifies the assigned targeting option being requested.
@@ -3596,8 +3595,7 @@ module Google
3596
3595
  # Required. Identifies the type of assigned targeting options to list. Supported
3597
3596
  # targeting types: * `TARGETING_TYPE_CHANNEL` * `
3598
3597
  # TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_OMID` * `
3599
- # TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_YOUTUBE_VIDEO` *
3600
- # `TARGETING_TYPE_YOUTUBE_CHANNEL`
3598
+ # TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION`
3601
3599
  # @param [String] filter
3602
3600
  # Allows filtering by assigned targeting option properties. Supported syntax: *
3603
3601
  # 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_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.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-09-26 00:00:00.000000000 Z
11
+ date: 2022-10-17 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.2.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v2/v0.3.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: []