google-apis-displayvideo_v3 0.35.0 → 0.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/displayvideo_v3/classes.rb +65 -61
- data/lib/google/apis/displayvideo_v3/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 02b10a2d5e81c9aa6d2731f09c14439ffa568d5aeb60e6cd4385bfdd971e86d8
|
|
4
|
+
data.tar.gz: 7402d448bdcda1f1e361ab17d4f7312384991b39cb27e5e32e38c59ef5ca6bc2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c5d86382f1fe912b022e946a24253a1f81f4cc7c458754719d8f7b246d92463388d8df3f1b91cad9879dfa78b53c511487fef2c77a1459a016b0560aa1639c59
|
|
7
|
+
data.tar.gz: ab3db783ee7b0a7e39669b257ee0b07dd9c2db4ae2f5cb6eb747fc7e7dc83689a33fa79a95c96764bd2ed9e8b177a94055f6d2e609eebb453e208bf5b88f2875
|
data/CHANGELOG.md
CHANGED
|
@@ -159,7 +159,10 @@ module Google
|
|
|
159
159
|
# @return [Fixnum]
|
|
160
160
|
attr_accessor :ad_group_ad_id
|
|
161
161
|
|
|
162
|
-
# The unique ID of the ad group that the ad belongs to.
|
|
162
|
+
# The unique ID of the ad group that the ad belongs to. *Caution*: Parent ad
|
|
163
|
+
# groups for Demand Gen ads are not currently retrieveable using `advertisers.
|
|
164
|
+
# adGroups.list` or `advertisers.adGroups.get`. Demand Gen ads can be identified
|
|
165
|
+
# by the absence of the `ad_details` union field.
|
|
163
166
|
# Corresponds to the JSON property `adGroupId`
|
|
164
167
|
# @return [Fixnum]
|
|
165
168
|
attr_accessor :ad_group_id
|
|
@@ -291,20 +294,20 @@ module Google
|
|
|
291
294
|
class AdPolicy
|
|
292
295
|
include Google::Apis::Core::Hashable
|
|
293
296
|
|
|
294
|
-
# The policy approval status of an ad
|
|
295
|
-
# decision.
|
|
297
|
+
# The policy approval status of an ad, indicating the approval decision.
|
|
296
298
|
# Corresponds to the JSON property `adPolicyApprovalStatus`
|
|
297
299
|
# @return [String]
|
|
298
300
|
attr_accessor :ad_policy_approval_status
|
|
299
301
|
|
|
300
|
-
# The policy review status of an ad
|
|
301
|
-
# is currently
|
|
302
|
+
# The policy review status of an ad, indicating where in the review process the
|
|
303
|
+
# ad is currently.
|
|
302
304
|
# Corresponds to the JSON property `adPolicyReviewStatus`
|
|
303
305
|
# @return [String]
|
|
304
306
|
attr_accessor :ad_policy_review_status
|
|
305
307
|
|
|
306
|
-
# The policy topic
|
|
307
|
-
# and guidance on how to fix policy
|
|
308
|
+
# The entries for each policy topic identified as relating to the ad. Each entry
|
|
309
|
+
# includes the topic, restriction level, and guidance on how to fix policy
|
|
310
|
+
# issues.
|
|
308
311
|
# Corresponds to the JSON property `adPolicyTopicEntry`
|
|
309
312
|
# @return [Array<Google::Apis::DisplayvideoV3::AdPolicyTopicEntry>]
|
|
310
313
|
attr_accessor :ad_policy_topic_entry
|
|
@@ -321,17 +324,16 @@ module Google
|
|
|
321
324
|
end
|
|
322
325
|
end
|
|
323
326
|
|
|
324
|
-
# Represents a
|
|
325
|
-
# country restriction. Used by both policy evidence and policy constraints.
|
|
327
|
+
# Represents a country restriction.
|
|
326
328
|
class AdPolicyCriterionRestriction
|
|
327
329
|
include Google::Apis::Core::Hashable
|
|
328
330
|
|
|
329
|
-
#
|
|
331
|
+
# The country criterion id.
|
|
330
332
|
# Corresponds to the JSON property `countryCriterionId`
|
|
331
333
|
# @return [Fixnum]
|
|
332
334
|
attr_accessor :country_criterion_id
|
|
333
335
|
|
|
334
|
-
# Localized name for the country.
|
|
336
|
+
# Localized name for the country. May be empty.
|
|
335
337
|
# Corresponds to the JSON property `countryLabel`
|
|
336
338
|
# @return [String]
|
|
337
339
|
attr_accessor :country_label
|
|
@@ -347,16 +349,17 @@ module Google
|
|
|
347
349
|
end
|
|
348
350
|
end
|
|
349
351
|
|
|
350
|
-
#
|
|
352
|
+
# Information on how to appeal a policy decision.
|
|
351
353
|
class AdPolicyTopicAppealInfo
|
|
352
354
|
include Google::Apis::Core::Hashable
|
|
353
355
|
|
|
354
|
-
# Only available when appeal_type is APPEAL_FORM
|
|
356
|
+
# Only available when appeal_type is `APPEAL_FORM`.
|
|
355
357
|
# Corresponds to the JSON property `appealFormLink`
|
|
356
358
|
# @return [String]
|
|
357
359
|
attr_accessor :appeal_form_link
|
|
358
360
|
|
|
359
|
-
#
|
|
361
|
+
# Whether the decision can be appealed through a self-service appeal or an
|
|
362
|
+
# appeal form.
|
|
360
363
|
# Corresponds to the JSON property `appealType`
|
|
361
364
|
# @return [String]
|
|
362
365
|
attr_accessor :appeal_type
|
|
@@ -372,8 +375,7 @@ module Google
|
|
|
372
375
|
end
|
|
373
376
|
end
|
|
374
377
|
|
|
375
|
-
#
|
|
376
|
-
# policy.
|
|
378
|
+
# Details on ad serving constraints.
|
|
377
379
|
class AdPolicyTopicConstraint
|
|
378
380
|
include Google::Apis::Core::Hashable
|
|
379
381
|
|
|
@@ -403,7 +405,7 @@ module Google
|
|
|
403
405
|
# @return [Google::Apis::DisplayvideoV3::AdPolicyTopicConstraintAdPolicyGlobalCertificateMissingConstraint]
|
|
404
406
|
attr_accessor :global_certificate_missing
|
|
405
407
|
|
|
406
|
-
# Link to the form to request a certificate for the
|
|
408
|
+
# Link to the form to request a certificate for the constraint.
|
|
407
409
|
# Corresponds to the JSON property `requestCertificateFormLink`
|
|
408
410
|
# @return [String]
|
|
409
411
|
attr_accessor :request_certificate_form_link
|
|
@@ -490,11 +492,11 @@ module Google
|
|
|
490
492
|
end
|
|
491
493
|
end
|
|
492
494
|
|
|
493
|
-
#
|
|
495
|
+
# An entry describing how an ad has been identified as relating to an ad policy.
|
|
494
496
|
class AdPolicyTopicEntry
|
|
495
497
|
include Google::Apis::Core::Hashable
|
|
496
498
|
|
|
497
|
-
#
|
|
499
|
+
# Information on how to appeal a policy decision.
|
|
498
500
|
# Corresponds to the JSON property `appealInfo`
|
|
499
501
|
# @return [Google::Apis::DisplayvideoV3::AdPolicyTopicAppealInfo]
|
|
500
502
|
attr_accessor :appeal_info
|
|
@@ -514,32 +516,33 @@ module Google
|
|
|
514
516
|
# @return [String]
|
|
515
517
|
attr_accessor :policy_enforcement_means
|
|
516
518
|
|
|
517
|
-
# Localized label text for policy.
|
|
519
|
+
# Localized label text for policy. Examples include "Trademarks in text", "
|
|
520
|
+
# Contains Alcohol", etc.
|
|
518
521
|
# Corresponds to the JSON property `policyLabel`
|
|
519
522
|
# @return [String]
|
|
520
523
|
attr_accessor :policy_label
|
|
521
524
|
|
|
522
|
-
# The policy topic
|
|
525
|
+
# The policy topic. Examples include "TRADEMARKS", "ALCOHOL", etc.
|
|
523
526
|
# Corresponds to the JSON property `policyTopic`
|
|
524
527
|
# @return [String]
|
|
525
528
|
attr_accessor :policy_topic
|
|
526
529
|
|
|
527
|
-
# The policy
|
|
530
|
+
# The serving constraints relevant to the policy decision.
|
|
528
531
|
# Corresponds to the JSON property `policyTopicConstraints`
|
|
529
532
|
# @return [Array<Google::Apis::DisplayvideoV3::AdPolicyTopicConstraint>]
|
|
530
533
|
attr_accessor :policy_topic_constraints
|
|
531
534
|
|
|
532
|
-
#
|
|
535
|
+
# A short summary description of the policy topic.
|
|
533
536
|
# Corresponds to the JSON property `policyTopicDescription`
|
|
534
537
|
# @return [String]
|
|
535
538
|
attr_accessor :policy_topic_description
|
|
536
539
|
|
|
537
|
-
# The policy
|
|
540
|
+
# The evidence used in the policy decision.
|
|
538
541
|
# Corresponds to the JSON property `policyTopicEvidences`
|
|
539
542
|
# @return [Array<Google::Apis::DisplayvideoV3::AdPolicyTopicEvidence>]
|
|
540
543
|
attr_accessor :policy_topic_evidences
|
|
541
544
|
|
|
542
|
-
#
|
|
545
|
+
# How ad serving will be affected due to the relation to the ad policy topic.
|
|
543
546
|
# Corresponds to the JSON property `policyTopicType`
|
|
544
547
|
# @return [String]
|
|
545
548
|
attr_accessor :policy_topic_type
|
|
@@ -563,21 +566,21 @@ module Google
|
|
|
563
566
|
end
|
|
564
567
|
end
|
|
565
568
|
|
|
566
|
-
#
|
|
569
|
+
# Evidence information used in the policy decision.
|
|
567
570
|
class AdPolicyTopicEvidence
|
|
568
571
|
include Google::Apis::Core::Hashable
|
|
569
572
|
|
|
570
|
-
#
|
|
573
|
+
# Details on the counterfeit enforcement that caused a policy violation.
|
|
571
574
|
# Corresponds to the JSON property `counterfeit`
|
|
572
575
|
# @return [Google::Apis::DisplayvideoV3::AdPolicyTopicEvidenceCounterfeit]
|
|
573
576
|
attr_accessor :counterfeit
|
|
574
577
|
|
|
575
|
-
#
|
|
578
|
+
# Details on a mismatch between destination URL types.
|
|
576
579
|
# Corresponds to the JSON property `destinationMismatch`
|
|
577
580
|
# @return [Google::Apis::DisplayvideoV3::AdPolicyTopicEvidenceDestinationMismatch]
|
|
578
581
|
attr_accessor :destination_mismatch
|
|
579
582
|
|
|
580
|
-
#
|
|
583
|
+
# Details for on HTTP or DNS errors related to the ad destination.
|
|
581
584
|
# Corresponds to the JSON property `destinationNotWorking`
|
|
582
585
|
# @return [Google::Apis::DisplayvideoV3::AdPolicyTopicEvidenceDestinationNotWorking]
|
|
583
586
|
attr_accessor :destination_not_working
|
|
@@ -592,20 +595,21 @@ module Google
|
|
|
592
595
|
# @return [Fixnum]
|
|
593
596
|
attr_accessor :http_code
|
|
594
597
|
|
|
595
|
-
# The language the ad was detected to be written in. This
|
|
596
|
-
#
|
|
598
|
+
# The language the ad was detected to be written in. This field uses IETF
|
|
599
|
+
# language tags, such as "en-US".
|
|
597
600
|
# Corresponds to the JSON property `languageCode`
|
|
598
601
|
# @return [String]
|
|
599
602
|
attr_accessor :language_code
|
|
600
603
|
|
|
601
|
-
# Legal related regulation enforcement, either from DMCA or local legal
|
|
604
|
+
# Legal related regulation enforcement, either from DMCA or local legal
|
|
605
|
+
# regulation.
|
|
602
606
|
# Corresponds to the JSON property `legalRemoval`
|
|
603
607
|
# @return [Google::Apis::DisplayvideoV3::AdPolicyTopicEvidenceLegalRemoval]
|
|
604
608
|
attr_accessor :legal_removal
|
|
605
609
|
|
|
606
|
-
# T&S proactive enforcement for policies meant to address
|
|
607
|
-
# This is considered
|
|
608
|
-
# since it's
|
|
610
|
+
# Trust & Safety (T&S) proactive enforcement for policies meant to address
|
|
611
|
+
# regional requirements. This is considered a Google-owned investigation instead
|
|
612
|
+
# of a regulation notice since it's proactive T&S enforcement.
|
|
609
613
|
# Corresponds to the JSON property `regionalRequirements`
|
|
610
614
|
# @return [Google::Apis::DisplayvideoV3::AdPolicyTopicEvidenceRegionalRequirements]
|
|
611
615
|
attr_accessor :regional_requirements
|
|
@@ -645,11 +649,11 @@ module Google
|
|
|
645
649
|
end
|
|
646
650
|
end
|
|
647
651
|
|
|
648
|
-
#
|
|
652
|
+
# Details on the counterfeit enforcement that caused a policy violation.
|
|
649
653
|
class AdPolicyTopicEvidenceCounterfeit
|
|
650
654
|
include Google::Apis::Core::Hashable
|
|
651
655
|
|
|
652
|
-
# The content or product owners that
|
|
656
|
+
# The content or product owners that made a complaint.
|
|
653
657
|
# Corresponds to the JSON property `owners`
|
|
654
658
|
# @return [Array<String>]
|
|
655
659
|
attr_accessor :owners
|
|
@@ -664,15 +668,14 @@ module Google
|
|
|
664
668
|
end
|
|
665
669
|
end
|
|
666
670
|
|
|
667
|
-
#
|
|
671
|
+
# Details on a mismatch between destination URL types.
|
|
668
672
|
class AdPolicyTopicEvidenceDestinationMismatch
|
|
669
673
|
include Google::Apis::Core::Hashable
|
|
670
674
|
|
|
671
|
-
# The set of URLs that do not match
|
|
672
|
-
#
|
|
673
|
-
#
|
|
674
|
-
#
|
|
675
|
-
# destinationmismatch.
|
|
675
|
+
# The set of URLs that do not match. The list can include single or multiple uri
|
|
676
|
+
# types. Example 1: [`DISPLAY_URL`, `FINAL_URL`] means ad display URL does not
|
|
677
|
+
# match with the ad final URL. Example 2: [`FINAL_URL`] means ad final URL did
|
|
678
|
+
# not match the crawled url, which is also considered as destination mismatch.
|
|
676
679
|
# Corresponds to the JSON property `uriTypes`
|
|
677
680
|
# @return [Array<String>]
|
|
678
681
|
attr_accessor :uri_types
|
|
@@ -687,11 +690,11 @@ module Google
|
|
|
687
690
|
end
|
|
688
691
|
end
|
|
689
692
|
|
|
690
|
-
#
|
|
693
|
+
# Details for on HTTP or DNS errors related to the ad destination.
|
|
691
694
|
class AdPolicyTopicEvidenceDestinationNotWorking
|
|
692
695
|
include Google::Apis::Core::Hashable
|
|
693
696
|
|
|
694
|
-
# The device
|
|
697
|
+
# The device where visiting the URL resulted in the error.
|
|
695
698
|
# Corresponds to the JSON property `device`
|
|
696
699
|
# @return [String]
|
|
697
700
|
attr_accessor :device
|
|
@@ -711,7 +714,7 @@ module Google
|
|
|
711
714
|
# @return [Fixnum]
|
|
712
715
|
attr_accessor :http_error_code
|
|
713
716
|
|
|
714
|
-
# The last
|
|
717
|
+
# The last time the error was seen when navigating to URL.
|
|
715
718
|
# Corresponds to the JSON property `lastCheckedTime`
|
|
716
719
|
# @return [String]
|
|
717
720
|
attr_accessor :last_checked_time
|
|
@@ -749,31 +752,32 @@ module Google
|
|
|
749
752
|
end
|
|
750
753
|
end
|
|
751
754
|
|
|
752
|
-
# Legal related regulation enforcement, either from DMCA or local legal
|
|
755
|
+
# Legal related regulation enforcement, either from DMCA or local legal
|
|
756
|
+
# regulation.
|
|
753
757
|
class AdPolicyTopicEvidenceLegalRemoval
|
|
754
758
|
include Google::Apis::Core::Hashable
|
|
755
759
|
|
|
756
|
-
# The
|
|
760
|
+
# The type of complaint causing the legal removal.
|
|
757
761
|
# Corresponds to the JSON property `complaintType`
|
|
758
762
|
# @return [String]
|
|
759
763
|
attr_accessor :complaint_type
|
|
760
764
|
|
|
761
|
-
# The restricted
|
|
765
|
+
# The countries restricted due to the legal removal.
|
|
762
766
|
# Corresponds to the JSON property `countryRestrictions`
|
|
763
767
|
# @return [Array<Google::Apis::DisplayvideoV3::AdPolicyCriterionRestriction>]
|
|
764
768
|
attr_accessor :country_restrictions
|
|
765
769
|
|
|
766
|
-
# DMCA
|
|
770
|
+
# DMCA complaint details.
|
|
767
771
|
# Corresponds to the JSON property `dmca`
|
|
768
772
|
# @return [Google::Apis::DisplayvideoV3::AdPolicyTopicEvidenceLegalRemovalDmca]
|
|
769
773
|
attr_accessor :dmca
|
|
770
774
|
|
|
771
|
-
# Local legal
|
|
775
|
+
# Local legal regulation details.
|
|
772
776
|
# Corresponds to the JSON property `localLegal`
|
|
773
777
|
# @return [Google::Apis::DisplayvideoV3::AdPolicyTopicEvidenceLegalRemovalLocalLegal]
|
|
774
778
|
attr_accessor :local_legal
|
|
775
779
|
|
|
776
|
-
# The urls
|
|
780
|
+
# The urls restricted due to the legal removal.
|
|
777
781
|
# Corresponds to the JSON property `restrictedUris`
|
|
778
782
|
# @return [Array<String>]
|
|
779
783
|
attr_accessor :restricted_uris
|
|
@@ -792,11 +796,11 @@ module Google
|
|
|
792
796
|
end
|
|
793
797
|
end
|
|
794
798
|
|
|
795
|
-
# DMCA
|
|
799
|
+
# DMCA complaint details.
|
|
796
800
|
class AdPolicyTopicEvidenceLegalRemovalDmca
|
|
797
801
|
include Google::Apis::Core::Hashable
|
|
798
802
|
|
|
799
|
-
# The entity who
|
|
803
|
+
# The entity who made the legal complaint.
|
|
800
804
|
# Corresponds to the JSON property `complainant`
|
|
801
805
|
# @return [String]
|
|
802
806
|
attr_accessor :complainant
|
|
@@ -811,7 +815,7 @@ module Google
|
|
|
811
815
|
end
|
|
812
816
|
end
|
|
813
817
|
|
|
814
|
-
# Local legal
|
|
818
|
+
# Local legal regulation details.
|
|
815
819
|
class AdPolicyTopicEvidenceLegalRemovalLocalLegal
|
|
816
820
|
include Google::Apis::Core::Hashable
|
|
817
821
|
|
|
@@ -830,9 +834,9 @@ module Google
|
|
|
830
834
|
end
|
|
831
835
|
end
|
|
832
836
|
|
|
833
|
-
# T&S proactive enforcement for policies meant to address
|
|
834
|
-
# This is considered
|
|
835
|
-
# since it's
|
|
837
|
+
# Trust & Safety (T&S) proactive enforcement for policies meant to address
|
|
838
|
+
# regional requirements. This is considered a Google-owned investigation instead
|
|
839
|
+
# of a regulation notice since it's proactive T&S enforcement.
|
|
836
840
|
class AdPolicyTopicEvidenceRegionalRequirements
|
|
837
841
|
include Google::Apis::Core::Hashable
|
|
838
842
|
|
|
@@ -855,12 +859,12 @@ module Google
|
|
|
855
859
|
class AdPolicyTopicEvidenceRegionalRequirementsRegionalRequirementsEntry
|
|
856
860
|
include Google::Apis::Core::Hashable
|
|
857
861
|
|
|
858
|
-
# The restricted
|
|
862
|
+
# The countries restricted due to the legal policy.
|
|
859
863
|
# Corresponds to the JSON property `countryRestrictions`
|
|
860
864
|
# @return [Array<Google::Apis::DisplayvideoV3::AdPolicyCriterionRestriction>]
|
|
861
865
|
attr_accessor :country_restrictions
|
|
862
866
|
|
|
863
|
-
# The legal policy that is violated.
|
|
867
|
+
# The legal policy that is being violated.
|
|
864
868
|
# Corresponds to the JSON property `legalPolicy`
|
|
865
869
|
# @return [String]
|
|
866
870
|
attr_accessor :legal_policy
|
|
@@ -899,7 +903,7 @@ module Google
|
|
|
899
903
|
class AdPolicyTopicEvidenceTrademark
|
|
900
904
|
include Google::Apis::Core::Hashable
|
|
901
905
|
|
|
902
|
-
#
|
|
906
|
+
# Countries where the policy violation is relevant.
|
|
903
907
|
# Corresponds to the JSON property `countryRestrictions`
|
|
904
908
|
# @return [Array<Google::Apis::DisplayvideoV3::AdPolicyCriterionRestriction>]
|
|
905
909
|
attr_accessor :country_restrictions
|
|
@@ -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
|
+
GEM_VERSION = "0.36.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251027"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-displayvideo_v3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.36.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v3/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v3/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v3/v0.36.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v3
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|