google-apis-realtimebidding_v1 0.1.0 → 0.30.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.
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RealtimebiddingV1
18
18
  # Version of the google-apis-realtimebidding_v1 gem
19
- GEM_VERSION = "0.1.0"
19
+ GEM_VERSION = "0.30.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.1"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20201109"
25
+ REVISION = "20231106"
26
26
  end
27
27
  end
28
28
  end
@@ -28,6 +28,12 @@ module Google
28
28
  include Google::Apis::Core::JsonObjectSupport
29
29
  end
30
30
 
31
+ class AdTechnologyProviders
32
+ class Representation < Google::Apis::Core::JsonRepresentation; end
33
+
34
+ include Google::Apis::Core::JsonObjectSupport
35
+ end
36
+
31
37
  class AddTargetedAppsRequest
32
38
  class Representation < Google::Apis::Core::JsonRepresentation; end
33
39
 
@@ -58,6 +64,42 @@ module Google
58
64
  include Google::Apis::Core::JsonObjectSupport
59
65
  end
60
66
 
67
+ class BatchApprovePublisherConnectionsRequest
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
73
+ class BatchApprovePublisherConnectionsResponse
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+
76
+ include Google::Apis::Core::JsonObjectSupport
77
+ end
78
+
79
+ class BatchRejectPublisherConnectionsRequest
80
+ class Representation < Google::Apis::Core::JsonRepresentation; end
81
+
82
+ include Google::Apis::Core::JsonObjectSupport
83
+ end
84
+
85
+ class BatchRejectPublisherConnectionsResponse
86
+ class Representation < Google::Apis::Core::JsonRepresentation; end
87
+
88
+ include Google::Apis::Core::JsonObjectSupport
89
+ end
90
+
91
+ class Bidder
92
+ class Representation < Google::Apis::Core::JsonRepresentation; end
93
+
94
+ include Google::Apis::Core::JsonObjectSupport
95
+ end
96
+
97
+ class Buyer
98
+ class Representation < Google::Apis::Core::JsonRepresentation; end
99
+
100
+ include Google::Apis::Core::JsonObjectSupport
101
+ end
102
+
61
103
  class CloseUserListRequest
62
104
  class Representation < Google::Apis::Core::JsonRepresentation; end
63
105
 
@@ -130,6 +172,12 @@ module Google
130
172
  include Google::Apis::Core::JsonObjectSupport
131
173
  end
132
174
 
175
+ class Endpoint
176
+ class Representation < Google::Apis::Core::JsonRepresentation; end
177
+
178
+ include Google::Apis::Core::JsonObjectSupport
179
+ end
180
+
133
181
  class GetRemarketingTagResponse
134
182
  class Representation < Google::Apis::Core::JsonRepresentation; end
135
183
 
@@ -160,18 +208,42 @@ module Google
160
208
  include Google::Apis::Core::JsonObjectSupport
161
209
  end
162
210
 
211
+ class ListBiddersResponse
212
+ class Representation < Google::Apis::Core::JsonRepresentation; end
213
+
214
+ include Google::Apis::Core::JsonObjectSupport
215
+ end
216
+
217
+ class ListBuyersResponse
218
+ class Representation < Google::Apis::Core::JsonRepresentation; end
219
+
220
+ include Google::Apis::Core::JsonObjectSupport
221
+ end
222
+
163
223
  class ListCreativesResponse
164
224
  class Representation < Google::Apis::Core::JsonRepresentation; end
165
225
 
166
226
  include Google::Apis::Core::JsonObjectSupport
167
227
  end
168
228
 
229
+ class ListEndpointsResponse
230
+ class Representation < Google::Apis::Core::JsonRepresentation; end
231
+
232
+ include Google::Apis::Core::JsonObjectSupport
233
+ end
234
+
169
235
  class ListPretargetingConfigsResponse
170
236
  class Representation < Google::Apis::Core::JsonRepresentation; end
171
237
 
172
238
  include Google::Apis::Core::JsonObjectSupport
173
239
  end
174
240
 
241
+ class ListPublisherConnectionsResponse
242
+ class Representation < Google::Apis::Core::JsonRepresentation; end
243
+
244
+ include Google::Apis::Core::JsonObjectSupport
245
+ end
246
+
175
247
  class ListUserListsResponse
176
248
  class Representation < Google::Apis::Core::JsonRepresentation; end
177
249
 
@@ -226,6 +298,12 @@ module Google
226
298
  include Google::Apis::Core::JsonObjectSupport
227
299
  end
228
300
 
301
+ class PublisherConnection
302
+ class Representation < Google::Apis::Core::JsonRepresentation; end
303
+
304
+ include Google::Apis::Core::JsonObjectSupport
305
+ end
306
+
229
307
  class RemoveTargetedAppsRequest
230
308
  class Representation < Google::Apis::Core::JsonRepresentation; end
231
309
 
@@ -304,6 +382,15 @@ module Google
304
382
  end
305
383
  end
306
384
 
385
+ class AdTechnologyProviders
386
+ # @private
387
+ class Representation < Google::Apis::Core::JsonRepresentation
388
+ collection :detected_gvl_ids, as: 'detectedGvlIds'
389
+ collection :detected_provider_ids, as: 'detectedProviderIds'
390
+ collection :unidentified_provider_domains, as: 'unidentifiedProviderDomains'
391
+ end
392
+ end
393
+
307
394
  class AddTargetedAppsRequest
308
395
  # @private
309
396
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -348,6 +435,59 @@ module Google
348
435
  end
349
436
  end
350
437
 
438
+ class BatchApprovePublisherConnectionsRequest
439
+ # @private
440
+ class Representation < Google::Apis::Core::JsonRepresentation
441
+ collection :names, as: 'names'
442
+ end
443
+ end
444
+
445
+ class BatchApprovePublisherConnectionsResponse
446
+ # @private
447
+ class Representation < Google::Apis::Core::JsonRepresentation
448
+ collection :publisher_connections, as: 'publisherConnections', class: Google::Apis::RealtimebiddingV1::PublisherConnection, decorator: Google::Apis::RealtimebiddingV1::PublisherConnection::Representation
449
+
450
+ end
451
+ end
452
+
453
+ class BatchRejectPublisherConnectionsRequest
454
+ # @private
455
+ class Representation < Google::Apis::Core::JsonRepresentation
456
+ collection :names, as: 'names'
457
+ end
458
+ end
459
+
460
+ class BatchRejectPublisherConnectionsResponse
461
+ # @private
462
+ class Representation < Google::Apis::Core::JsonRepresentation
463
+ collection :publisher_connections, as: 'publisherConnections', class: Google::Apis::RealtimebiddingV1::PublisherConnection, decorator: Google::Apis::RealtimebiddingV1::PublisherConnection::Representation
464
+
465
+ end
466
+ end
467
+
468
+ class Bidder
469
+ # @private
470
+ class Representation < Google::Apis::Core::JsonRepresentation
471
+ property :bypass_nonguaranteed_deals_pretargeting, as: 'bypassNonguaranteedDealsPretargeting'
472
+ property :cookie_matching_network_id, as: 'cookieMatchingNetworkId'
473
+ property :cookie_matching_url, as: 'cookieMatchingUrl'
474
+ property :deals_billing_id, as: 'dealsBillingId'
475
+ property :name, as: 'name'
476
+ end
477
+ end
478
+
479
+ class Buyer
480
+ # @private
481
+ class Representation < Google::Apis::Core::JsonRepresentation
482
+ property :active_creative_count, :numeric_string => true, as: 'activeCreativeCount'
483
+ property :bidder, as: 'bidder'
484
+ collection :billing_ids, as: 'billingIds'
485
+ property :display_name, as: 'displayName'
486
+ property :maximum_active_creative_count, :numeric_string => true, as: 'maximumActiveCreativeCount'
487
+ property :name, as: 'name'
488
+ end
489
+ end
490
+
351
491
  class CloseUserListRequest
352
492
  # @private
353
493
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -377,6 +517,7 @@ module Google
377
517
  property :name, as: 'name'
378
518
  property :native, as: 'native', class: Google::Apis::RealtimebiddingV1::NativeContent, decorator: Google::Apis::RealtimebiddingV1::NativeContent::Representation
379
519
 
520
+ property :render_url, as: 'renderUrl'
380
521
  collection :restricted_categories, as: 'restrictedCategories'
381
522
  property :version, as: 'version'
382
523
  property :video, as: 'video', class: Google::Apis::RealtimebiddingV1::VideoContent, decorator: Google::Apis::RealtimebiddingV1::VideoContent::Representation
@@ -395,6 +536,8 @@ module Google
395
536
  class CreativeServingDecision
396
537
  # @private
397
538
  class Representation < Google::Apis::Core::JsonRepresentation
539
+ property :ad_technology_providers, as: 'adTechnologyProviders', class: Google::Apis::RealtimebiddingV1::AdTechnologyProviders, decorator: Google::Apis::RealtimebiddingV1::AdTechnologyProviders::Representation
540
+
398
541
  property :china_policy_compliance, as: 'chinaPolicyCompliance', class: Google::Apis::RealtimebiddingV1::PolicyCompliance, decorator: Google::Apis::RealtimebiddingV1::PolicyCompliance::Representation
399
542
 
400
543
  property :deals_policy_compliance, as: 'dealsPolicyCompliance', class: Google::Apis::RealtimebiddingV1::PolicyCompliance, decorator: Google::Apis::RealtimebiddingV1::PolicyCompliance::Representation
@@ -489,6 +632,17 @@ module Google
489
632
  end
490
633
  end
491
634
 
635
+ class Endpoint
636
+ # @private
637
+ class Representation < Google::Apis::Core::JsonRepresentation
638
+ property :bid_protocol, as: 'bidProtocol'
639
+ property :maximum_qps, :numeric_string => true, as: 'maximumQps'
640
+ property :name, as: 'name'
641
+ property :trading_location, as: 'tradingLocation'
642
+ property :url, as: 'url'
643
+ end
644
+ end
645
+
492
646
  class GetRemarketingTagResponse
493
647
  # @private
494
648
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -529,6 +683,24 @@ module Google
529
683
  end
530
684
  end
531
685
 
686
+ class ListBiddersResponse
687
+ # @private
688
+ class Representation < Google::Apis::Core::JsonRepresentation
689
+ collection :bidders, as: 'bidders', class: Google::Apis::RealtimebiddingV1::Bidder, decorator: Google::Apis::RealtimebiddingV1::Bidder::Representation
690
+
691
+ property :next_page_token, as: 'nextPageToken'
692
+ end
693
+ end
694
+
695
+ class ListBuyersResponse
696
+ # @private
697
+ class Representation < Google::Apis::Core::JsonRepresentation
698
+ collection :buyers, as: 'buyers', class: Google::Apis::RealtimebiddingV1::Buyer, decorator: Google::Apis::RealtimebiddingV1::Buyer::Representation
699
+
700
+ property :next_page_token, as: 'nextPageToken'
701
+ end
702
+ end
703
+
532
704
  class ListCreativesResponse
533
705
  # @private
534
706
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -538,6 +710,15 @@ module Google
538
710
  end
539
711
  end
540
712
 
713
+ class ListEndpointsResponse
714
+ # @private
715
+ class Representation < Google::Apis::Core::JsonRepresentation
716
+ collection :endpoints, as: 'endpoints', class: Google::Apis::RealtimebiddingV1::Endpoint, decorator: Google::Apis::RealtimebiddingV1::Endpoint::Representation
717
+
718
+ property :next_page_token, as: 'nextPageToken'
719
+ end
720
+ end
721
+
541
722
  class ListPretargetingConfigsResponse
542
723
  # @private
543
724
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -547,6 +728,15 @@ module Google
547
728
  end
548
729
  end
549
730
 
731
+ class ListPublisherConnectionsResponse
732
+ # @private
733
+ class Representation < Google::Apis::Core::JsonRepresentation
734
+ property :next_page_token, as: 'nextPageToken'
735
+ collection :publisher_connections, as: 'publisherConnections', class: Google::Apis::RealtimebiddingV1::PublisherConnection, decorator: Google::Apis::RealtimebiddingV1::PublisherConnection::Representation
736
+
737
+ end
738
+ end
739
+
550
740
  class ListUserListsResponse
551
741
  # @private
552
742
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -582,6 +772,7 @@ module Google
582
772
  property :price_display_text, as: 'priceDisplayText'
583
773
  property :star_rating, as: 'starRating'
584
774
  property :video_url, as: 'videoUrl'
775
+ property :video_vast_xml, as: 'videoVastXml'
585
776
  end
586
777
  end
587
778
 
@@ -614,6 +805,7 @@ module Google
614
805
  collection :evidences, as: 'evidences', class: Google::Apis::RealtimebiddingV1::PolicyTopicEvidence, decorator: Google::Apis::RealtimebiddingV1::PolicyTopicEvidence::Representation
615
806
 
616
807
  property :help_center_url, as: 'helpCenterUrl'
808
+ property :missing_certificate, as: 'missingCertificate'
617
809
  property :policy_topic, as: 'policyTopic'
618
810
  end
619
811
  end
@@ -674,6 +866,17 @@ module Google
674
866
  end
675
867
  end
676
868
 
869
+ class PublisherConnection
870
+ # @private
871
+ class Representation < Google::Apis::Core::JsonRepresentation
872
+ property :bidding_state, as: 'biddingState'
873
+ property :create_time, as: 'createTime'
874
+ property :display_name, as: 'displayName'
875
+ property :name, as: 'name'
876
+ property :publisher_platform, as: 'publisherPlatform'
877
+ end
878
+ end
879
+
677
880
  class RemoveTargetedAppsRequest
678
881
  # @private
679
882
  class Representation < Google::Apis::Core::JsonRepresentation