Interface OverlayOrBuilder (1.43.0)

publicinterface OverlayOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getAnimations(int index)

publicabstractOverlay.AnimationgetAnimations(intindex)

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()

publicabstractintgetAnimationsCount()

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()

publicabstractList<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)

publicabstractOverlay.AnimationOrBuildergetAnimationsOrBuilder(intindex)

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()

publicabstractList<?extendsOverlay.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()

publicabstractOverlay.ImagegetImage()

Image overlay.

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

Returns
Type Description
Overlay.Image

The image.

getImageOrBuilder()

publicabstractOverlay.ImageOrBuildergetImageOrBuilder()

Image overlay.

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

Returns
Type Description
Overlay.ImageOrBuilder

hasImage()

publicabstractbooleanhasImage()

Image overlay.

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

Returns
Type Description
boolean

Whether the image field is set.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.