publicfinalclass ProgressEventextendsGeneratedMessageV3implementsProgressEventOrBuilder
Indicates a time in which a list of events should be triggered
during media playback.
Protobuf type google.cloud.video.stitcher.v1.ProgressEvent
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
EVENTS_FIELD_NUMBER
publicstaticfinalintEVENTS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
TIME_OFFSET_FIELD_NUMBER
publicstaticfinalintTIME_OFFSET_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
Static Methods
getDefaultInstance()
publicstaticProgressEventgetDefaultInstance()
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
newBuilder()
publicstaticProgressEvent.BuildernewBuilder()
newBuilder(ProgressEvent prototype)
publicstaticProgressEvent.BuildernewBuilder(ProgressEventprototype)
publicstaticProgressEventparseDelimitedFrom(InputStreaminput)
publicstaticProgressEventparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(byte[] data)
publicstaticProgressEventparseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticProgressEventparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteString data)
publicstaticProgressEventparseFrom(ByteStringdata)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticProgressEventparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
publicstaticProgressEventparseFrom(CodedInputStreaminput)
publicstaticProgressEventparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticProgressEventparseFrom(InputStreaminput)
publicstaticProgressEventparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteBuffer data)
publicstaticProgressEventparseFrom(ByteBufferdata)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticProgressEventparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
parser()
publicstaticParser<ProgressEvent>parser()
Methods
equals(Object obj)
publicbooleanequals(Objectobj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
publicProgressEventgetDefaultInstanceForType()
getEvents(int index)
publicEventgetEvents(intindex)
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()
publicintgetEventsCount()
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()
publicList<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;
getEventsOrBuilder(int index)
publicEventOrBuildergetEventsOrBuilder(intindex)
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
|
getEventsOrBuilderList()
publicList<?extendsEventOrBuilder>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()
publicParser<ProgressEvent>getParserForType()
Overrides
getSerializedSize()
publicintgetSerializedSize()
| Returns |
| Type |
Description |
int |
Overrides
getTimeOffset()
publicDurationgetTimeOffset()
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()
publicDurationOrBuildergetTimeOffsetOrBuilder()
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;
hasTimeOffset()
publicbooleanhasTimeOffset()
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 |
| Type |
Description |
int |
Overrides
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
newBuilderForType()
publicProgressEvent.BuildernewBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedProgressEvent.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
| Returns |
| Type |
Description |
Object |
Overrides
toBuilder()
publicProgressEvent.BuildertoBuilder()
writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides