google-apis-displayvideo_v1 0.30.0 → 0.33.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: c483f1e00f92c0791c2cb9c881831426ffc589860f99575e7ec18b6c11dbe4df
4
- data.tar.gz: 54f4ef6028e82b66b9074c1d87f0a16a22d0bab9ecf296bca8997955b1780857
3
+ metadata.gz: 6e6de1a8fbd7a7f88938676ce13239b16da0317af8e482b5897f299caf271baf
4
+ data.tar.gz: 992d6b1774885c52d371ca1ef8d193e351edd350cce747623f74cb984e47cf0d
5
5
  SHA512:
6
- metadata.gz: b4450b372c9510e9cd197fb68fcead4e0531e13f21060edbca58d580e38d64943d69ff4a12e26e0da742fac0d775153d7f4be7f946dba46fbe955510ee64f3aa
7
- data.tar.gz: affaf19700f3b718434e3b7faa1789eff29e126b773d2ff5e220cc14dcd1e77c182facc8ac3f381e9f331b21a6f7582b1a19ea5bd550d3a391b136f4f66638d0
6
+ metadata.gz: baccc2c6260f3fdbbdd65b36b7d9818c7bceb2cb1678217e33eb57cec67e2aa04012763fbb91dba7096fd222965be97723d249f098a22096074d709b6047a3d3
7
+ data.tar.gz: e1618386bec6dc746dc1ed0d0b6862a69be25317684a5bc4f821b16430148b70552b4a3ac75e2c9c483742d6dfbd35ec8549aa451451fd530baae6212a5475af
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-displayvideo_v1
2
2
 
3
+ ### v0.33.0 (2022-05-28)
4
+
5
+ * Regenerated from discovery document revision 20220526
6
+
7
+ ### v0.32.0 (2022-05-20)
8
+
9
+ * Regenerated from discovery document revision 20220518
10
+
11
+ ### v0.31.0 (2022-05-03)
12
+
13
+ * Regenerated from discovery document revision 20220429
14
+
3
15
  ### v0.30.0 (2022-04-13)
4
16
 
5
17
  * Regenerated from discovery document revision 20220411
@@ -855,7 +855,7 @@ module Google
855
855
 
856
856
  # Details for assigned gender targeting option. This will be populated in the
857
857
  # details field of an AssignedTargetingOption when targeting_type is `
858
- # TARTGETING_TYPE_GENDER`.
858
+ # TARGETING_TYPE_GENDER`.
859
859
  # Corresponds to the JSON property `genderDetails`
860
860
  # @return [Google::Apis::DisplayvideoV1::GenderAssignedTargetingOptionDetails]
861
861
  attr_accessor :gender_details
@@ -951,7 +951,7 @@ module Google
951
951
 
952
952
  # Details for assigned parental status targeting option. This will be populated
953
953
  # in the details field of an AssignedTargetingOption when targeting_type is `
954
- # TARTGETING_TYPE_PARENTAL_STATUS`.
954
+ # TARGETING_TYPE_PARENTAL_STATUS`.
955
955
  # Corresponds to the JSON property `parentalStatusDetails`
956
956
  # @return [Google::Apis::DisplayvideoV1::ParentalStatusAssignedTargetingOptionDetails]
957
957
  attr_accessor :parental_status_details
@@ -2817,7 +2817,9 @@ module Google
2817
2817
  class ContactInfoList
2818
2818
  include Google::Apis::Core::Hashable
2819
2819
 
2820
- # A list of ContactInfo objects defining Customer Match audience members.
2820
+ # A list of ContactInfo objects defining Customer Match audience members. The
2821
+ # size of members after splitting the contact_infos mustn't be greater than 500,
2822
+ # 000.
2821
2823
  # Corresponds to the JSON property `contactInfos`
2822
2824
  # @return [Array<Google::Apis::DisplayvideoV1::ContactInfo>]
2823
2825
  attr_accessor :contact_infos
@@ -3626,8 +3628,8 @@ module Google
3626
3628
  # @return [Google::Apis::DisplayvideoV1::UniversalAdId]
3627
3629
  attr_accessor :universal_ad_id
3628
3630
 
3629
- # Output only. The timestamp when the creative was last updated. Assigned by the
3630
- # system.
3631
+ # Output only. The timestamp when the creative was last updated, either by the
3632
+ # user or system (e.g. creative review). Assigned by the system.
3631
3633
  # Corresponds to the JSON property `updateTime`
3632
3634
  # @return [String]
3633
3635
  attr_accessor :update_time
@@ -3779,6 +3781,17 @@ module Google
3779
3781
  # @return [String]
3780
3782
  attr_accessor :entity_status
3781
3783
 
3784
+ # Output only. The state of custom bidding model readiness for each advertiser
3785
+ # who has access. This field may only include the state of the queried
3786
+ # advertiser if the algorithm [`owner`](/display-video/api/reference/rest/v1/
3787
+ # customBiddingAlgorithms#CustomBiddingAlgorithm.FIELDS.oneof_owner) is a
3788
+ # partner and is being retrieved using an advertiser [`accessor`](/display-video/
3789
+ # api/reference/rest/v1/customBiddingAlgorithms/list#body.QUERY_PARAMETERS.
3790
+ # oneof_accessor).
3791
+ # Corresponds to the JSON property `modelReadiness`
3792
+ # @return [Array<Google::Apis::DisplayvideoV1::CustomBiddingModelReadinessState>]
3793
+ attr_accessor :model_readiness
3794
+
3782
3795
  # Output only. The resource name of the custom bidding algorithm.
3783
3796
  # Corresponds to the JSON property `name`
3784
3797
  # @return [String]
@@ -3812,12 +3825,39 @@ module Google
3812
3825
  @custom_bidding_algorithm_type = args[:custom_bidding_algorithm_type] if args.key?(:custom_bidding_algorithm_type)
3813
3826
  @display_name = args[:display_name] if args.key?(:display_name)
3814
3827
  @entity_status = args[:entity_status] if args.key?(:entity_status)
3828
+ @model_readiness = args[:model_readiness] if args.key?(:model_readiness)
3815
3829
  @name = args[:name] if args.key?(:name)
3816
3830
  @partner_id = args[:partner_id] if args.key?(:partner_id)
3817
3831
  @shared_advertiser_ids = args[:shared_advertiser_ids] if args.key?(:shared_advertiser_ids)
3818
3832
  end
3819
3833
  end
3820
3834
 
3835
+ # The custom bidding algorithm model readiness state for a single shared
3836
+ # advertiser.
3837
+ class CustomBiddingModelReadinessState
3838
+ include Google::Apis::Core::Hashable
3839
+
3840
+ # The unique ID of the relevant advertiser.
3841
+ # Corresponds to the JSON property `advertiserId`
3842
+ # @return [Fixnum]
3843
+ attr_accessor :advertiser_id
3844
+
3845
+ # The readiness state of custom bidding model.
3846
+ # Corresponds to the JSON property `readinessState`
3847
+ # @return [String]
3848
+ attr_accessor :readiness_state
3849
+
3850
+ def initialize(**args)
3851
+ update!(**args)
3852
+ end
3853
+
3854
+ # Update properties of this object
3855
+ def update!(**args)
3856
+ @advertiser_id = args[:advertiser_id] if args.key?(:advertiser_id)
3857
+ @readiness_state = args[:readiness_state] if args.key?(:readiness_state)
3858
+ end
3859
+ end
3860
+
3821
3861
  # A single custom bidding script.
3822
3862
  class CustomBiddingScript
3823
3863
  include Google::Apis::Core::Hashable
@@ -4566,6 +4606,134 @@ module Google
4566
4606
  end
4567
4607
  end
4568
4608
 
4609
+ # Request message for GuaranteedOrderService.EditGuaranteedOrderReadAccessors.
4610
+ class EditGuaranteedOrderReadAccessorsRequest
4611
+ include Google::Apis::Core::Hashable
4612
+
4613
+ # The advertisers to add as read accessors to the guaranteed order.
4614
+ # Corresponds to the JSON property `addedAdvertisers`
4615
+ # @return [Array<Fixnum>]
4616
+ attr_accessor :added_advertisers
4617
+
4618
+ # Required. The partner context in which the change is being made.
4619
+ # Corresponds to the JSON property `partnerId`
4620
+ # @return [Fixnum]
4621
+ attr_accessor :partner_id
4622
+
4623
+ # Whether to give all advertisers of the read/write accessor partner read access
4624
+ # to the guaranteed order. Only applicable if read_write_partner_id is set in
4625
+ # the guaranteed order.
4626
+ # Corresponds to the JSON property `readAccessInherited`
4627
+ # @return [Boolean]
4628
+ attr_accessor :read_access_inherited
4629
+ alias_method :read_access_inherited?, :read_access_inherited
4630
+
4631
+ # The advertisers to remove as read accessors to the guaranteed order.
4632
+ # Corresponds to the JSON property `removedAdvertisers`
4633
+ # @return [Array<Fixnum>]
4634
+ attr_accessor :removed_advertisers
4635
+
4636
+ def initialize(**args)
4637
+ update!(**args)
4638
+ end
4639
+
4640
+ # Update properties of this object
4641
+ def update!(**args)
4642
+ @added_advertisers = args[:added_advertisers] if args.key?(:added_advertisers)
4643
+ @partner_id = args[:partner_id] if args.key?(:partner_id)
4644
+ @read_access_inherited = args[:read_access_inherited] if args.key?(:read_access_inherited)
4645
+ @removed_advertisers = args[:removed_advertisers] if args.key?(:removed_advertisers)
4646
+ end
4647
+ end
4648
+
4649
+ #
4650
+ class EditGuaranteedOrderReadAccessorsResponse
4651
+ include Google::Apis::Core::Hashable
4652
+
4653
+ # Whether all advertisers of read_write_partner_id have read access to the
4654
+ # guaranteed order.
4655
+ # Corresponds to the JSON property `readAccessInherited`
4656
+ # @return [Boolean]
4657
+ attr_accessor :read_access_inherited
4658
+ alias_method :read_access_inherited?, :read_access_inherited
4659
+
4660
+ # The IDs of advertisers with read access to the guaranteed order.
4661
+ # Corresponds to the JSON property `readAdvertiserIds`
4662
+ # @return [Array<Fixnum>]
4663
+ attr_accessor :read_advertiser_ids
4664
+
4665
+ def initialize(**args)
4666
+ update!(**args)
4667
+ end
4668
+
4669
+ # Update properties of this object
4670
+ def update!(**args)
4671
+ @read_access_inherited = args[:read_access_inherited] if args.key?(:read_access_inherited)
4672
+ @read_advertiser_ids = args[:read_advertiser_ids] if args.key?(:read_advertiser_ids)
4673
+ end
4674
+ end
4675
+
4676
+ # Request message for InventorySourceService.
4677
+ # EditInventorySourceReadWriteAccessors.
4678
+ class EditInventorySourceReadWriteAccessorsRequest
4679
+ include Google::Apis::Core::Hashable
4680
+
4681
+ # Update to the list of advertisers with read/write access to the inventory
4682
+ # source.
4683
+ # Corresponds to the JSON property `advertisersUpdate`
4684
+ # @return [Google::Apis::DisplayvideoV1::EditInventorySourceReadWriteAccessorsRequestAdvertisersUpdate]
4685
+ attr_accessor :advertisers_update
4686
+
4687
+ # Set the partner context as read/write accessor of the inventory source. This
4688
+ # will remove all other current read/write advertiser accessors.
4689
+ # Corresponds to the JSON property `assignPartner`
4690
+ # @return [Boolean]
4691
+ attr_accessor :assign_partner
4692
+ alias_method :assign_partner?, :assign_partner
4693
+
4694
+ # Required. The partner context by which the accessors change is being made.
4695
+ # Corresponds to the JSON property `partnerId`
4696
+ # @return [Fixnum]
4697
+ attr_accessor :partner_id
4698
+
4699
+ def initialize(**args)
4700
+ update!(**args)
4701
+ end
4702
+
4703
+ # Update properties of this object
4704
+ def update!(**args)
4705
+ @advertisers_update = args[:advertisers_update] if args.key?(:advertisers_update)
4706
+ @assign_partner = args[:assign_partner] if args.key?(:assign_partner)
4707
+ @partner_id = args[:partner_id] if args.key?(:partner_id)
4708
+ end
4709
+ end
4710
+
4711
+ # Update to the list of advertisers with read/write access to the inventory
4712
+ # source.
4713
+ class EditInventorySourceReadWriteAccessorsRequestAdvertisersUpdate
4714
+ include Google::Apis::Core::Hashable
4715
+
4716
+ # The advertisers to add.
4717
+ # Corresponds to the JSON property `addedAdvertisers`
4718
+ # @return [Array<Fixnum>]
4719
+ attr_accessor :added_advertisers
4720
+
4721
+ # The advertisers to remove.
4722
+ # Corresponds to the JSON property `removedAdvertisers`
4723
+ # @return [Array<Fixnum>]
4724
+ attr_accessor :removed_advertisers
4725
+
4726
+ def initialize(**args)
4727
+ update!(**args)
4728
+ end
4729
+
4730
+ # Update properties of this object
4731
+ def update!(**args)
4732
+ @added_advertisers = args[:added_advertisers] if args.key?(:added_advertisers)
4733
+ @removed_advertisers = args[:removed_advertisers] if args.key?(:removed_advertisers)
4734
+ end
4735
+ end
4736
+
4569
4737
  # A generic empty message that you can re-use to avoid defining duplicated empty
4570
4738
  # messages in your APIs. A typical example is to use it as the request or the
4571
4739
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
@@ -5148,7 +5316,7 @@ module Google
5148
5316
 
5149
5317
  # Details for assigned gender targeting option. This will be populated in the
5150
5318
  # details field of an AssignedTargetingOption when targeting_type is `
5151
- # TARTGETING_TYPE_GENDER`.
5319
+ # TARGETING_TYPE_GENDER`.
5152
5320
  class GenderAssignedTargetingOptionDetails
5153
5321
  include Google::Apis::Core::Hashable
5154
5322
 
@@ -5418,6 +5586,161 @@ module Google
5418
5586
  end
5419
5587
  end
5420
5588
 
5589
+ # A guaranteed order. Guaranteed orders are parent entity of guaranteed
5590
+ # inventory sources. When creating a guaranteed inventory source, a guaranteed
5591
+ # order ID must be assigned to the inventory source.
5592
+ class GuaranteedOrder
5593
+ include Google::Apis::Core::Hashable
5594
+
5595
+ # Output only. The ID of default advertiser of the guaranteed order. The default
5596
+ # advertiser is either the read_write_advertiser_id or, if that is not set, the
5597
+ # first advertiser listed in read_advertiser_ids. Otherwise, there is no default
5598
+ # advertiser.
5599
+ # Corresponds to the JSON property `defaultAdvertiserId`
5600
+ # @return [Fixnum]
5601
+ attr_accessor :default_advertiser_id
5602
+
5603
+ # The ID of the default campaign that is assigned to the guaranteed order. The
5604
+ # default campaign must belong to the default advertiser.
5605
+ # Corresponds to the JSON property `defaultCampaignId`
5606
+ # @return [Fixnum]
5607
+ attr_accessor :default_campaign_id
5608
+
5609
+ # Required. The display name of the guaranteed order. Must be UTF-8 encoded with
5610
+ # a maximum size of 240 bytes.
5611
+ # Corresponds to the JSON property `displayName`
5612
+ # @return [String]
5613
+ attr_accessor :display_name
5614
+
5615
+ # Required. Immutable. The exchange where the guaranteed order originated.
5616
+ # Corresponds to the JSON property `exchange`
5617
+ # @return [String]
5618
+ attr_accessor :exchange
5619
+
5620
+ # Output only. The unique identifier of the guaranteed order. The guaranteed
5621
+ # order IDs have the format ``exchange`-`legacy_guaranteed_order_id``.
5622
+ # Corresponds to the JSON property `guaranteedOrderId`
5623
+ # @return [String]
5624
+ attr_accessor :guaranteed_order_id
5625
+
5626
+ # Output only. The legacy ID of the guaranteed order. Assigned by the original
5627
+ # exchange. The legacy ID is unique within one exchange, but is not guaranteed
5628
+ # to be unique across all guaranteed orders. This ID is used in SDF and UI.
5629
+ # Corresponds to the JSON property `legacyGuaranteedOrderId`
5630
+ # @return [String]
5631
+ attr_accessor :legacy_guaranteed_order_id
5632
+
5633
+ # Output only. The resource name of the guaranteed order.
5634
+ # Corresponds to the JSON property `name`
5635
+ # @return [String]
5636
+ attr_accessor :name
5637
+
5638
+ # Required. The publisher name of the guaranteed order. Must be UTF-8 encoded
5639
+ # with a maximum size of 240 bytes.
5640
+ # Corresponds to the JSON property `publisherName`
5641
+ # @return [String]
5642
+ attr_accessor :publisher_name
5643
+
5644
+ # Whether all advertisers of read_write_partner_id have read access to the
5645
+ # guaranteed order. Only applicable if read_write_partner_id is set. If True,
5646
+ # overrides read_advertiser_ids.
5647
+ # Corresponds to the JSON property `readAccessInherited`
5648
+ # @return [Boolean]
5649
+ attr_accessor :read_access_inherited
5650
+ alias_method :read_access_inherited?, :read_access_inherited
5651
+
5652
+ # The IDs of advertisers with read access to the guaranteed order. This field
5653
+ # must not include the advertiser assigned to read_write_advertiser_id if it is
5654
+ # set. All advertisers in this field must belong to read_write_partner_id or the
5655
+ # same partner as read_write_advertiser_id.
5656
+ # Corresponds to the JSON property `readAdvertiserIds`
5657
+ # @return [Array<Fixnum>]
5658
+ attr_accessor :read_advertiser_ids
5659
+
5660
+ # The advertiser with read/write access to the guaranteed order. This is also
5661
+ # the default advertiser of the guaranteed order.
5662
+ # Corresponds to the JSON property `readWriteAdvertiserId`
5663
+ # @return [Fixnum]
5664
+ attr_accessor :read_write_advertiser_id
5665
+
5666
+ # The partner with read/write access to the guaranteed order.
5667
+ # Corresponds to the JSON property `readWritePartnerId`
5668
+ # @return [Fixnum]
5669
+ attr_accessor :read_write_partner_id
5670
+
5671
+ # The status settings of the guaranteed order.
5672
+ # Corresponds to the JSON property `status`
5673
+ # @return [Google::Apis::DisplayvideoV1::GuaranteedOrderStatus]
5674
+ attr_accessor :status
5675
+
5676
+ # Output only. The timestamp when the guaranteed order was last updated.
5677
+ # Assigned by the system.
5678
+ # Corresponds to the JSON property `updateTime`
5679
+ # @return [String]
5680
+ attr_accessor :update_time
5681
+
5682
+ def initialize(**args)
5683
+ update!(**args)
5684
+ end
5685
+
5686
+ # Update properties of this object
5687
+ def update!(**args)
5688
+ @default_advertiser_id = args[:default_advertiser_id] if args.key?(:default_advertiser_id)
5689
+ @default_campaign_id = args[:default_campaign_id] if args.key?(:default_campaign_id)
5690
+ @display_name = args[:display_name] if args.key?(:display_name)
5691
+ @exchange = args[:exchange] if args.key?(:exchange)
5692
+ @guaranteed_order_id = args[:guaranteed_order_id] if args.key?(:guaranteed_order_id)
5693
+ @legacy_guaranteed_order_id = args[:legacy_guaranteed_order_id] if args.key?(:legacy_guaranteed_order_id)
5694
+ @name = args[:name] if args.key?(:name)
5695
+ @publisher_name = args[:publisher_name] if args.key?(:publisher_name)
5696
+ @read_access_inherited = args[:read_access_inherited] if args.key?(:read_access_inherited)
5697
+ @read_advertiser_ids = args[:read_advertiser_ids] if args.key?(:read_advertiser_ids)
5698
+ @read_write_advertiser_id = args[:read_write_advertiser_id] if args.key?(:read_write_advertiser_id)
5699
+ @read_write_partner_id = args[:read_write_partner_id] if args.key?(:read_write_partner_id)
5700
+ @status = args[:status] if args.key?(:status)
5701
+ @update_time = args[:update_time] if args.key?(:update_time)
5702
+ end
5703
+ end
5704
+
5705
+ # The status settings of the guaranteed order.
5706
+ class GuaranteedOrderStatus
5707
+ include Google::Apis::Core::Hashable
5708
+
5709
+ # Output only. The configuration status of the guaranteed order. Acceptable
5710
+ # values are `PENDING` and `COMPLETED`. A guaranteed order must be configured (
5711
+ # fill in the required fields, choose creatives, and select a default campaign)
5712
+ # before it can serve. Currently the configuration action can only be performed
5713
+ # via UI.
5714
+ # Corresponds to the JSON property `configStatus`
5715
+ # @return [String]
5716
+ attr_accessor :config_status
5717
+
5718
+ # The user-provided reason for pausing this guaranteed order. Must be UTF-8
5719
+ # encoded with a maximum length of 100 bytes. Only applicable when entity_status
5720
+ # is set to `ENTITY_STATUS_PAUSED`.
5721
+ # Corresponds to the JSON property `entityPauseReason`
5722
+ # @return [String]
5723
+ attr_accessor :entity_pause_reason
5724
+
5725
+ # Whether or not the guaranteed order is servable. Acceptable values are `
5726
+ # ENTITY_STATUS_ACTIVE`, `ENTITY_STATUS_ARCHIVED`, and `ENTITY_STATUS_PAUSED`.
5727
+ # Default value is `ENTITY_STATUS_ACTIVE`.
5728
+ # Corresponds to the JSON property `entityStatus`
5729
+ # @return [String]
5730
+ attr_accessor :entity_status
5731
+
5732
+ def initialize(**args)
5733
+ update!(**args)
5734
+ end
5735
+
5736
+ # Update properties of this object
5737
+ def update!(**args)
5738
+ @config_status = args[:config_status] if args.key?(:config_status)
5739
+ @entity_pause_reason = args[:entity_pause_reason] if args.key?(:entity_pause_reason)
5740
+ @entity_status = args[:entity_status] if args.key?(:entity_status)
5741
+ end
5742
+ end
5743
+
5421
5744
  # Details for assigned household income targeting option. This will be populated
5422
5745
  # in the details field of an AssignedTargetingOption when targeting_type is `
5423
5746
  # TARGETING_TYPE_HOUSEHOLD_INCOME`.
@@ -5896,11 +6219,24 @@ module Google
5896
6219
  # @return [String]
5897
6220
  attr_accessor :exchange
5898
6221
 
6222
+ # Immutable. The ID of the guaranteed order that this inventory source belongs
6223
+ # to. Only applicable when commitment is `INVENTORY_SOURCE_COMMITMENT_GUARANTEED`
6224
+ # .
6225
+ # Corresponds to the JSON property `guaranteedOrderId`
6226
+ # @return [String]
6227
+ attr_accessor :guaranteed_order_id
6228
+
5899
6229
  # Output only. The unique ID of the inventory source. Assigned by the system.
5900
6230
  # Corresponds to the JSON property `inventorySourceId`
5901
6231
  # @return [Fixnum]
5902
6232
  attr_accessor :inventory_source_id
5903
6233
 
6234
+ # Output only. The product type of the inventory source, denoting the way
6235
+ # through which it sells inventory.
6236
+ # Corresponds to the JSON property `inventorySourceProductType`
6237
+ # @return [String]
6238
+ attr_accessor :inventory_source_product_type
6239
+
5904
6240
  # Denotes the type of the inventory source.
5905
6241
  # Corresponds to the JSON property `inventorySourceType`
5906
6242
  # @return [String]
@@ -5921,11 +6257,35 @@ module Google
5921
6257
  # @return [Google::Apis::DisplayvideoV1::RateDetails]
5922
6258
  attr_accessor :rate_details
5923
6259
 
6260
+ # Output only. The IDs of advertisers with read-only access to the inventory
6261
+ # source.
6262
+ # Corresponds to the JSON property `readAdvertiserIds`
6263
+ # @return [Array<Fixnum>]
6264
+ attr_accessor :read_advertiser_ids
6265
+
6266
+ # Output only. The IDs of partners with read-only access to the inventory source.
6267
+ # All advertisers of partners in this field inherit read-only access to the
6268
+ # inventory source.
6269
+ # Corresponds to the JSON property `readPartnerIds`
6270
+ # @return [Array<Fixnum>]
6271
+ attr_accessor :read_partner_ids
6272
+
6273
+ # The partner or advertisers with access to the inventory source.
6274
+ # Corresponds to the JSON property `readWriteAccessors`
6275
+ # @return [Google::Apis::DisplayvideoV1::InventorySourceAccessors]
6276
+ attr_accessor :read_write_accessors
6277
+
5924
6278
  # The status related settings of the inventory source.
5925
6279
  # Corresponds to the JSON property `status`
5926
6280
  # @return [Google::Apis::DisplayvideoV1::InventorySourceStatus]
5927
6281
  attr_accessor :status
5928
6282
 
6283
+ # Immutable. The unique ID of the sub-site property assigned to this inventory
6284
+ # source.
6285
+ # Corresponds to the JSON property `subSitePropertyId`
6286
+ # @return [Fixnum]
6287
+ attr_accessor :sub_site_property_id
6288
+
5929
6289
  # A time range.
5930
6290
  # Corresponds to the JSON property `timeRange`
5931
6291
  # @return [Google::Apis::DisplayvideoV1::TimeRange]
@@ -5949,17 +6309,86 @@ module Google
5949
6309
  @delivery_method = args[:delivery_method] if args.key?(:delivery_method)
5950
6310
  @display_name = args[:display_name] if args.key?(:display_name)
5951
6311
  @exchange = args[:exchange] if args.key?(:exchange)
6312
+ @guaranteed_order_id = args[:guaranteed_order_id] if args.key?(:guaranteed_order_id)
5952
6313
  @inventory_source_id = args[:inventory_source_id] if args.key?(:inventory_source_id)
6314
+ @inventory_source_product_type = args[:inventory_source_product_type] if args.key?(:inventory_source_product_type)
5953
6315
  @inventory_source_type = args[:inventory_source_type] if args.key?(:inventory_source_type)
5954
6316
  @name = args[:name] if args.key?(:name)
5955
6317
  @publisher_name = args[:publisher_name] if args.key?(:publisher_name)
5956
6318
  @rate_details = args[:rate_details] if args.key?(:rate_details)
6319
+ @read_advertiser_ids = args[:read_advertiser_ids] if args.key?(:read_advertiser_ids)
6320
+ @read_partner_ids = args[:read_partner_ids] if args.key?(:read_partner_ids)
6321
+ @read_write_accessors = args[:read_write_accessors] if args.key?(:read_write_accessors)
5957
6322
  @status = args[:status] if args.key?(:status)
6323
+ @sub_site_property_id = args[:sub_site_property_id] if args.key?(:sub_site_property_id)
5958
6324
  @time_range = args[:time_range] if args.key?(:time_range)
5959
6325
  @update_time = args[:update_time] if args.key?(:update_time)
5960
6326
  end
5961
6327
  end
5962
6328
 
6329
+ # The partner or advertisers with access to the inventory source.
6330
+ class InventorySourceAccessors
6331
+ include Google::Apis::Core::Hashable
6332
+
6333
+ # The advertisers with access to the inventory source.
6334
+ # Corresponds to the JSON property `advertisers`
6335
+ # @return [Google::Apis::DisplayvideoV1::InventorySourceAccessorsAdvertiserAccessors]
6336
+ attr_accessor :advertisers
6337
+
6338
+ # The partner with access to the inventory source.
6339
+ # Corresponds to the JSON property `partner`
6340
+ # @return [Google::Apis::DisplayvideoV1::InventorySourceAccessorsPartnerAccessor]
6341
+ attr_accessor :partner
6342
+
6343
+ def initialize(**args)
6344
+ update!(**args)
6345
+ end
6346
+
6347
+ # Update properties of this object
6348
+ def update!(**args)
6349
+ @advertisers = args[:advertisers] if args.key?(:advertisers)
6350
+ @partner = args[:partner] if args.key?(:partner)
6351
+ end
6352
+ end
6353
+
6354
+ # The advertisers with access to the inventory source.
6355
+ class InventorySourceAccessorsAdvertiserAccessors
6356
+ include Google::Apis::Core::Hashable
6357
+
6358
+ # The IDs of the advertisers.
6359
+ # Corresponds to the JSON property `advertiserIds`
6360
+ # @return [Array<Fixnum>]
6361
+ attr_accessor :advertiser_ids
6362
+
6363
+ def initialize(**args)
6364
+ update!(**args)
6365
+ end
6366
+
6367
+ # Update properties of this object
6368
+ def update!(**args)
6369
+ @advertiser_ids = args[:advertiser_ids] if args.key?(:advertiser_ids)
6370
+ end
6371
+ end
6372
+
6373
+ # The partner with access to the inventory source.
6374
+ class InventorySourceAccessorsPartnerAccessor
6375
+ include Google::Apis::Core::Hashable
6376
+
6377
+ # The ID of the partner.
6378
+ # Corresponds to the JSON property `partnerId`
6379
+ # @return [Fixnum]
6380
+ attr_accessor :partner_id
6381
+
6382
+ def initialize(**args)
6383
+ update!(**args)
6384
+ end
6385
+
6386
+ # Update properties of this object
6387
+ def update!(**args)
6388
+ @partner_id = args[:partner_id] if args.key?(:partner_id)
6389
+ end
6390
+ end
6391
+
5963
6392
  # Targeting details for inventory source. This will be populated in the details
5964
6393
  # field of an AssignedTargetingOption when targeting_type is `
5965
6394
  # TARGETING_TYPE_INVENTORY_SOURCE`.
@@ -7055,6 +7484,33 @@ module Google
7055
7484
  end
7056
7485
  end
7057
7486
 
7487
+ #
7488
+ class ListGuaranteedOrdersResponse
7489
+ include Google::Apis::Core::Hashable
7490
+
7491
+ # The list of guaranteed orders. This list will be absent if empty.
7492
+ # Corresponds to the JSON property `guaranteedOrders`
7493
+ # @return [Array<Google::Apis::DisplayvideoV1::GuaranteedOrder>]
7494
+ attr_accessor :guaranteed_orders
7495
+
7496
+ # A token to retrieve the next page of results. Pass this value in the
7497
+ # page_token field in the subsequent call to `ListGuaranteedOrders` method to
7498
+ # retrieve the next page of results.
7499
+ # Corresponds to the JSON property `nextPageToken`
7500
+ # @return [String]
7501
+ attr_accessor :next_page_token
7502
+
7503
+ def initialize(**args)
7504
+ update!(**args)
7505
+ end
7506
+
7507
+ # Update properties of this object
7508
+ def update!(**args)
7509
+ @guaranteed_orders = args[:guaranteed_orders] if args.key?(:guaranteed_orders)
7510
+ @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
7511
+ end
7512
+ end
7513
+
7058
7514
  # Response message for ListInsertionOrderAssignedTargetingOptions.
7059
7515
  class ListInsertionOrderAssignedTargetingOptionsResponse
7060
7516
  include Google::Apis::Core::Hashable
@@ -7764,7 +8220,8 @@ module Google
7764
8220
  class MobileDeviceIdList
7765
8221
  include Google::Apis::Core::Hashable
7766
8222
 
7767
- # A list of mobile device IDs defining Customer Match audience members.
8223
+ # A list of mobile device IDs defining Customer Match audience members. The size
8224
+ # of mobile_device_ids mustn't be greater than 500,000.
7768
8225
  # Corresponds to the JSON property `mobileDeviceIds`
7769
8226
  # @return [Array<String>]
7770
8227
  attr_accessor :mobile_device_ids
@@ -8343,11 +8800,11 @@ module Google
8343
8800
 
8344
8801
  # Details for assigned parental status targeting option. This will be populated
8345
8802
  # in the details field of an AssignedTargetingOption when targeting_type is `
8346
- # TARTGETING_TYPE_PARENTAL_STATUS`.
8803
+ # TARGETING_TYPE_PARENTAL_STATUS`.
8347
8804
  class ParentalStatusAssignedTargetingOptionDetails
8348
8805
  include Google::Apis::Core::Hashable
8349
8806
 
8350
- # Output only. The parental status of the audience.
8807
+ # The parental status of the audience. Output only in v1. Required in v2.
8351
8808
  # Corresponds to the JSON property `parentalStatus`
8352
8809
  # @return [String]
8353
8810
  attr_accessor :parental_status
@@ -9382,7 +9839,7 @@ module Google
9382
9839
  # @return [String]
9383
9840
  attr_accessor :excluded_targeting_option_id
9384
9841
 
9385
- # An enum for the DV360 Sensitive category content classifier. Output only in v1.
9842
+ # Output only. An enum for the DV360 Sensitive category content classifier.
9386
9843
  # Corresponds to the JSON property `sensitiveCategory`
9387
9844
  # @return [String]
9388
9845
  attr_accessor :sensitive_category
@@ -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.30.0"
19
+ GEM_VERSION = "0.33.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 = "20220411"
25
+ REVISION = "20220526"
26
26
  end
27
27
  end
28
28
  end