public interface OverlayOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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.v1beta1.Overlay.Animation animations = 2;
Name | Description |
index | int |
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.v1beta1.Overlay.Animation animations = 2;
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.v1beta1.Overlay.Animation animations = 2;
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.v1beta1.Overlay.Animation animations = 2;
Name | Description |
index | int |
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.v1beta1.Overlay.Animation animations = 2;
Type | Description |
List<? extends com.google.cloud.video.transcoder.v1beta1.Overlay.AnimationOrBuilder> |
getImage()
public abstract Overlay.Image getImage()
Image overlay.
.google.cloud.video.transcoder.v1beta1.Overlay.Image image = 1;
Type | Description |
Overlay.Image | The image. |
getImageOrBuilder()
public abstract Overlay.ImageOrBuilder getImageOrBuilder()
Image overlay.
.google.cloud.video.transcoder.v1beta1.Overlay.Image image = 1;
Type | Description |
Overlay.ImageOrBuilder |
hasImage()
public abstract boolean hasImage()
Image overlay.
.google.cloud.video.transcoder.v1beta1.Overlay.Image image = 1;
Type | Description |
boolean | Whether the image field is set. |