- 0.83.0 (latest)
- 0.82.0
- 0.80.0
- 0.78.0
- 0.76.0
- 0.75.0
- 0.74.0
- 0.73.0
- 0.72.0
- 0.70.0
- 0.68.0
- 0.67.0
- 0.64.0
- 0.63.0
- 0.62.0
- 0.60.0
- 0.59.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.6
- 0.1.2
public static final class VodSessionAd.Builder extends GeneratedMessage.Builder<VodSessionAd.Builder> implements VodSessionAdOrBuilderMetadata for an inserted ad in a VOD session.
Protobuf type google.cloud.video.stitcher.v1.VodSessionAd
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > VodSessionAd.BuilderImplements
VodSessionAdOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addActivityEvents(Event value)
public VodSessionAd.Builder addActivityEvents(Event value) The list of progress tracking events for the ad break. These can be of
the following IAB types: MUTE, UNMUTE, PAUSE, CLICK,
CLICK_THROUGH, REWIND, RESUME, ERROR, FULLSCREEN,
EXIT_FULLSCREEN, EXPAND, COLLAPSE, ACCEPT_INVITATION_LINEAR,
CLOSE_LINEAR, SKIP.
repeated .google.cloud.video.stitcher.v1.Event activity_events = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
Event |
| Returns | |
|---|---|
| Type | Description |
VodSessionAd.Builder |
|
addActivityEvents(Event.Builder builderForValue)
public VodSessionAd.Builder addActivityEvents(Event.Builder builderForValue) The list of progress tracking events for the ad break. These can be of
the following IAB types: MUTE, UNMUTE, PAUSE, CLICK,
CLICK_THROUGH, REWIND, RESUME, ERROR, FULLSCREEN,
EXIT_FULLSCREEN, EXPAND, COLLAPSE, ACCEPT_INVITATION_LINEAR,
CLOSE_LINEAR, SKIP.
repeated .google.cloud.video.stitcher.v1.Event activity_events = 3;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Event.Builder |
| Returns | |
|---|---|
| Type | Description |
VodSessionAd.Builder |
|
addActivityEvents(int index, Event value)
public VodSessionAd.Builder addActivityEvents(int index, Event value) The list of progress tracking events for the ad break. These can be of
the following IAB types: MUTE, UNMUTE, PAUSE, CLICK,
CLICK_THROUGH, REWIND, RESUME, ERROR, FULLSCREEN,
EXIT_FULLSCREEN, EXPAND, COLLAPSE, ACCEPT_INVITATION_LINEAR,
CLOSE_LINEAR, SKIP.
repeated .google.cloud.video.stitcher.v1.Event activity_events = 3;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Event |
| Returns | |
|---|---|
| Type | Description |
VodSessionAd.Builder |
|
addActivityEvents(int index, Event.Builder builderForValue)
public VodSessionAd.Builder addActivityEvents(int index, Event.Builder builderForValue) The list of progress tracking events for the ad break. These can be of
the following IAB types: MUTE, UNMUTE, PAUSE, CLICK,
CLICK_THROUGH, REWIND, RESUME, ERROR, FULLSCREEN,
EXIT_FULLSCREEN, EXPAND, COLLAPSE, ACCEPT_INVITATION_LINEAR,
CLOSE_LINEAR, SKIP.
repeated .google.cloud.video.stitcher.v1.Event activity_events = 3;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Event.Builder |
| Returns | |
|---|---|
| Type | Description |
VodSessionAd.Builder |
|
addActivityEventsBuilder()
public Event.Builder addActivityEventsBuilder() The list of progress tracking events for the ad break. These can be of
the following IAB types: MUTE, UNMUTE, PAUSE, CLICK,
CLICK_THROUGH, REWIND, RESUME, ERROR, FULLSCREEN,
EXIT_FULLSCREEN, EXPAND, COLLAPSE, ACCEPT_INVITATION_LINEAR,
CLOSE_LINEAR, SKIP.
repeated .google.cloud.video.stitcher.v1.Event activity_events = 3;
| Returns | |
|---|---|
| Type | Description |
Event.Builder |
|
addActivityEventsBuilder(int index)
public Event.Builder addActivityEventsBuilder(int index) The list of progress tracking events for the ad break. These can be of
the following IAB types: MUTE, UNMUTE, PAUSE, CLICK,
CLICK_THROUGH, REWIND, RESUME, ERROR, FULLSCREEN,
EXIT_FULLSCREEN, EXPAND, COLLAPSE, ACCEPT_INVITATION_LINEAR,
CLOSE_LINEAR, SKIP.
repeated .google.cloud.video.stitcher.v1.Event activity_events = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Event.Builder |
|
addAllActivityEvents(Iterable<? extends Event> values)
public VodSessionAd.Builder addAllActivityEvents(Iterable<? extends Event> values) The list of progress tracking events for the ad break. These can be of
the following IAB types: MUTE, UNMUTE, PAUSE, CLICK,
CLICK_THROUGH, REWIND, RESUME, ERROR, FULLSCREEN,
EXIT_FULLSCREEN, EXPAND, COLLAPSE, ACCEPT_INVITATION_LINEAR,
CLOSE_LINEAR, SKIP.
repeated .google.cloud.video.stitcher.v1.Event activity_events = 3;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.video.stitcher.v1.Event> |
| Returns | |
|---|---|
| Type | Description |
VodSessionAd.Builder |
|
build()
public VodSessionAd build()| Returns | |
|---|---|
| Type | Description |
VodSessionAd |
|
buildPartial()
public VodSessionAd buildPartial()| Returns | |
|---|---|
| Type | Description |
VodSessionAd |
|
clear()
public VodSessionAd.Builder clear()| Returns | |
|---|---|
| Type | Description |
VodSessionAd.Builder |
|
clearActivityEvents()
public VodSessionAd.Builder clearActivityEvents() The list of progress tracking events for the ad break. These can be of
the following IAB types: MUTE, UNMUTE, PAUSE, CLICK,
CLICK_THROUGH, REWIND, RESUME, ERROR, FULLSCREEN,
EXIT_FULLSCREEN, EXPAND, COLLAPSE, ACCEPT_INVITATION_LINEAR,
CLOSE_LINEAR, SKIP.
repeated .google.cloud.video.stitcher.v1.Event activity_events = 3;
| Returns | |
|---|---|
| Type | Description |
VodSessionAd.Builder |
|
clearCompanionAds()
public VodSessionAd.Builder clearCompanionAds()Metadata of companion ads associated with the ad.
.google.cloud.video.stitcher.v1.CompanionAds companion_ads = 2;
| Returns | |
|---|---|
| Type | Description |
VodSessionAd.Builder |
|
clearDuration()
public VodSessionAd.Builder clearDuration()Duration in seconds of the ad.
.google.protobuf.Duration duration = 1;
| Returns | |
|---|---|
| Type | Description |
VodSessionAd.Builder |
|
getActivityEvents(int index)
public Event getActivityEvents(int index) The list of progress tracking events for the ad break. These can be of
the following IAB types: MUTE, UNMUTE, PAUSE, CLICK,
CLICK_THROUGH, REWIND, RESUME, ERROR, FULLSCREEN,
EXIT_FULLSCREEN, EXPAND, COLLAPSE, ACCEPT_INVITATION_LINEAR,
CLOSE_LINEAR, SKIP.
repeated .google.cloud.video.stitcher.v1.Event activity_events = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Event |
|
getActivityEventsBuilder(int index)
public Event.Builder getActivityEventsBuilder(int index) The list of progress tracking events for the ad break. These can be of
the following IAB types: MUTE, UNMUTE, PAUSE, CLICK,
CLICK_THROUGH, REWIND, RESUME, ERROR, FULLSCREEN,
EXIT_FULLSCREEN, EXPAND, COLLAPSE, ACCEPT_INVITATION_LINEAR,
CLOSE_LINEAR, SKIP.
repeated .google.cloud.video.stitcher.v1.Event activity_events = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Event.Builder |
|
getActivityEventsBuilderList()
public List<Event.Builder> getActivityEventsBuilderList() The list of progress tracking events for the ad break. These can be of
the following IAB types: MUTE, UNMUTE, PAUSE, CLICK,
CLICK_THROUGH, REWIND, RESUME, ERROR, FULLSCREEN,
EXIT_FULLSCREEN, EXPAND, COLLAPSE, ACCEPT_INVITATION_LINEAR,
CLOSE_LINEAR, SKIP.
repeated .google.cloud.video.stitcher.v1.Event activity_events = 3;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getActivityEventsCount()
public int getActivityEventsCount() The list of progress tracking events for the ad break. These can be of
the following IAB types: MUTE, UNMUTE, PAUSE, CLICK,
CLICK_THROUGH, REWIND, RESUME, ERROR, FULLSCREEN,
EXIT_FULLSCREEN, EXPAND, COLLAPSE, ACCEPT_INVITATION_LINEAR,
CLOSE_LINEAR, SKIP.
repeated .google.cloud.video.stitcher.v1.Event activity_events = 3;
| Returns | |
|---|---|
| Type | Description |
int |
|
getActivityEventsList()
public List<Event> getActivityEventsList() The list of progress tracking events for the ad break. These can be of
the following IAB types: MUTE, UNMUTE, PAUSE, CLICK,
CLICK_THROUGH, REWIND, RESUME, ERROR, FULLSCREEN,
EXIT_FULLSCREEN, EXPAND, COLLAPSE, ACCEPT_INVITATION_LINEAR,
CLOSE_LINEAR, SKIP.
repeated .google.cloud.video.stitcher.v1.Event activity_events = 3;
| Returns | |
|---|---|
| Type | Description |
List<Event> |
|
getActivityEventsOrBuilder(int index)
public EventOrBuilder getActivityEventsOrBuilder(int index) The list of progress tracking events for the ad break. These can be of
the following IAB types: MUTE, UNMUTE, PAUSE, CLICK,
CLICK_THROUGH, REWIND, RESUME, ERROR, FULLSCREEN,
EXIT_FULLSCREEN, EXPAND, COLLAPSE, ACCEPT_INVITATION_LINEAR,
CLOSE_LINEAR, SKIP.
repeated .google.cloud.video.stitcher.v1.Event activity_events = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
EventOrBuilder |
|
getActivityEventsOrBuilderList()
public List<? extends EventOrBuilder> getActivityEventsOrBuilderList() The list of progress tracking events for the ad break. These can be of
the following IAB types: MUTE, UNMUTE, PAUSE, CLICK,
CLICK_THROUGH, REWIND, RESUME, ERROR, FULLSCREEN,
EXIT_FULLSCREEN, EXPAND, COLLAPSE, ACCEPT_INVITATION_LINEAR,
CLOSE_LINEAR, SKIP.
repeated .google.cloud.video.stitcher.v1.Event activity_events = 3;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.video.stitcher.v1.EventOrBuilder> |
|
getCompanionAds()
public CompanionAds getCompanionAds()Metadata of companion ads associated with the ad.
.google.cloud.video.stitcher.v1.CompanionAds companion_ads = 2;
| Returns | |
|---|---|
| Type | Description |
CompanionAds |
The companionAds. |
getCompanionAdsBuilder()
public CompanionAds.Builder getCompanionAdsBuilder()Metadata of companion ads associated with the ad.
.google.cloud.video.stitcher.v1.CompanionAds companion_ads = 2;
| Returns | |
|---|---|
| Type | Description |
CompanionAds.Builder |
|
getCompanionAdsOrBuilder()
public CompanionAdsOrBuilder getCompanionAdsOrBuilder()Metadata of companion ads associated with the ad.
.google.cloud.video.stitcher.v1.CompanionAds companion_ads = 2;
| Returns | |
|---|---|
| Type | Description |
CompanionAdsOrBuilder |
|
getDefaultInstanceForType()
public VodSessionAd getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
VodSessionAd |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getDuration()
public Duration getDuration()Duration in seconds of the ad.
.google.protobuf.Duration duration = 1;
| Returns | |
|---|---|
| Type | Description |
Duration |
The duration. |
getDurationBuilder()
public Duration.Builder getDurationBuilder()Duration in seconds of the ad.
.google.protobuf.Duration duration = 1;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getDurationOrBuilder()
public DurationOrBuilder getDurationOrBuilder()Duration in seconds of the ad.
.google.protobuf.Duration duration = 1;
| Returns | |
|---|---|
| Type | Description |
DurationOrBuilder |
|
hasCompanionAds()
public boolean hasCompanionAds()Metadata of companion ads associated with the ad.
.google.cloud.video.stitcher.v1.CompanionAds companion_ads = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the companionAds field is set. |
hasDuration()
public boolean hasDuration()Duration in seconds of the ad.
.google.protobuf.Duration duration = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the duration field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeCompanionAds(CompanionAds value)
public VodSessionAd.Builder mergeCompanionAds(CompanionAds value)Metadata of companion ads associated with the ad.
.google.cloud.video.stitcher.v1.CompanionAds companion_ads = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
CompanionAds |
| Returns | |
|---|---|
| Type | Description |
VodSessionAd.Builder |
|
mergeDuration(Duration value)
public VodSessionAd.Builder mergeDuration(Duration value)Duration in seconds of the ad.
.google.protobuf.Duration duration = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
Duration |
| Returns | |
|---|---|
| Type | Description |
VodSessionAd.Builder |
|
mergeFrom(VodSessionAd other)
public VodSessionAd.Builder mergeFrom(VodSessionAd other)| Parameter | |
|---|---|
| Name | Description |
other |
VodSessionAd |
| Returns | |
|---|---|
| Type | Description |
VodSessionAd.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public VodSessionAd.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
VodSessionAd.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public VodSessionAd.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
VodSessionAd.Builder |
|
removeActivityEvents(int index)
public VodSessionAd.Builder removeActivityEvents(int index) The list of progress tracking events for the ad break. These can be of
the following IAB types: MUTE, UNMUTE, PAUSE, CLICK,
CLICK_THROUGH, REWIND, RESUME, ERROR, FULLSCREEN,
EXIT_FULLSCREEN, EXPAND, COLLAPSE, ACCEPT_INVITATION_LINEAR,
CLOSE_LINEAR, SKIP.
repeated .google.cloud.video.stitcher.v1.Event activity_events = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
VodSessionAd.Builder |
|
setActivityEvents(int index, Event value)
public VodSessionAd.Builder setActivityEvents(int index, Event value) The list of progress tracking events for the ad break. These can be of
the following IAB types: MUTE, UNMUTE, PAUSE, CLICK,
CLICK_THROUGH, REWIND, RESUME, ERROR, FULLSCREEN,
EXIT_FULLSCREEN, EXPAND, COLLAPSE, ACCEPT_INVITATION_LINEAR,
CLOSE_LINEAR, SKIP.
repeated .google.cloud.video.stitcher.v1.Event activity_events = 3;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Event |
| Returns | |
|---|---|
| Type | Description |
VodSessionAd.Builder |
|
setActivityEvents(int index, Event.Builder builderForValue)
public VodSessionAd.Builder setActivityEvents(int index, Event.Builder builderForValue) The list of progress tracking events for the ad break. These can be of
the following IAB types: MUTE, UNMUTE, PAUSE, CLICK,
CLICK_THROUGH, REWIND, RESUME, ERROR, FULLSCREEN,
EXIT_FULLSCREEN, EXPAND, COLLAPSE, ACCEPT_INVITATION_LINEAR,
CLOSE_LINEAR, SKIP.
repeated .google.cloud.video.stitcher.v1.Event activity_events = 3;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Event.Builder |
| Returns | |
|---|---|
| Type | Description |
VodSessionAd.Builder |
|
setCompanionAds(CompanionAds value)
public VodSessionAd.Builder setCompanionAds(CompanionAds value)Metadata of companion ads associated with the ad.
.google.cloud.video.stitcher.v1.CompanionAds companion_ads = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
CompanionAds |
| Returns | |
|---|---|
| Type | Description |
VodSessionAd.Builder |
|
setCompanionAds(CompanionAds.Builder builderForValue)
public VodSessionAd.Builder setCompanionAds(CompanionAds.Builder builderForValue)Metadata of companion ads associated with the ad.
.google.cloud.video.stitcher.v1.CompanionAds companion_ads = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
CompanionAds.Builder |
| Returns | |
|---|---|
| Type | Description |
VodSessionAd.Builder |
|
setDuration(Duration value)
public VodSessionAd.Builder setDuration(Duration value)Duration in seconds of the ad.
.google.protobuf.Duration duration = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
Duration |
| Returns | |
|---|---|
| Type | Description |
VodSessionAd.Builder |
|
setDuration(Duration.Builder builderForValue)
public VodSessionAd.Builder setDuration(Duration.Builder builderForValue)Duration in seconds of the ad.
.google.protobuf.Duration duration = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
VodSessionAd.Builder |
|