google-apis-displayvideo_v1 0.31.0 → 0.34.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.31.0"
19
+ GEM_VERSION = "0.34.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.5.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220429"
25
+ REVISION = "20220609"
26
26
  end
27
27
  end
28
28
  end
@@ -568,6 +568,12 @@ module Google
568
568
  include Google::Apis::Core::JsonObjectSupport
569
569
  end
570
570
 
571
+ class CustomBiddingModelReadinessState
572
+ class Representation < Google::Apis::Core::JsonRepresentation; end
573
+
574
+ include Google::Apis::Core::JsonObjectSupport
575
+ end
576
+
571
577
  class CustomBiddingScript
572
578
  class Representation < Google::Apis::Core::JsonRepresentation; end
573
579
 
@@ -718,6 +724,30 @@ module Google
718
724
  include Google::Apis::Core::JsonObjectSupport
719
725
  end
720
726
 
727
+ class EditGuaranteedOrderReadAccessorsRequest
728
+ class Representation < Google::Apis::Core::JsonRepresentation; end
729
+
730
+ include Google::Apis::Core::JsonObjectSupport
731
+ end
732
+
733
+ class EditGuaranteedOrderReadAccessorsResponse
734
+ class Representation < Google::Apis::Core::JsonRepresentation; end
735
+
736
+ include Google::Apis::Core::JsonObjectSupport
737
+ end
738
+
739
+ class EditInventorySourceReadWriteAccessorsRequest
740
+ class Representation < Google::Apis::Core::JsonRepresentation; end
741
+
742
+ include Google::Apis::Core::JsonObjectSupport
743
+ end
744
+
745
+ class EditInventorySourceReadWriteAccessorsRequestAdvertisersUpdate
746
+ class Representation < Google::Apis::Core::JsonRepresentation; end
747
+
748
+ include Google::Apis::Core::JsonObjectSupport
749
+ end
750
+
721
751
  class Empty
722
752
  class Representation < Google::Apis::Core::JsonRepresentation; end
723
753
 
@@ -868,6 +898,18 @@ module Google
868
898
  include Google::Apis::Core::JsonObjectSupport
869
899
  end
870
900
 
901
+ class GuaranteedOrder
902
+ class Representation < Google::Apis::Core::JsonRepresentation; end
903
+
904
+ include Google::Apis::Core::JsonObjectSupport
905
+ end
906
+
907
+ class GuaranteedOrderStatus
908
+ class Representation < Google::Apis::Core::JsonRepresentation; end
909
+
910
+ include Google::Apis::Core::JsonObjectSupport
911
+ end
912
+
871
913
  class HouseholdIncomeAssignedTargetingOptionDetails
872
914
  class Representation < Google::Apis::Core::JsonRepresentation; end
873
915
 
@@ -922,6 +964,24 @@ module Google
922
964
  include Google::Apis::Core::JsonObjectSupport
923
965
  end
924
966
 
967
+ class InventorySourceAccessors
968
+ class Representation < Google::Apis::Core::JsonRepresentation; end
969
+
970
+ include Google::Apis::Core::JsonObjectSupport
971
+ end
972
+
973
+ class InventorySourceAccessorsAdvertiserAccessors
974
+ class Representation < Google::Apis::Core::JsonRepresentation; end
975
+
976
+ include Google::Apis::Core::JsonObjectSupport
977
+ end
978
+
979
+ class InventorySourceAccessorsPartnerAccessor
980
+ class Representation < Google::Apis::Core::JsonRepresentation; end
981
+
982
+ include Google::Apis::Core::JsonObjectSupport
983
+ end
984
+
925
985
  class InventorySourceAssignedTargetingOptionDetails
926
986
  class Representation < Google::Apis::Core::JsonRepresentation; end
927
987
 
@@ -1090,6 +1150,12 @@ module Google
1090
1150
  include Google::Apis::Core::JsonObjectSupport
1091
1151
  end
1092
1152
 
1153
+ class ListGuaranteedOrdersResponse
1154
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1155
+
1156
+ include Google::Apis::Core::JsonObjectSupport
1157
+ end
1158
+
1093
1159
  class ListInsertionOrderAssignedTargetingOptionsResponse
1094
1160
  class Representation < Google::Apis::Core::JsonRepresentation; end
1095
1161
 
@@ -2653,12 +2719,22 @@ module Google
2653
2719
  property :custom_bidding_algorithm_type, as: 'customBiddingAlgorithmType'
2654
2720
  property :display_name, as: 'displayName'
2655
2721
  property :entity_status, as: 'entityStatus'
2722
+ collection :model_readiness, as: 'modelReadiness', class: Google::Apis::DisplayvideoV1::CustomBiddingModelReadinessState, decorator: Google::Apis::DisplayvideoV1::CustomBiddingModelReadinessState::Representation
2723
+
2656
2724
  property :name, as: 'name'
2657
2725
  property :partner_id, :numeric_string => true, as: 'partnerId'
2658
2726
  collection :shared_advertiser_ids, as: 'sharedAdvertiserIds'
2659
2727
  end
2660
2728
  end
2661
2729
 
2730
+ class CustomBiddingModelReadinessState
2731
+ # @private
2732
+ class Representation < Google::Apis::Core::JsonRepresentation
2733
+ property :advertiser_id, :numeric_string => true, as: 'advertiserId'
2734
+ property :readiness_state, as: 'readinessState'
2735
+ end
2736
+ end
2737
+
2662
2738
  class CustomBiddingScript
2663
2739
  # @private
2664
2740
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2881,6 +2957,42 @@ module Google
2881
2957
  end
2882
2958
  end
2883
2959
 
2960
+ class EditGuaranteedOrderReadAccessorsRequest
2961
+ # @private
2962
+ class Representation < Google::Apis::Core::JsonRepresentation
2963
+ collection :added_advertisers, as: 'addedAdvertisers'
2964
+ property :partner_id, :numeric_string => true, as: 'partnerId'
2965
+ property :read_access_inherited, as: 'readAccessInherited'
2966
+ collection :removed_advertisers, as: 'removedAdvertisers'
2967
+ end
2968
+ end
2969
+
2970
+ class EditGuaranteedOrderReadAccessorsResponse
2971
+ # @private
2972
+ class Representation < Google::Apis::Core::JsonRepresentation
2973
+ property :read_access_inherited, as: 'readAccessInherited'
2974
+ collection :read_advertiser_ids, as: 'readAdvertiserIds'
2975
+ end
2976
+ end
2977
+
2978
+ class EditInventorySourceReadWriteAccessorsRequest
2979
+ # @private
2980
+ class Representation < Google::Apis::Core::JsonRepresentation
2981
+ property :advertisers_update, as: 'advertisersUpdate', class: Google::Apis::DisplayvideoV1::EditInventorySourceReadWriteAccessorsRequestAdvertisersUpdate, decorator: Google::Apis::DisplayvideoV1::EditInventorySourceReadWriteAccessorsRequestAdvertisersUpdate::Representation
2982
+
2983
+ property :assign_partner, as: 'assignPartner'
2984
+ property :partner_id, :numeric_string => true, as: 'partnerId'
2985
+ end
2986
+ end
2987
+
2988
+ class EditInventorySourceReadWriteAccessorsRequestAdvertisersUpdate
2989
+ # @private
2990
+ class Representation < Google::Apis::Core::JsonRepresentation
2991
+ collection :added_advertisers, as: 'addedAdvertisers'
2992
+ collection :removed_advertisers, as: 'removedAdvertisers'
2993
+ end
2994
+ end
2995
+
2884
2996
  class Empty
2885
2997
  # @private
2886
2998
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3109,6 +3221,36 @@ module Google
3109
3221
  end
3110
3222
  end
3111
3223
 
3224
+ class GuaranteedOrder
3225
+ # @private
3226
+ class Representation < Google::Apis::Core::JsonRepresentation
3227
+ property :default_advertiser_id, :numeric_string => true, as: 'defaultAdvertiserId'
3228
+ property :default_campaign_id, :numeric_string => true, as: 'defaultCampaignId'
3229
+ property :display_name, as: 'displayName'
3230
+ property :exchange, as: 'exchange'
3231
+ property :guaranteed_order_id, as: 'guaranteedOrderId'
3232
+ property :legacy_guaranteed_order_id, as: 'legacyGuaranteedOrderId'
3233
+ property :name, as: 'name'
3234
+ property :publisher_name, as: 'publisherName'
3235
+ property :read_access_inherited, as: 'readAccessInherited'
3236
+ collection :read_advertiser_ids, as: 'readAdvertiserIds'
3237
+ property :read_write_advertiser_id, :numeric_string => true, as: 'readWriteAdvertiserId'
3238
+ property :read_write_partner_id, :numeric_string => true, as: 'readWritePartnerId'
3239
+ property :status, as: 'status', class: Google::Apis::DisplayvideoV1::GuaranteedOrderStatus, decorator: Google::Apis::DisplayvideoV1::GuaranteedOrderStatus::Representation
3240
+
3241
+ property :update_time, as: 'updateTime'
3242
+ end
3243
+ end
3244
+
3245
+ class GuaranteedOrderStatus
3246
+ # @private
3247
+ class Representation < Google::Apis::Core::JsonRepresentation
3248
+ property :config_status, as: 'configStatus'
3249
+ property :entity_pause_reason, as: 'entityPauseReason'
3250
+ property :entity_status, as: 'entityStatus'
3251
+ end
3252
+ end
3253
+
3112
3254
  class HouseholdIncomeAssignedTargetingOptionDetails
3113
3255
  # @private
3114
3256
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3225,20 +3367,51 @@ module Google
3225
3367
  property :delivery_method, as: 'deliveryMethod'
3226
3368
  property :display_name, as: 'displayName'
3227
3369
  property :exchange, as: 'exchange'
3370
+ property :guaranteed_order_id, as: 'guaranteedOrderId'
3228
3371
  property :inventory_source_id, :numeric_string => true, as: 'inventorySourceId'
3372
+ property :inventory_source_product_type, as: 'inventorySourceProductType'
3229
3373
  property :inventory_source_type, as: 'inventorySourceType'
3230
3374
  property :name, as: 'name'
3231
3375
  property :publisher_name, as: 'publisherName'
3232
3376
  property :rate_details, as: 'rateDetails', class: Google::Apis::DisplayvideoV1::RateDetails, decorator: Google::Apis::DisplayvideoV1::RateDetails::Representation
3233
3377
 
3378
+ collection :read_advertiser_ids, as: 'readAdvertiserIds'
3379
+ collection :read_partner_ids, as: 'readPartnerIds'
3380
+ property :read_write_accessors, as: 'readWriteAccessors', class: Google::Apis::DisplayvideoV1::InventorySourceAccessors, decorator: Google::Apis::DisplayvideoV1::InventorySourceAccessors::Representation
3381
+
3234
3382
  property :status, as: 'status', class: Google::Apis::DisplayvideoV1::InventorySourceStatus, decorator: Google::Apis::DisplayvideoV1::InventorySourceStatus::Representation
3235
3383
 
3384
+ property :sub_site_property_id, :numeric_string => true, as: 'subSitePropertyId'
3236
3385
  property :time_range, as: 'timeRange', class: Google::Apis::DisplayvideoV1::TimeRange, decorator: Google::Apis::DisplayvideoV1::TimeRange::Representation
3237
3386
 
3238
3387
  property :update_time, as: 'updateTime'
3239
3388
  end
3240
3389
  end
3241
3390
 
3391
+ class InventorySourceAccessors
3392
+ # @private
3393
+ class Representation < Google::Apis::Core::JsonRepresentation
3394
+ property :advertisers, as: 'advertisers', class: Google::Apis::DisplayvideoV1::InventorySourceAccessorsAdvertiserAccessors, decorator: Google::Apis::DisplayvideoV1::InventorySourceAccessorsAdvertiserAccessors::Representation
3395
+
3396
+ property :partner, as: 'partner', class: Google::Apis::DisplayvideoV1::InventorySourceAccessorsPartnerAccessor, decorator: Google::Apis::DisplayvideoV1::InventorySourceAccessorsPartnerAccessor::Representation
3397
+
3398
+ end
3399
+ end
3400
+
3401
+ class InventorySourceAccessorsAdvertiserAccessors
3402
+ # @private
3403
+ class Representation < Google::Apis::Core::JsonRepresentation
3404
+ collection :advertiser_ids, as: 'advertiserIds'
3405
+ end
3406
+ end
3407
+
3408
+ class InventorySourceAccessorsPartnerAccessor
3409
+ # @private
3410
+ class Representation < Google::Apis::Core::JsonRepresentation
3411
+ property :partner_id, :numeric_string => true, as: 'partnerId'
3412
+ end
3413
+ end
3414
+
3242
3415
  class InventorySourceAssignedTargetingOptionDetails
3243
3416
  # @private
3244
3417
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3536,6 +3709,15 @@ module Google
3536
3709
  end
3537
3710
  end
3538
3711
 
3712
+ class ListGuaranteedOrdersResponse
3713
+ # @private
3714
+ class Representation < Google::Apis::Core::JsonRepresentation
3715
+ collection :guaranteed_orders, as: 'guaranteedOrders', class: Google::Apis::DisplayvideoV1::GuaranteedOrder, decorator: Google::Apis::DisplayvideoV1::GuaranteedOrder::Representation
3716
+
3717
+ property :next_page_token, as: 'nextPageToken'
3718
+ end
3719
+ end
3720
+
3539
3721
  class ListInsertionOrderAssignedTargetingOptionsResponse
3540
3722
  # @private
3541
3723
  class Representation < Google::Apis::Core::JsonRepresentation