Interface AdGroup.VideoAdGroupSettingsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdGroup.VideoAdGroupSettings,AdGroup.VideoAdGroupSettings.Builder
- Enclosing class:
- AdGroup
public static interface AdGroup.VideoAdGroupSettingsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe video ads sequence step settings containing step ID.The video ads sequence step settings containing step ID.booleanThe video ads sequence step settings containing step ID.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
-
hasVideoAdSequence
boolean hasVideoAdSequence()The video ads sequence step settings containing step ID.
.google.ads.googleads.v21.resources.AdGroup.VideoAdGroupSettings.VideoAdSequenceStepSetting video_ad_sequence = 1;- Returns:
- Whether the videoAdSequence field is set.
-
getVideoAdSequence
AdGroup.VideoAdGroupSettings.VideoAdSequenceStepSetting getVideoAdSequence()The video ads sequence step settings containing step ID.
.google.ads.googleads.v21.resources.AdGroup.VideoAdGroupSettings.VideoAdSequenceStepSetting video_ad_sequence = 1;- Returns:
- The videoAdSequence.
-
getVideoAdSequenceOrBuilder
AdGroup.VideoAdGroupSettings.VideoAdSequenceStepSettingOrBuilder getVideoAdSequenceOrBuilder()The video ads sequence step settings containing step ID.
.google.ads.googleads.v21.resources.AdGroup.VideoAdGroupSettings.VideoAdSequenceStepSetting video_ad_sequence = 1;
-