Interface Campaign.VideoCampaignSettings.VideoAdSequenceStepOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Campaign.VideoCampaignSettings.VideoAdSequenceStep,Campaign.VideoCampaignSettings.VideoAdSequenceStep.Builder
- Enclosing class:
- Campaign.VideoCampaignSettings
public static interface Campaign.VideoCampaignSettings.VideoAdSequenceStepOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe ad group type for this step (denoting the video format).intThe ad group type for this step (denoting the video format).longThe ID of the Asset for this step.longThe ID of the previous step.Type of interaction *on the previous step* required in order for the user to advance to this step.intType of interaction *on the previous step* required in order for the user to advance to this step.longThe ID of this sequence step.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
-
getVideoAdSequenceStepId
long getVideoAdSequenceStepId()The ID of this sequence step.
int64 video_ad_sequence_step_id = 1;- Returns:
- The videoAdSequenceStepId.
-
getAssetId
long getAssetId()The ID of the Asset for this step. The asset must be type YOUTUBE_VIDEO.
int64 asset_id = 2;- Returns:
- The assetId.
-
getAdGroupTypeValue
int getAdGroupTypeValue()The ad group type for this step (denoting the video format).
.google.ads.googleads.v21.enums.AdGroupTypeEnum.AdGroupType ad_group_type = 3;- Returns:
- The enum numeric value on the wire for adGroupType.
-
getAdGroupType
AdGroupTypeEnum.AdGroupType getAdGroupType()The ad group type for this step (denoting the video format).
.google.ads.googleads.v21.enums.AdGroupTypeEnum.AdGroupType ad_group_type = 3;- Returns:
- The adGroupType.
-
getPreviousStepId
long getPreviousStepId()The ID of the previous step. This field is required for all steps except the first one. It must point to a step that appears in the step definition list before this step.
int64 previous_step_id = 4;- Returns:
- The previousStepId.
-
getPreviousStepInteractionTypeValue
int getPreviousStepInteractionTypeValue()Type of interaction *on the previous step* required in order for the user to advance to this step. As with the previous step ID, it's required for every step except for the first one.
.google.ads.googleads.v21.enums.VideoAdSequenceInteractionTypeEnum.VideoAdSequenceInteractionType previous_step_interaction_type = 5;- Returns:
- The enum numeric value on the wire for previousStepInteractionType.
-
getPreviousStepInteractionType
VideoAdSequenceInteractionTypeEnum.VideoAdSequenceInteractionType getPreviousStepInteractionType()Type of interaction *on the previous step* required in order for the user to advance to this step. As with the previous step ID, it's required for every step except for the first one.
.google.ads.googleads.v21.enums.VideoAdSequenceInteractionTypeEnum.VideoAdSequenceInteractionType previous_step_interaction_type = 5;- Returns:
- The previousStepInteractionType.
-