Interface ProgressEventOrBuilder (0.18.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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the timeOffset field is set.