Interface Overlay.AnimationOrBuilder (0.16.0)
Stay organized with collections
Save and categorize content based on your preferences.
public static interface Overlay.AnimationOrBuilder extends MessageOrBuilder
Methods
getAnimationEnd()
public abstract Overlay.AnimationEnd getAnimationEnd()
End previous animation.
.google.events.cloud.video.transcoder.v1.Overlay.AnimationEnd animation_end = 3;
getAnimationEndOrBuilder()
public abstract Overlay.AnimationEndOrBuilder getAnimationEndOrBuilder()
End previous animation.
.google.events.cloud.video.transcoder.v1.Overlay.AnimationEnd animation_end = 3;
getAnimationFade()
public abstract Overlay.AnimationFade getAnimationFade()
Display overlay object with fade animation.
.google.events.cloud.video.transcoder.v1.Overlay.AnimationFade animation_fade = 2;
getAnimationFadeOrBuilder()
public abstract Overlay.AnimationFadeOrBuilder getAnimationFadeOrBuilder()
Display overlay object with fade animation.
.google.events.cloud.video.transcoder.v1.Overlay.AnimationFade animation_fade = 2;
getAnimationStatic()
public abstract Overlay.AnimationStatic getAnimationStatic()
Display static overlay object.
.google.events.cloud.video.transcoder.v1.Overlay.AnimationStatic animation_static = 1;
getAnimationStaticOrBuilder()
public abstract Overlay.AnimationStaticOrBuilder getAnimationStaticOrBuilder()
Display static overlay object.
.google.events.cloud.video.transcoder.v1.Overlay.AnimationStatic animation_static = 1;
getAnimationTypeCase()
public abstract Overlay.Animation.AnimationTypeCase getAnimationTypeCase()
hasAnimationEnd()
public abstract boolean hasAnimationEnd()
End previous animation.
.google.events.cloud.video.transcoder.v1.Overlay.AnimationEnd animation_end = 3;
Returns |
Type |
Description |
boolean |
Whether the animationEnd field is set.
|
hasAnimationFade()
public abstract boolean hasAnimationFade()
Display overlay object with fade animation.
.google.events.cloud.video.transcoder.v1.Overlay.AnimationFade animation_fade = 2;
Returns |
Type |
Description |
boolean |
Whether the animationFade field is set.
|
hasAnimationStatic()
public abstract boolean hasAnimationStatic()
Display static overlay object.
.google.events.cloud.video.transcoder.v1.Overlay.AnimationStatic animation_static = 1;
Returns |
Type |
Description |
boolean |
Whether the animationStatic 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-08-07 UTC.
[[["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 Overlay.AnimationOrBuilder (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.Overlay.AnimationOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.video.transcoder.v1.Overlay.AnimationOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.video.transcoder.v1.Overlay.AnimationOrBuilder) \n\n public static interface Overlay.AnimationOrBuilder 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### getAnimationEnd()\n\n public abstract Overlay.AnimationEnd getAnimationEnd()\n\nEnd previous animation.\n\n`.google.events.cloud.video.transcoder.v1.Overlay.AnimationEnd animation_end = 3;`\n\n### getAnimationEndOrBuilder()\n\n public abstract Overlay.AnimationEndOrBuilder getAnimationEndOrBuilder()\n\nEnd previous animation.\n\n`.google.events.cloud.video.transcoder.v1.Overlay.AnimationEnd animation_end = 3;`\n\n### getAnimationFade()\n\n public abstract Overlay.AnimationFade getAnimationFade()\n\nDisplay overlay object with fade animation.\n\n`.google.events.cloud.video.transcoder.v1.Overlay.AnimationFade animation_fade = 2;\n`\n\n### getAnimationFadeOrBuilder()\n\n public abstract Overlay.AnimationFadeOrBuilder getAnimationFadeOrBuilder()\n\nDisplay overlay object with fade animation.\n\n`.google.events.cloud.video.transcoder.v1.Overlay.AnimationFade animation_fade = 2;\n`\n\n### getAnimationStatic()\n\n public abstract Overlay.AnimationStatic getAnimationStatic()\n\nDisplay static overlay object.\n\n`.google.events.cloud.video.transcoder.v1.Overlay.AnimationStatic animation_static = 1;\n`\n\n### getAnimationStaticOrBuilder()\n\n public abstract Overlay.AnimationStaticOrBuilder getAnimationStaticOrBuilder()\n\nDisplay static overlay object.\n\n`.google.events.cloud.video.transcoder.v1.Overlay.AnimationStatic animation_static = 1;\n`\n\n### getAnimationTypeCase()\n\n public abstract Overlay.Animation.AnimationTypeCase getAnimationTypeCase()\n\n### hasAnimationEnd()\n\n public abstract boolean hasAnimationEnd()\n\nEnd previous animation.\n\n`.google.events.cloud.video.transcoder.v1.Overlay.AnimationEnd animation_end = 3;`\n\n### hasAnimationFade()\n\n public abstract boolean hasAnimationFade()\n\nDisplay overlay object with fade animation.\n\n`.google.events.cloud.video.transcoder.v1.Overlay.AnimationFade animation_fade = 2;\n`\n\n### hasAnimationStatic()\n\n public abstract boolean hasAnimationStatic()\n\nDisplay static overlay object.\n\n`.google.events.cloud.video.transcoder.v1.Overlay.AnimationStatic animation_static = 1;\n`"]]