Interface Campaign.VideoCampaignSettings.VideoAdInventoryControlOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Campaign.VideoCampaignSettings.VideoAdInventoryControl,Campaign.VideoCampaignSettings.VideoAdInventoryControl.Builder
- Enclosing class:
- Campaign.VideoCampaignSettings
public static interface Campaign.VideoCampaignSettings.VideoAdInventoryControlOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanDetermine if video responsive ads can be used for in-feed video ads.booleanDetermine if video responsive ads can be used for in-stream video ads.booleanDetermine if video responsive ads can be used for non-skippable in-stream ads.booleanDetermine if video responsive ads can be used as shorts format.booleanDetermine if video responsive ads can be used for in-feed video ads.booleanDetermine if video responsive ads can be used for in-stream video ads.booleanDetermine if video responsive ads can be used for non-skippable in-stream ads.booleanDetermine if video responsive ads can be used as shorts format.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasAllowInStream
boolean hasAllowInStream()Determine if video responsive ads can be used for in-stream video ads.
optional bool allow_in_stream = 1;- Returns:
- Whether the allowInStream field is set.
-
getAllowInStream
boolean getAllowInStream()Determine if video responsive ads can be used for in-stream video ads.
optional bool allow_in_stream = 1;- Returns:
- The allowInStream.
-
hasAllowInFeed
boolean hasAllowInFeed()Determine if video responsive ads can be used for in-feed video ads.
optional bool allow_in_feed = 2;- Returns:
- Whether the allowInFeed field is set.
-
getAllowInFeed
boolean getAllowInFeed()Determine if video responsive ads can be used for in-feed video ads.
optional bool allow_in_feed = 2;- Returns:
- The allowInFeed.
-
hasAllowShorts
boolean hasAllowShorts()Determine if video responsive ads can be used as shorts format.
optional bool allow_shorts = 3;- Returns:
- Whether the allowShorts field is set.
-
getAllowShorts
boolean getAllowShorts()Determine if video responsive ads can be used as shorts format.
optional bool allow_shorts = 3;- Returns:
- The allowShorts.
-
hasAllowNonSkippableInStream
boolean hasAllowNonSkippableInStream()Determine if video responsive ads can be used for non-skippable in-stream ads. This is only available for campaigns that allow mixing of non-skippable with other formats (Video reach campaign with Target Frequency bidding strategy goal).
optional bool allow_non_skippable_in_stream = 4;- Returns:
- Whether the allowNonSkippableInStream field is set.
-
getAllowNonSkippableInStream
boolean getAllowNonSkippableInStream()Determine if video responsive ads can be used for non-skippable in-stream ads. This is only available for campaigns that allow mixing of non-skippable with other formats (Video reach campaign with Target Frequency bidding strategy goal).
optional bool allow_non_skippable_in_stream = 4;- Returns:
- The allowNonSkippableInStream.
-