google-apis-displayvideo_v3 0.19.0 → 0.20.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: 8ef1cdae5e608c4afc5d1eb663d698e3c58c657578244812b8ce254f2f3c5737
4
- data.tar.gz: f0a15b003b56802ff09f328c1de272ecb5e77b242fd785179f4fa62bcf81ca69
3
+ metadata.gz: 31a52bca646e3ea0d4341086ebebb408e652f1677de63535eb5572f85143af71
4
+ data.tar.gz: 4c990c2aa32593f65deef5464954ab75237699ce0a08f756a9fbedc878b63f5c
5
5
  SHA512:
6
- metadata.gz: e9e4ca09c684ce101841fd7f862d4c4322a29fef19e9967eaf3f90254a9f8c8dc2404136c2197e635a7de2e258caa7b4a957b9da4651ac121d0ab3e913cee0cf
7
- data.tar.gz: f266e61ddd3abbc0e038ee3aa559bf7512e034596feec008917a6390803462457cb2bd2d575f59ff99c1f4bb06ff9f62adc67a318f037faafa3f5aa5491fd3de
6
+ metadata.gz: 1290800ac9e3c6045cdcd1efa01eff00af34d6b2794ed4ff1846d3af6fc738957455f940d572d594d83b5b183c7f5d8dc9cd4ce8a6e2017572d28ca0dd539bed
7
+ data.tar.gz: bc28379d4c2567970364f606a8bcae48eb12fbc6a8a0fb9b6028494d27559ed29513a6e46263291ba3e432e1e1b82f107643b1be7bceaa04429f8c371b6dc49e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-displayvideo_v3
2
2
 
3
+ ### v0.20.0 (2024-10-27)
4
+
5
+ * Regenerated from discovery document revision 20241024
6
+
3
7
  ### v0.19.0 (2024-10-06)
4
8
 
5
9
  * Regenerated from discovery document revision 20241003
@@ -306,22 +306,124 @@ module Google
306
306
  end
307
307
  end
308
308
 
309
- # Details of Adloox settings.
309
+ # Details of Adloox brand safety settings.
310
310
  class Adloox
311
311
  include Google::Apis::Core::Hashable
312
312
 
313
- # Adloox's brand safety settings.
313
+ # Optional. Adult and Explicit Sexual Content [GARM](https://wfanet.org/
314
+ # leadership/garm/about-garm) risk ranges to exclude.
315
+ # Corresponds to the JSON property `adultExplicitSexualContent`
316
+ # @return [String]
317
+ attr_accessor :adult_explicit_sexual_content
318
+
319
+ # Optional. Arms and Ammunition Content [GARM](https://wfanet.org/leadership/
320
+ # garm/about-garm) risk ranges to exclude.
321
+ # Corresponds to the JSON property `armsAmmunitionContent`
322
+ # @return [String]
323
+ attr_accessor :arms_ammunition_content
324
+
325
+ # Optional. Crime and Harmful Acts Content [GARM](https://wfanet.org/leadership/
326
+ # garm/about-garm) risk ranges to exclude.
327
+ # Corresponds to the JSON property `crimeHarmfulActsIndividualsSocietyHumanRightsViolationsContent`
328
+ # @return [String]
329
+ attr_accessor :crime_harmful_acts_individuals_society_human_rights_violations_content
330
+
331
+ # Optional. Death, Injury, or Military Conflict Content [GARM](https://wfanet.
332
+ # org/leadership/garm/about-garm) risk ranges to exclude.
333
+ # Corresponds to the JSON property `deathInjuryMilitaryConflictContent`
334
+ # @return [String]
335
+ attr_accessor :death_injury_military_conflict_content
336
+
337
+ # Optional. Debated Sensitive Social Issue Content [GARM](https://wfanet.org/
338
+ # leadership/garm/about-garm) risk ranges to exclude.
339
+ # Corresponds to the JSON property `debatedSensitiveSocialIssueContent`
340
+ # @return [String]
341
+ attr_accessor :debated_sensitive_social_issue_content
342
+
343
+ # Optional. IAB viewability threshold for display ads.
344
+ # Corresponds to the JSON property `displayIabViewability`
345
+ # @return [String]
346
+ attr_accessor :display_iab_viewability
347
+
348
+ # Adloox categories to exclude.
314
349
  # Corresponds to the JSON property `excludedAdlooxCategories`
315
350
  # @return [Array<String>]
316
351
  attr_accessor :excluded_adloox_categories
317
352
 
353
+ # Optional. Adloox's fraud IVT MFA categories to exclude.
354
+ # Corresponds to the JSON property `excludedFraudIvtMfaCategories`
355
+ # @return [Array<String>]
356
+ attr_accessor :excluded_fraud_ivt_mfa_categories
357
+
358
+ # Optional. Hate Speech and Acts of Aggression Content [GARM](https://wfanet.org/
359
+ # leadership/garm/about-garm) risk ranges to exclude.
360
+ # Corresponds to the JSON property `hateSpeechActsAggressionContent`
361
+ # @return [String]
362
+ attr_accessor :hate_speech_acts_aggression_content
363
+
364
+ # Optional. Illegal Drugs/Alcohol Content [GARM](https://wfanet.org/leadership/
365
+ # garm/about-garm) risk ranges to exclude.
366
+ # Corresponds to the JSON property `illegalDrugsTobaccoEcigarettesVapingAlcoholContent`
367
+ # @return [String]
368
+ attr_accessor :illegal_drugs_tobacco_ecigarettes_vaping_alcohol_content
369
+
370
+ # Optional. Misinformation Content [GARM](https://wfanet.org/leadership/garm/
371
+ # about-garm) risk ranges to exclude.
372
+ # Corresponds to the JSON property `misinformationContent`
373
+ # @return [String]
374
+ attr_accessor :misinformation_content
375
+
376
+ # Optional. Obscenity and Profanity Content [GARM](https://wfanet.org/leadership/
377
+ # garm/about-garm) risk ranges to exclude.
378
+ # Corresponds to the JSON property `obscenityProfanityContent`
379
+ # @return [String]
380
+ attr_accessor :obscenity_profanity_content
381
+
382
+ # Optional. Online Piracy Content [GARM](https://wfanet.org/leadership/garm/
383
+ # about-garm) risk ranges to exclude.
384
+ # Corresponds to the JSON property `onlinePiracyContent`
385
+ # @return [String]
386
+ attr_accessor :online_piracy_content
387
+
388
+ # Optional. Spam or Harmful Content [GARM](https://wfanet.org/leadership/garm/
389
+ # about-garm) risk ranges to exclude.
390
+ # Corresponds to the JSON property `spamHarmfulContent`
391
+ # @return [String]
392
+ attr_accessor :spam_harmful_content
393
+
394
+ # Optional. Terrorism Content [GARM](https://wfanet.org/leadership/garm/about-
395
+ # garm) risk ranges to exclude.
396
+ # Corresponds to the JSON property `terrorismContent`
397
+ # @return [String]
398
+ attr_accessor :terrorism_content
399
+
400
+ # Optional. IAB viewability threshold for video ads.
401
+ # Corresponds to the JSON property `videoIabViewability`
402
+ # @return [String]
403
+ attr_accessor :video_iab_viewability
404
+
318
405
  def initialize(**args)
319
406
  update!(**args)
320
407
  end
321
408
 
322
409
  # Update properties of this object
323
410
  def update!(**args)
411
+ @adult_explicit_sexual_content = args[:adult_explicit_sexual_content] if args.key?(:adult_explicit_sexual_content)
412
+ @arms_ammunition_content = args[:arms_ammunition_content] if args.key?(:arms_ammunition_content)
413
+ @crime_harmful_acts_individuals_society_human_rights_violations_content = args[:crime_harmful_acts_individuals_society_human_rights_violations_content] if args.key?(:crime_harmful_acts_individuals_society_human_rights_violations_content)
414
+ @death_injury_military_conflict_content = args[:death_injury_military_conflict_content] if args.key?(:death_injury_military_conflict_content)
415
+ @debated_sensitive_social_issue_content = args[:debated_sensitive_social_issue_content] if args.key?(:debated_sensitive_social_issue_content)
416
+ @display_iab_viewability = args[:display_iab_viewability] if args.key?(:display_iab_viewability)
324
417
  @excluded_adloox_categories = args[:excluded_adloox_categories] if args.key?(:excluded_adloox_categories)
418
+ @excluded_fraud_ivt_mfa_categories = args[:excluded_fraud_ivt_mfa_categories] if args.key?(:excluded_fraud_ivt_mfa_categories)
419
+ @hate_speech_acts_aggression_content = args[:hate_speech_acts_aggression_content] if args.key?(:hate_speech_acts_aggression_content)
420
+ @illegal_drugs_tobacco_ecigarettes_vaping_alcohol_content = args[:illegal_drugs_tobacco_ecigarettes_vaping_alcohol_content] if args.key?(:illegal_drugs_tobacco_ecigarettes_vaping_alcohol_content)
421
+ @misinformation_content = args[:misinformation_content] if args.key?(:misinformation_content)
422
+ @obscenity_profanity_content = args[:obscenity_profanity_content] if args.key?(:obscenity_profanity_content)
423
+ @online_piracy_content = args[:online_piracy_content] if args.key?(:online_piracy_content)
424
+ @spam_harmful_content = args[:spam_harmful_content] if args.key?(:spam_harmful_content)
425
+ @terrorism_content = args[:terrorism_content] if args.key?(:terrorism_content)
426
+ @video_iab_viewability = args[:video_iab_viewability] if args.key?(:video_iab_viewability)
325
427
  end
326
428
  end
327
429
 
@@ -465,7 +567,7 @@ module Google
465
567
  class AdvertiserBillingConfig
466
568
  include Google::Apis::Core::Hashable
467
569
 
468
- # Optional. The ID of a billing profile assigned to the advertiser.
570
+ # Required. The ID of a billing profile assigned to the advertiser.
469
571
  # Corresponds to the JSON property `billingProfileId`
470
572
  # @return [Fixnum]
471
573
  attr_accessor :billing_profile_id
@@ -12026,7 +12128,7 @@ module Google
12026
12128
  class ThirdPartyVerifierAssignedTargetingOptionDetails
12027
12129
  include Google::Apis::Core::Hashable
12028
12130
 
12029
- # Details of Adloox settings.
12131
+ # Details of Adloox brand safety settings.
12030
12132
  # Corresponds to the JSON property `adloox`
12031
12133
  # @return [Google::Apis::DisplayvideoV3::Adloox]
12032
12134
  attr_accessor :adloox
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DisplayvideoV3
18
18
  # Version of the google-apis-displayvideo_v3 gem
19
- GEM_VERSION = "0.19.0"
19
+ GEM_VERSION = "0.20.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241003"
25
+ REVISION = "20241024"
26
26
  end
27
27
  end
28
28
  end
@@ -2124,7 +2124,22 @@ module Google
2124
2124
  class Adloox
2125
2125
  # @private
2126
2126
  class Representation < Google::Apis::Core::JsonRepresentation
2127
+ property :adult_explicit_sexual_content, as: 'adultExplicitSexualContent'
2128
+ property :arms_ammunition_content, as: 'armsAmmunitionContent'
2129
+ property :crime_harmful_acts_individuals_society_human_rights_violations_content, as: 'crimeHarmfulActsIndividualsSocietyHumanRightsViolationsContent'
2130
+ property :death_injury_military_conflict_content, as: 'deathInjuryMilitaryConflictContent'
2131
+ property :debated_sensitive_social_issue_content, as: 'debatedSensitiveSocialIssueContent'
2132
+ property :display_iab_viewability, as: 'displayIabViewability'
2127
2133
  collection :excluded_adloox_categories, as: 'excludedAdlooxCategories'
2134
+ collection :excluded_fraud_ivt_mfa_categories, as: 'excludedFraudIvtMfaCategories'
2135
+ property :hate_speech_acts_aggression_content, as: 'hateSpeechActsAggressionContent'
2136
+ property :illegal_drugs_tobacco_ecigarettes_vaping_alcohol_content, as: 'illegalDrugsTobaccoEcigarettesVapingAlcoholContent'
2137
+ property :misinformation_content, as: 'misinformationContent'
2138
+ property :obscenity_profanity_content, as: 'obscenityProfanityContent'
2139
+ property :online_piracy_content, as: 'onlinePiracyContent'
2140
+ property :spam_harmful_content, as: 'spamHarmfulContent'
2141
+ property :terrorism_content, as: 'terrorismContent'
2142
+ property :video_iab_viewability, as: 'videoIabViewability'
2128
2143
  end
2129
2144
  end
2130
2145
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-displayvideo_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.0
4
+ version: 0.20.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-10-06 00:00:00.000000000 Z
11
+ date: 2024-10-27 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_v3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v3/v0.19.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v3/v0.20.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v3
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.6
78
+ rubygems_version: 3.5.21
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Display & Video 360 API V3