Interface ProgressEventOrBuilder (0.44.0)

public interface ProgressEventOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEvents(int index)

public abstract Event getEvents(int index)

The list of progress tracking events for the ad break. These can be of the following IAB types: BREAK_START, BREAK_END, IMPRESSION, CREATIVE_VIEW, START, FIRST_QUARTILE, MIDPOINT, THIRD_QUARTILE, COMPLETE, PROGRESS.

repeated .google.cloud.video.stitcher.v1.Event events = 2;

Parameter
Name Description
index int
Returns
Type Description
Event

getEventsCount()

public abstract int getEventsCount()

The list of progress tracking events for the ad break. These can be of the following IAB types: BREAK_START, BREAK_END, IMPRESSION, CREATIVE_VIEW, START, FIRST_QUARTILE, MIDPOINT, THIRD_QUARTILE, COMPLETE, PROGRESS.

repeated .google.cloud.video.stitcher.v1.Event events = 2;

Returns
Type Description
int

getEventsList()

public abstract List<Event> getEventsList()

The list of progress tracking events for the ad break. These can be of the following IAB types: BREAK_START, BREAK_END, IMPRESSION, CREATIVE_VIEW, START, FIRST_QUARTILE, MIDPOINT, THIRD_QUARTILE, COMPLETE, PROGRESS.

repeated .google.cloud.video.stitcher.v1.Event events = 2;

Returns
Type Description
List<Event>

getEventsOrBuilder(int index)

public abstract EventOrBuilder getEventsOrBuilder(int index)

The list of progress tracking events for the ad break. These can be of the following IAB types: BREAK_START, BREAK_END, IMPRESSION, CREATIVE_VIEW, START, FIRST_QUARTILE, MIDPOINT, THIRD_QUARTILE, COMPLETE, PROGRESS.

repeated .google.cloud.video.stitcher.v1.Event events = 2;

Parameter
Name Description
index int
Returns
Type Description
EventOrBuilder

getEventsOrBuilderList()

public abstract List<? extends EventOrBuilder> getEventsOrBuilderList()

The list of progress tracking events for the ad break. These can be of the following IAB types: BREAK_START, BREAK_END, IMPRESSION, CREATIVE_VIEW, START, FIRST_QUARTILE, MIDPOINT, THIRD_QUARTILE, COMPLETE, PROGRESS.

repeated .google.cloud.video.stitcher.v1.Event events = 2;

Returns
Type Description
List<? extends com.google.cloud.video.stitcher.v1.EventOrBuilder>

getTimeOffset()

public abstract Duration getTimeOffset()

The time when the following tracking events occurs. The time is in seconds relative to the start of the VOD asset.

.google.protobuf.Duration time_offset = 1;

Returns
Type Description
Duration

The timeOffset.

getTimeOffsetOrBuilder()

public abstract DurationOrBuilder getTimeOffsetOrBuilder()

The time when the following tracking events occurs. The time is in seconds relative to the start of the VOD asset.

.google.protobuf.Duration time_offset = 1;

Returns
Type Description
DurationOrBuilder

hasTimeOffset()

public abstract boolean hasTimeOffset()

The time when the following tracking events occurs. The time is in seconds relative to the start of the VOD asset.

.google.protobuf.Duration time_offset = 1;

Returns
Type Description
boolean

Whether the timeOffset field is set.