Interface Campaign.VideoCampaignSettingsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Campaign.VideoCampaignSettings,Campaign.VideoCampaignSettings.Builder
- Enclosing class:
- Campaign
public static interface Campaign.VideoCampaignSettingsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionInventory control for Video Responsive ads in reach campaigns.Inventory control for Video Responsive ads in reach campaigns.booleanInventory control for Video Responsive ads in reach campaigns.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
-
hasVideoAdInventoryControl
boolean hasVideoAdInventoryControl()Inventory control for Video Responsive ads in reach campaigns.
.google.ads.googleads.v18.resources.Campaign.VideoCampaignSettings.VideoAdInventoryControl video_ad_inventory_control = 1;- Returns:
- Whether the videoAdInventoryControl field is set.
-
getVideoAdInventoryControl
Campaign.VideoCampaignSettings.VideoAdInventoryControl getVideoAdInventoryControl()Inventory control for Video Responsive ads in reach campaigns.
.google.ads.googleads.v18.resources.Campaign.VideoCampaignSettings.VideoAdInventoryControl video_ad_inventory_control = 1;- Returns:
- The videoAdInventoryControl.
-
getVideoAdInventoryControlOrBuilder
Campaign.VideoCampaignSettings.VideoAdInventoryControlOrBuilder getVideoAdInventoryControlOrBuilder()Inventory control for Video Responsive ads in reach campaigns.
.google.ads.googleads.v18.resources.Campaign.VideoCampaignSettings.VideoAdInventoryControl video_ad_inventory_control = 1;
-