Uses of Class
com.google.cloud.video.transcoder.v1.Overlay.Animation
-
Packages that use Overlay.Animation Package Description com.google.cloud.video.transcoder.v1 A client to Transcoder API -
-
Uses of Overlay.Animation in com.google.cloud.video.transcoder.v1
Methods in com.google.cloud.video.transcoder.v1 that return Overlay.Animation Modifier and Type Method Description Overlay.Animation
Overlay.Animation.Builder. build()
Overlay.Animation
Overlay.Animation.Builder. buildPartial()
Overlay.Animation
Overlay.Builder. getAnimations(int index)
List of Animations.Overlay.Animation
Overlay. getAnimations(int index)
List of Animations.Overlay.Animation
OverlayOrBuilder. getAnimations(int index)
List of Animations.static Overlay.Animation
Overlay.Animation. getDefaultInstance()
Overlay.Animation
Overlay.Animation.Builder. getDefaultInstanceForType()
Overlay.Animation
Overlay.Animation. getDefaultInstanceForType()
static Overlay.Animation
Overlay.Animation. parseDelimitedFrom(InputStream input)
static Overlay.Animation
Overlay.Animation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Overlay.Animation
Overlay.Animation. parseFrom(byte[] data)
static Overlay.Animation
Overlay.Animation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Overlay.Animation
Overlay.Animation. parseFrom(com.google.protobuf.ByteString data)
static Overlay.Animation
Overlay.Animation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Overlay.Animation
Overlay.Animation. parseFrom(com.google.protobuf.CodedInputStream input)
static Overlay.Animation
Overlay.Animation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Overlay.Animation
Overlay.Animation. parseFrom(InputStream input)
static Overlay.Animation
Overlay.Animation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Overlay.Animation
Overlay.Animation. parseFrom(ByteBuffer data)
static Overlay.Animation
Overlay.Animation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.video.transcoder.v1 that return types with arguments of type Overlay.Animation Modifier and Type Method Description List<Overlay.Animation>
Overlay.Builder. getAnimationsList()
List of Animations.List<Overlay.Animation>
Overlay. getAnimationsList()
List of Animations.List<Overlay.Animation>
OverlayOrBuilder. getAnimationsList()
List of Animations.com.google.protobuf.Parser<Overlay.Animation>
Overlay.Animation. getParserForType()
static com.google.protobuf.Parser<Overlay.Animation>
Overlay.Animation. parser()
Methods in com.google.cloud.video.transcoder.v1 with parameters of type Overlay.Animation Modifier and Type Method Description Overlay.Builder
Overlay.Builder. addAnimations(int index, Overlay.Animation value)
List of Animations.Overlay.Builder
Overlay.Builder. addAnimations(Overlay.Animation value)
List of Animations.Overlay.Animation.Builder
Overlay.Animation.Builder. mergeFrom(Overlay.Animation other)
static Overlay.Animation.Builder
Overlay.Animation. newBuilder(Overlay.Animation prototype)
Overlay.Builder
Overlay.Builder. setAnimations(int index, Overlay.Animation value)
List of Animations.Method parameters in com.google.cloud.video.transcoder.v1 with type arguments of type Overlay.Animation Modifier and Type Method Description Overlay.Builder
Overlay.Builder. addAllAnimations(Iterable<? extends Overlay.Animation> values)
List of Animations.
-