Interface OverlayOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Overlay
,Overlay.Builder
public interface OverlayOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Overlay.Animation
getAnimations(int index)
List of Animations.int
getAnimationsCount()
List of Animations.List<Overlay.Animation>
getAnimationsList()
List of Animations.Overlay.AnimationOrBuilder
getAnimationsOrBuilder(int index)
List of Animations.List<? extends Overlay.AnimationOrBuilder>
getAnimationsOrBuilderList()
List of Animations.Overlay.Image
getImage()
Image overlay.Overlay.ImageOrBuilder
getImageOrBuilder()
Image overlay.boolean
hasImage()
Image overlay.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasImage
boolean hasImage()
Image overlay.
.google.cloud.video.transcoder.v1.Overlay.Image image = 1;
- Returns:
- Whether the image field is set.
-
getImage
Overlay.Image getImage()
Image overlay.
.google.cloud.video.transcoder.v1.Overlay.Image image = 1;
- Returns:
- The image.
-
getImageOrBuilder
Overlay.ImageOrBuilder getImageOrBuilder()
Image overlay.
.google.cloud.video.transcoder.v1.Overlay.Image image = 1;
-
getAnimationsList
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;
-
getAnimations
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;
-
getAnimationsCount
int getAnimationsCount()
List of Animations. The list should be chronological, without any time overlap.
repeated .google.cloud.video.transcoder.v1.Overlay.Animation animations = 2;
-
getAnimationsOrBuilderList
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;
-
getAnimationsOrBuilder
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;
-
-