[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Interface OverlayOrBuilder (0.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.16.0 (latest)](/java/docs/reference/google-cloudevent-types/latest/com.google.events.cloud.video.transcoder.v1.OverlayOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.video.transcoder.v1.OverlayOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.video.transcoder.v1.OverlayOrBuilder) \n\n public interface OverlayOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getAnimations(int index)\n\n public abstract Overlay.Animation getAnimations(int index)\n\nList of Animations. The list should be chronological, without any time\noverlap.\n\n`repeated .google.events.cloud.video.transcoder.v1.Overlay.Animation animations = 2;\n`\n\n### getAnimationsCount()\n\n public abstract int getAnimationsCount()\n\nList of Animations. The list should be chronological, without any time\noverlap.\n\n`repeated .google.events.cloud.video.transcoder.v1.Overlay.Animation animations = 2;\n`\n\n### getAnimationsList()\n\n public abstract List\u003cOverlay.Animation\u003e getAnimationsList()\n\nList of Animations. The list should be chronological, without any time\noverlap.\n\n`repeated .google.events.cloud.video.transcoder.v1.Overlay.Animation animations = 2;\n`\n\n### getAnimationsOrBuilder(int index)\n\n public abstract Overlay.AnimationOrBuilder getAnimationsOrBuilder(int index)\n\nList of Animations. The list should be chronological, without any time\noverlap.\n\n`repeated .google.events.cloud.video.transcoder.v1.Overlay.Animation animations = 2;\n`\n\n### getAnimationsOrBuilderList()\n\n public abstract List\u003c? extends Overlay.AnimationOrBuilder\u003e getAnimationsOrBuilderList()\n\nList of Animations. The list should be chronological, without any time\noverlap.\n\n`repeated .google.events.cloud.video.transcoder.v1.Overlay.Animation animations = 2;\n`\n\n### getImage()\n\n public abstract Overlay.Image getImage()\n\nImage overlay.\n\n`.google.events.cloud.video.transcoder.v1.Overlay.Image image = 1;`\n\n### getImageOrBuilder()\n\n public abstract Overlay.ImageOrBuilder getImageOrBuilder()\n\nImage overlay.\n\n`.google.events.cloud.video.transcoder.v1.Overlay.Image image = 1;`\n\n### hasImage()\n\n public abstract boolean hasImage()\n\nImage overlay.\n\n`.google.events.cloud.video.transcoder.v1.Overlay.Image image = 1;`"]]