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 EventEvent.Builder. build()EventEvent.Builder. buildPartial()EventVodSessionAd.Builder. getActivityEvents(int index)The list of progress tracking events for the ad break.EventVodSessionAd. getActivityEvents(int index)The list of progress tracking events for the ad break.EventVodSessionAdOrBuilder. getActivityEvents(int index)The list of progress tracking events for the ad break.static EventEvent. getDefaultInstance()EventEvent.Builder. getDefaultInstanceForType()EventEvent. getDefaultInstanceForType()EventCompanion.Builder. getEvents(int index)The list of tracking events for the companion.EventCompanion. getEvents(int index)The list of tracking events for the companion.EventCompanionOrBuilder. getEvents(int index)The list of tracking events for the companion.EventProgressEvent.Builder. getEvents(int index)The list of progress tracking events for the ad break.EventProgressEvent. getEvents(int index)The list of progress tracking events for the ad break.EventProgressEventOrBuilder. getEvents(int index)The list of progress tracking events for the ad break.static EventEvent. parseDelimitedFrom(InputStream input)static EventEvent. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EventEvent. parseFrom(byte[] data)static EventEvent. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EventEvent. parseFrom(com.google.protobuf.ByteString data)static EventEvent. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EventEvent. parseFrom(com.google.protobuf.CodedInputStream input)static EventEvent. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EventEvent. parseFrom(InputStream input)static EventEvent. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EventEvent. parseFrom(ByteBuffer data)static EventEvent. 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.BuilderVodSessionAd.Builder. addActivityEvents(int index, Event value)The list of progress tracking events for the ad break.VodSessionAd.BuilderVodSessionAd.Builder. addActivityEvents(Event value)The list of progress tracking events for the ad break.Companion.BuilderCompanion.Builder. addEvents(int index, Event value)The list of tracking events for the companion.Companion.BuilderCompanion.Builder. addEvents(Event value)The list of tracking events for the companion.ProgressEvent.BuilderProgressEvent.Builder. addEvents(int index, Event value)The list of progress tracking events for the ad break.ProgressEvent.BuilderProgressEvent.Builder. addEvents(Event value)The list of progress tracking events for the ad break.Event.BuilderEvent.Builder. mergeFrom(Event other)static Event.BuilderEvent. newBuilder(Event prototype)VodSessionAd.BuilderVodSessionAd.Builder. setActivityEvents(int index, Event value)The list of progress tracking events for the ad break.Companion.BuilderCompanion.Builder. setEvents(int index, Event value)The list of tracking events for the companion.ProgressEvent.BuilderProgressEvent.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.BuilderVodSessionAd.Builder. addAllActivityEvents(Iterable<? extends Event> values)The list of progress tracking events for the ad break.Companion.BuilderCompanion.Builder. addAllEvents(Iterable<? extends Event> values)The list of tracking events for the companion.ProgressEvent.BuilderProgressEvent.Builder. addAllEvents(Iterable<? extends Event> values)The list of progress tracking events for the ad break.
-