Interface OverlayOrBuilder (1.41.0)

public interface OverlayOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAnimations(int index)

public abstract Overlay.Animation getAnimations(int index)

List of Animations. The list should be chronological, without any time overlap.

repeated .google.cloud.video.transcoder.v1.Overlay.Animation animations = 2;

Parameter
Name Description
index int
Returns
Type Description
Overlay.Animation

getAnimationsCount()

public abstract int getAnimationsCount()

List of Animations. The list should be chronological, without any time overlap.

repeated .google.cloud.video.transcoder.v1.Overlay.Animation animations = 2;

Returns
Type Description
int

getAnimationsList()

public abstract List<Overlay.Animation> getAnimationsList()

List of Animations. The list should be chronological, without any time overlap.

repeated .google.cloud.video.transcoder.v1.Overlay.Animation animations = 2;

Returns
Type Description
List<Animation>

getAnimationsOrBuilder(int index)

public abstract Overlay.AnimationOrBuilder getAnimationsOrBuilder(int index)

List of Animations. The list should be chronological, without any time overlap.

repeated .google.cloud.video.transcoder.v1.Overlay.Animation animations = 2;

Parameter
Name Description
index int
Returns
Type Description
Overlay.AnimationOrBuilder

getAnimationsOrBuilderList()

public abstract List<? extends Overlay.AnimationOrBuilder> getAnimationsOrBuilderList()

List of Animations. The list should be chronological, without any time overlap.

repeated .google.cloud.video.transcoder.v1.Overlay.Animation animations = 2;

Returns
Type Description
List<? extends com.google.cloud.video.transcoder.v1.Overlay.AnimationOrBuilder>

getImage()

public abstract Overlay.Image getImage()

Image overlay.

.google.cloud.video.transcoder.v1.Overlay.Image image = 1;

Returns
Type Description
Overlay.Image

The image.

getImageOrBuilder()

public abstract Overlay.ImageOrBuilder getImageOrBuilder()

Image overlay.

.google.cloud.video.transcoder.v1.Overlay.Image image = 1;

Returns
Type Description
Overlay.ImageOrBuilder

hasImage()

public abstract boolean hasImage()

Image overlay.

.google.cloud.video.transcoder.v1.Overlay.Image image = 1;

Returns
Type Description
boolean

Whether the image field is set.