public final class ProgressEvent extends GeneratedMessageV3 implements ProgressEventOrBuilder
Indicates a time in which a list of events should be triggered
during media playback.
Protobuf type google.cloud.video.stitcher.v1.ProgressEvent
Static Fields
EVENTS_FIELD_NUMBER
public static final int EVENTS_FIELD_NUMBER
Field Value
TIME_OFFSET_FIELD_NUMBER
public static final int TIME_OFFSET_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ProgressEvent getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static ProgressEvent.Builder newBuilder()
Returns
newBuilder(ProgressEvent prototype)
public static ProgressEvent.Builder newBuilder(ProgressEvent prototype)
Parameter
Returns
public static ProgressEvent parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ProgressEvent parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ProgressEvent parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ProgressEvent parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ProgressEvent parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ProgressEvent parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ProgressEvent parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static ProgressEvent parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ProgressEvent parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static ProgressEvent parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ProgressEvent parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ProgressEvent parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<ProgressEvent> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public ProgressEvent getDefaultInstanceForType()
Returns
getEvents(int index)
public 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
Returns
getEventsCount()
public 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
getEventsList()
public 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
getEventsOrBuilder(int index)
public 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
Returns
getEventsOrBuilderList()
public 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> | |
getParserForType()
public Parser<ProgressEvent> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getTimeOffset()
public 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
getTimeOffsetOrBuilder()
public 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
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hasTimeOffset()
public 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.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public ProgressEvent.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ProgressEvent.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public ProgressEvent.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions