Interface AdGroup.VerticalAdsFormatSettingOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdGroup.VerticalAdsFormatSetting,AdGroup.VerticalAdsFormatSetting.Builder
- Enclosing class:
- AdGroup
public static interface AdGroup.VerticalAdsFormatSettingOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanIf true, text ads will be disabled for this ad group.booleanIf true, booking links will be enabled for this ad group.booleanIf true, vertical promotion ads will be enabled for this ad group.booleanIf true, text ads will be disabled for this ad group.booleanIf true, booking links will be enabled for this ad group.booleanIf true, vertical promotion ads will be enabled for this ad group.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
-
hasDisableTextAds
boolean hasDisableTextAds()If true, text ads will be disabled for this ad group.
optional bool disable_text_ads = 1;- Returns:
- Whether the disableTextAds field is set.
-
getDisableTextAds
boolean getDisableTextAds()If true, text ads will be disabled for this ad group.
optional bool disable_text_ads = 1;- Returns:
- The disableTextAds.
-
hasEnableBookingLinks
boolean hasEnableBookingLinks()If true, booking links will be enabled for this ad group.
optional bool enable_booking_links = 2;- Returns:
- Whether the enableBookingLinks field is set.
-
getEnableBookingLinks
boolean getEnableBookingLinks()If true, booking links will be enabled for this ad group.
optional bool enable_booking_links = 2;- Returns:
- The enableBookingLinks.
-
hasEnableVerticalPromotionAds
boolean hasEnableVerticalPromotionAds()If true, vertical promotion ads will be enabled for this ad group.
optional bool enable_vertical_promotion_ads = 3;- Returns:
- Whether the enableVerticalPromotionAds field is set.
-
getEnableVerticalPromotionAds
boolean getEnableVerticalPromotionAds()If true, vertical promotion ads will be enabled for this ad group.
optional bool enable_vertical_promotion_ads = 3;- Returns:
- The enableVerticalPromotionAds.
-