google-apis-displayvideo_v1 0.25.0 → 0.26.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: 33545b6c5ab4f47f8e5f88ecdce0794d61d5447ca9864849ebda45797101c148
4
- data.tar.gz: d3cb1645e1e37da49fed88a0aa6c81f5542d6626ecf0473d5dbe33a8f8346ebe
3
+ metadata.gz: 3f8b1b4e75759ba6690fef1a0e5d920a1ea6748f77f796580a629752afe4fa70
4
+ data.tar.gz: 2303e68c36a0a8db275e4a0685bc262df962303afe855aba322be273256cd7aa
5
5
  SHA512:
6
- metadata.gz: 5770cfd7250ff2d6c5f3bf7e05d1356f9c3ecc3bec5d8d864f2f7bbabd4e0dae9d35b1584d7c259fac480bb5955960a921295af1cda80c0426158b0785ef6a39
7
- data.tar.gz: f9e64aea035107b38f305ac210bc47105554c1a6b053ec6f5f060756c8239344d4cfd51bbedafb616c1a4a80a4b998fd07e0b299a8a76c01e7ef138970b7565a
6
+ metadata.gz: 19b440d78a7f4b3db43971ca569886171ad866e3fbf1ac41cdc55518019cb1293b9bf8b9a7c573dc8b1a2fe4efe95b754d77ec697e115f0b74f5e5a762c2cdc2
7
+ data.tar.gz: dc22bcb177d54a1942af19db0918fc954c922e3d3be40782fe621be6881b4ebe306411393799bd83feccca1f198009d756508534cbb225516208a40f2a26ddfe
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-displayvideo_v1
2
2
 
3
+ ### v0.26.0 (2022-02-12)
4
+
5
+ * Regenerated from discovery document revision 20220211
6
+
3
7
  ### v0.25.0 (2022-02-04)
4
8
 
5
9
  * Regenerated from discovery document revision 20220203
@@ -409,11 +409,11 @@ module Google
409
409
  class AgeRangeAssignedTargetingOptionDetails
410
410
  include Google::Apis::Core::Hashable
411
411
 
412
- # Output only. The age range of an audience. We only support targeting a
413
- # continuous age range of an audience. Thus, the age range represented in this
414
- # field can be 1) targeted solely, or, 2) part of a larger continuous age range.
415
- # The reach of a continuous age range targeting can be expanded by also
416
- # targeting an audience of an unknown age.
412
+ # The age range of an audience. We only support targeting a continuous age range
413
+ # of an audience. Thus, the age range represented in this field can be 1)
414
+ # targeted solely, or, 2) part of a larger continuous age range. The reach of a
415
+ # continuous age range targeting can be expanded by also targeting an audience
416
+ # of an unknown age. Output only in v1. Required in v2.
417
417
  # Corresponds to the JSON property `ageRange`
418
418
  # @return [String]
419
419
  attr_accessor :age_range
@@ -1172,7 +1172,7 @@ module Google
1172
1172
  class AudioContentTypeAssignedTargetingOptionDetails
1173
1173
  include Google::Apis::Core::Hashable
1174
1174
 
1175
- # Output only. The audio content type.
1175
+ # The audio content type. Output only in v1. Required in v2.
1176
1176
  # Corresponds to the JSON property `audioContentType`
1177
1177
  # @return [String]
1178
1178
  attr_accessor :audio_content_type
@@ -2820,7 +2820,8 @@ module Google
2820
2820
  # @return [String]
2821
2821
  attr_accessor :ad_type
2822
2822
 
2823
- # Output only. The content instream position for video or audio ads.
2823
+ # The content instream position for video or audio ads. Output only in v1.
2824
+ # Required in v2.
2824
2825
  # Corresponds to the JSON property `contentInstreamPosition`
2825
2826
  # @return [String]
2826
2827
  attr_accessor :content_instream_position
@@ -2882,7 +2883,7 @@ module Google
2882
2883
  # @return [String]
2883
2884
  attr_accessor :ad_type
2884
2885
 
2885
- # Output only. The content outstream position.
2886
+ # The content outstream position. Output only in v1. Required in v2.
2886
2887
  # Corresponds to the JSON property `contentOutstreamPosition`
2887
2888
  # @return [String]
2888
2889
  attr_accessor :content_outstream_position
@@ -4010,7 +4011,7 @@ module Google
4010
4011
  class DeviceTypeAssignedTargetingOptionDetails
4011
4012
  include Google::Apis::Core::Hashable
4012
4013
 
4013
- # Output only. The display name of the device type.
4014
+ # The display name of the device type. Output only in v1. Required in v2.
4014
4015
  # Corresponds to the JSON property `deviceType`
4015
4016
  # @return [String]
4016
4017
  attr_accessor :device_type
@@ -4399,7 +4400,7 @@ module Google
4399
4400
  class EnvironmentAssignedTargetingOptionDetails
4400
4401
  include Google::Apis::Core::Hashable
4401
4402
 
4402
- # Output only. The serving environment.
4403
+ # The serving environment. Output only in v1. Required in v2.
4403
4404
  # Corresponds to the JSON property `environment`
4404
4405
  # @return [String]
4405
4406
  attr_accessor :environment
@@ -4963,7 +4964,7 @@ module Google
4963
4964
  class GenderAssignedTargetingOptionDetails
4964
4965
  include Google::Apis::Core::Hashable
4965
4966
 
4966
- # Output only. The gender of the audience.
4967
+ # The gender of the audience. Output only in v1. Required in v2.
4967
4968
  # Corresponds to the JSON property `gender`
4968
4969
  # @return [String]
4969
4970
  attr_accessor :gender
@@ -7621,7 +7622,7 @@ module Google
7621
7622
  class NativeContentPositionAssignedTargetingOptionDetails
7622
7623
  include Google::Apis::Core::Hashable
7623
7624
 
7624
- # Output only. The content position.
7625
+ # The content position. Output only in v1. Required in v2.
7625
7626
  # Corresponds to the JSON property `contentPosition`
7626
7627
  # @return [String]
7627
7628
  attr_accessor :content_position
@@ -7833,7 +7834,8 @@ module Google
7833
7834
  class OmidAssignedTargetingOptionDetails
7834
7835
  include Google::Apis::Core::Hashable
7835
7836
 
7836
- # Output only. The type of Open Measurement enabled inventory.
7837
+ # The type of Open Measurement enabled inventory. Output only in v1. Required in
7838
+ # v2.
7837
7839
  # Corresponds to the JSON property `omid`
7838
7840
  # @return [String]
7839
7841
  attr_accessor :omid
@@ -9180,7 +9182,8 @@ module Google
9180
9182
  # @return [String]
9181
9183
  attr_accessor :excluded_targeting_option_id
9182
9184
 
9183
- # Output only. An enum for the DV360 Sensitive category content classifier.
9185
+ # An enum for the DV360 Sensitive category content classifier. Output only in v1.
9186
+ # Required in v2.
9184
9187
  # Corresponds to the JSON property `sensitiveCategory`
9185
9188
  # @return [String]
9186
9189
  attr_accessor :sensitive_category
@@ -10026,7 +10029,7 @@ module Google
10026
10029
  # @return [String]
10027
10030
  attr_accessor :targeting_option_id
10028
10031
 
10029
- # Output only. The video player size.
10032
+ # The video player size. Output only in v1. Required in v2.
10030
10033
  # Corresponds to the JSON property `videoPlayerSize`
10031
10034
  # @return [String]
10032
10035
  attr_accessor :video_player_size
@@ -10076,7 +10079,7 @@ module Google
10076
10079
  # @return [String]
10077
10080
  attr_accessor :targeting_option_id
10078
10081
 
10079
- # Output only. The predicted viewability percentage.
10082
+ # The predicted viewability percentage. Output only in v1. Required in v2.
10080
10083
  # Corresponds to the JSON property `viewability`
10081
10084
  # @return [String]
10082
10085
  attr_accessor :viewability
@@ -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.25.0"
19
+ GEM_VERSION = "0.26.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 = "20220203"
25
+ REVISION = "20220211"
26
26
  end
27
27
  end
28
28
  end
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.25.0
4
+ version: 0.26.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-02-07 00:00:00.000000000 Z
11
+ date: 2022-02-14 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.25.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v1/v0.26.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: []