Interface Campaign.VideoCampaignSettings.VideoAdSequenceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Campaign.VideoCampaignSettings.VideoAdSequence,Campaign.VideoCampaignSettings.VideoAdSequence.Builder
- Enclosing class:
- Campaign.VideoCampaignSettings
public static interface Campaign.VideoCampaignSettings.VideoAdSequenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionUsers are eligible to repeat sequence after this period.intUsers are eligible to repeat sequence after this period.getSteps(int index) The list of sequence steps and data associated with them.intThe list of sequence steps and data associated with them.The list of sequence steps and data associated with them.getStepsOrBuilder(int index) The list of sequence steps and data associated with them.The list of sequence steps and data associated with them.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
-
getStepsList
List<Campaign.VideoCampaignSettings.VideoAdSequenceStep> getStepsList()The list of sequence steps and data associated with them.
repeated .google.ads.googleads.v21.resources.Campaign.VideoCampaignSettings.VideoAdSequenceStep steps = 1; -
getSteps
The list of sequence steps and data associated with them.
repeated .google.ads.googleads.v21.resources.Campaign.VideoCampaignSettings.VideoAdSequenceStep steps = 1; -
getStepsCount
int getStepsCount()The list of sequence steps and data associated with them.
repeated .google.ads.googleads.v21.resources.Campaign.VideoCampaignSettings.VideoAdSequenceStep steps = 1; -
getStepsOrBuilderList
List<? extends Campaign.VideoCampaignSettings.VideoAdSequenceStepOrBuilder> getStepsOrBuilderList()The list of sequence steps and data associated with them.
repeated .google.ads.googleads.v21.resources.Campaign.VideoCampaignSettings.VideoAdSequenceStep steps = 1; -
getStepsOrBuilder
The list of sequence steps and data associated with them.
repeated .google.ads.googleads.v21.resources.Campaign.VideoCampaignSettings.VideoAdSequenceStep steps = 1; -
getMinimumDurationValue
int getMinimumDurationValue()Users are eligible to repeat sequence after this period. Defaults to WEEK if not specified.
.google.ads.googleads.v21.enums.VideoAdSequenceMinimumDurationEnum.VideoAdSequenceMinimumDuration minimum_duration = 2;- Returns:
- The enum numeric value on the wire for minimumDuration.
-
getMinimumDuration
VideoAdSequenceMinimumDurationEnum.VideoAdSequenceMinimumDuration getMinimumDuration()Users are eligible to repeat sequence after this period. Defaults to WEEK if not specified.
.google.ads.googleads.v21.enums.VideoAdSequenceMinimumDurationEnum.VideoAdSequenceMinimumDuration minimum_duration = 2;- Returns:
- The minimumDuration.
-