@@ -3177,9 +3177,8 @@ class BulkEditAdGroupAssignedTargetingOptionsRequest
31773177 # TARGETING_TYPE_CATEGORY` * `TARGETING_TYPE_GENDER` * `
31783178 # TARGETING_TYPE_GEO_REGION` * `TARGETING_TYPE_HOUSEHOLD_INCOME` * `
31793179 # TARGETING_TYPE_KEYWORD` * `TARGETING_TYPE_LANGUAGE` * `
3180- # TARGETING_TYPE_PARENTAL_STATUS` * `TARGETING_TYPE_REGIONAL_LOCATION_LIST` * `
3181- # TARGETING_TYPE_URL` * `TARGETING_TYPE_YOUTUBE_CHANNEL` * `
3182- # TARGETING_TYPE_YOUTUBE_VIDEO`
3180+ # TARGETING_TYPE_PARENTAL_STATUS` * `TARGETING_TYPE_URL` * `
3181+ # TARGETING_TYPE_YOUTUBE_CHANNEL` * `TARGETING_TYPE_YOUTUBE_VIDEO`
31833182 # Corresponds to the JSON property `createRequests`
31843183 # @return [Array<Google::Apis::DisplayvideoV4::CreateAssignedTargetingOptionsRequest>]
31853184 attr_accessor :create_requests
@@ -3191,9 +3190,8 @@ class BulkEditAdGroupAssignedTargetingOptionsRequest
31913190 # TARGETING_TYPE_CATEGORY` * `TARGETING_TYPE_GENDER` * `
31923191 # TARGETING_TYPE_GEO_REGION` * `TARGETING_TYPE_HOUSEHOLD_INCOME` * `
31933192 # TARGETING_TYPE_KEYWORD` * `TARGETING_TYPE_LANGUAGE` * `
3194- # TARGETING_TYPE_PARENTAL_STATUS` * `TARGETING_TYPE_REGIONAL_LOCATION_LIST` * `
3195- # TARGETING_TYPE_URL` * `TARGETING_TYPE_YOUTUBE_CHANNEL` * `
3196- # TARGETING_TYPE_YOUTUBE_VIDEO`
3193+ # TARGETING_TYPE_PARENTAL_STATUS` * `TARGETING_TYPE_URL` * `
3194+ # TARGETING_TYPE_YOUTUBE_CHANNEL` * `TARGETING_TYPE_YOUTUBE_VIDEO`
31973195 # Corresponds to the JSON property `deleteRequests`
31983196 # @return [Array<Google::Apis::DisplayvideoV4::DeleteAssignedTargetingOptionsRequest>]
31993197 attr_accessor :delete_requests
@@ -14214,6 +14212,12 @@ class VideoAdInventoryControl
1421414212 attr_accessor :allow_in_stream
1421514213 alias_method :allow_in_stream?, :allow_in_stream
1421614214
14215+ # Optional. Indicates whether ads can serve as non-skippable in-stream format.
14216+ # Corresponds to the JSON property `allowNonSkippableInStream`
14217+ # @return [Boolean]
14218+ attr_accessor :allow_non_skippable_in_stream
14219+ alias_method :allow_non_skippable_in_stream?, :allow_non_skippable_in_stream
14220+
1421714221 # Optional. Whether ads can serve as shorts format.
1421814222 # Corresponds to the JSON property `allowShorts`
1421914223 # @return [Boolean]
@@ -14228,6 +14232,7 @@ def initialize(**args)
1422814232 def update!(**args)
1422914233 @allow_in_feed = args[:allow_in_feed] if args.key?(:allow_in_feed)
1423014234 @allow_in_stream = args[:allow_in_stream] if args.key?(:allow_in_stream)
14235+ @allow_non_skippable_in_stream = args[:allow_non_skippable_in_stream] if args.key?(:allow_non_skippable_in_stream)
1423114236 @allow_shorts = args[:allow_shorts] if args.key?(:allow_shorts)
1423214237 end
1423314238 end
@@ -14532,10 +14537,9 @@ class YoutubeAndPartnersBiddingStrategy
1453214537 # The value used by the bidding strategy. When the bidding strategy is assigned
1453314538 # at the line item level, this field is only applicable for the following
1453414539 # strategy types: * `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_CPA` * `
14535- # YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_ROAS` * `
14536- # YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_RESERVE_SHARE_OF_VOICE` When the
14537- # bidding strategy is assigned at the ad group level, this field is only
14538- # applicable for the following strategy types: * `
14540+ # YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_ROAS` When the bidding
14541+ # strategy is assigned at the ad group level, this field is only applicable for
14542+ # the following strategy types: * `
1453914543 # YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_MANUAL_CPM` * `
1454014544 # YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_MANUAL_CPV` * `
1454114545 # YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_CPA` * `
0 commit comments