Uses of Class
com.google.cloud.video.stitcher.v1.Event
-
Packages that use Event Package Description com.google.cloud.video.stitcher.v1 A client to Video Stitcher API -
-
Uses of Event in com.google.cloud.video.stitcher.v1
Methods in com.google.cloud.video.stitcher.v1 that return Event Modifier and Type Method Description Event
Event.Builder. build()
Event
Event.Builder. buildPartial()
Event
VodSessionAd.Builder. getActivityEvents(int index)
The list of progress tracking events for the ad break.Event
VodSessionAd. getActivityEvents(int index)
The list of progress tracking events for the ad break.Event
VodSessionAdOrBuilder. getActivityEvents(int index)
The list of progress tracking events for the ad break.static Event
Event. getDefaultInstance()
Event
Event.Builder. getDefaultInstanceForType()
Event
Event. getDefaultInstanceForType()
Event
Companion.Builder. getEvents(int index)
The list of tracking events for the companion.Event
Companion. getEvents(int index)
The list of tracking events for the companion.Event
CompanionOrBuilder. getEvents(int index)
The list of tracking events for the companion.Event
ProgressEvent.Builder. getEvents(int index)
The list of progress tracking events for the ad break.Event
ProgressEvent. getEvents(int index)
The list of progress tracking events for the ad break.Event
ProgressEventOrBuilder. getEvents(int index)
The list of progress tracking events for the ad break.static Event
Event. parseDelimitedFrom(InputStream input)
static Event
Event. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Event
Event. parseFrom(byte[] data)
static Event
Event. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Event
Event. parseFrom(com.google.protobuf.ByteString data)
static Event
Event. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Event
Event. parseFrom(com.google.protobuf.CodedInputStream input)
static Event
Event. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Event
Event. parseFrom(InputStream input)
static Event
Event. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Event
Event. parseFrom(ByteBuffer data)
static Event
Event. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.video.stitcher.v1 that return types with arguments of type Event Modifier and Type Method Description List<Event>
VodSessionAd.Builder. getActivityEventsList()
The list of progress tracking events for the ad break.List<Event>
VodSessionAd. getActivityEventsList()
The list of progress tracking events for the ad break.List<Event>
VodSessionAdOrBuilder. getActivityEventsList()
The list of progress tracking events for the ad break.List<Event>
Companion.Builder. getEventsList()
The list of tracking events for the companion.List<Event>
Companion. getEventsList()
The list of tracking events for the companion.List<Event>
CompanionOrBuilder. getEventsList()
The list of tracking events for the companion.List<Event>
ProgressEvent.Builder. getEventsList()
The list of progress tracking events for the ad break.List<Event>
ProgressEvent. getEventsList()
The list of progress tracking events for the ad break.List<Event>
ProgressEventOrBuilder. getEventsList()
The list of progress tracking events for the ad break.com.google.protobuf.Parser<Event>
Event. getParserForType()
static com.google.protobuf.Parser<Event>
Event. parser()
Methods in com.google.cloud.video.stitcher.v1 with parameters of type Event Modifier and Type Method Description VodSessionAd.Builder
VodSessionAd.Builder. addActivityEvents(int index, Event value)
The list of progress tracking events for the ad break.VodSessionAd.Builder
VodSessionAd.Builder. addActivityEvents(Event value)
The list of progress tracking events for the ad break.Companion.Builder
Companion.Builder. addEvents(int index, Event value)
The list of tracking events for the companion.Companion.Builder
Companion.Builder. addEvents(Event value)
The list of tracking events for the companion.ProgressEvent.Builder
ProgressEvent.Builder. addEvents(int index, Event value)
The list of progress tracking events for the ad break.ProgressEvent.Builder
ProgressEvent.Builder. addEvents(Event value)
The list of progress tracking events for the ad break.Event.Builder
Event.Builder. mergeFrom(Event other)
static Event.Builder
Event. newBuilder(Event prototype)
VodSessionAd.Builder
VodSessionAd.Builder. setActivityEvents(int index, Event value)
The list of progress tracking events for the ad break.Companion.Builder
Companion.Builder. setEvents(int index, Event value)
The list of tracking events for the companion.ProgressEvent.Builder
ProgressEvent.Builder. setEvents(int index, Event value)
The list of progress tracking events for the ad break.Method parameters in com.google.cloud.video.stitcher.v1 with type arguments of type Event Modifier and Type Method Description VodSessionAd.Builder
VodSessionAd.Builder. addAllActivityEvents(Iterable<? extends Event> values)
The list of progress tracking events for the ad break.Companion.Builder
Companion.Builder. addAllEvents(Iterable<? extends Event> values)
The list of tracking events for the companion.ProgressEvent.Builder
ProgressEvent.Builder. addAllEvents(Iterable<? extends Event> values)
The list of progress tracking events for the ad break.
-