Interface Campaign.VideoCampaignSettings.VideoAdFormatControlOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Campaign.VideoCampaignSettings.VideoAdFormatControl,Campaign.VideoCampaignSettings.VideoAdFormatControl.Builder
- Enclosing class:
- Campaign.VideoCampaignSettings
public static interface Campaign.VideoCampaignSettings.VideoAdFormatControlOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionAll contained responsive ads are expected to respect this restriction.intAll contained responsive ads are expected to respect this restriction.Restrictions for non-skippable format.Restrictions for non-skippable format.booleanRestrictions for non-skippable 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
-
getFormatRestrictionValue
int getFormatRestrictionValue()All contained responsive ads are expected to respect this restriction.
.google.ads.googleads.v20.enums.VideoAdFormatRestrictionEnum.VideoAdFormatRestriction format_restriction = 1;- Returns:
- The enum numeric value on the wire for formatRestriction.
-
getFormatRestriction
VideoAdFormatRestrictionEnum.VideoAdFormatRestriction getFormatRestriction()All contained responsive ads are expected to respect this restriction.
.google.ads.googleads.v20.enums.VideoAdFormatRestrictionEnum.VideoAdFormatRestriction format_restriction = 1;- Returns:
- The formatRestriction.
-
hasNonSkippableInStreamRestrictions
boolean hasNonSkippableInStreamRestrictions()Restrictions for non-skippable format.
.google.ads.googleads.v20.resources.Campaign.VideoCampaignSettings.NonSkippableInStreamRestrictions non_skippable_in_stream_restrictions = 2;- Returns:
- Whether the nonSkippableInStreamRestrictions field is set.
-
getNonSkippableInStreamRestrictions
Campaign.VideoCampaignSettings.NonSkippableInStreamRestrictions getNonSkippableInStreamRestrictions()Restrictions for non-skippable format.
.google.ads.googleads.v20.resources.Campaign.VideoCampaignSettings.NonSkippableInStreamRestrictions non_skippable_in_stream_restrictions = 2;- Returns:
- The nonSkippableInStreamRestrictions.
-
getNonSkippableInStreamRestrictionsOrBuilder
Campaign.VideoCampaignSettings.NonSkippableInStreamRestrictionsOrBuilder getNonSkippableInStreamRestrictionsOrBuilder()Restrictions for non-skippable format.
.google.ads.googleads.v20.resources.Campaign.VideoCampaignSettings.NonSkippableInStreamRestrictions non_skippable_in_stream_restrictions = 2;
-