Class Overlay.Builder (1.82.0)

public static final class Overlay.Builder extends GeneratedMessage.Builder<Overlay.Builder> implements OverlayOrBuilder

Overlay configuration.

Protobuf type google.cloud.video.transcoder.v1.Overlay

Implements

OverlayOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllAnimations(Iterable<? extends Overlay.Animation> values)

public Overlay.Builder addAllAnimations(Iterable<? extends Overlay.Animation> values)

List of animations. The list should be chronological, without any time overlap.

repeated .google.cloud.video.transcoder.v1.Overlay.Animation animations = 2;

Parameter
Name Description
values Iterable<? extends com.google.cloud.video.transcoder.v1.Overlay.Animation>
Returns
Type Description
Overlay.Builder

addAnimations(Overlay.Animation value)

public Overlay.Builder addAnimations(Overlay.Animation value)

List of animations. The list should be chronological, without any time overlap.

repeated .google.cloud.video.transcoder.v1.Overlay.Animation animations = 2;

Parameter
Name Description
value Overlay.Animation
Returns
Type Description
Overlay.Builder

addAnimations(Overlay.Animation.Builder builderForValue)

public Overlay.Builder addAnimations(Overlay.Animation.Builder builderForValue)

List of animations. The list should be chronological, without any time overlap.

repeated .google.cloud.video.transcoder.v1.Overlay.Animation animations = 2;

Parameter
Name Description
builderForValue Overlay.Animation.Builder
Returns
Type Description
Overlay.Builder

addAnimations(int index, Overlay.Animation value)

public Overlay.Builder addAnimations(int index, Overlay.Animation value)

List of animations. The list should be chronological, without any time overlap.

repeated .google.cloud.video.transcoder.v1.Overlay.Animation animations = 2;

Parameters
Name Description
index int
value Overlay.Animation
Returns
Type Description
Overlay.Builder

addAnimations(int index, Overlay.Animation.Builder builderForValue)

public Overlay.Builder addAnimations(int index, Overlay.Animation.Builder builderForValue)

List of animations. The list should be chronological, without any time overlap.

repeated .google.cloud.video.transcoder.v1.Overlay.Animation animations = 2;

Parameters
Name Description
index int
builderForValue Overlay.Animation.Builder
Returns
Type Description
Overlay.Builder

addAnimationsBuilder()

public Overlay.Animation.Builder addAnimationsBuilder()

List of animations. The list should be chronological, without any time overlap.

repeated .google.cloud.video.transcoder.v1.Overlay.Animation animations = 2;

Returns
Type Description
Overlay.Animation.Builder

addAnimationsBuilder(int index)

public Overlay.Animation.Builder addAnimationsBuilder(int index)

List of animations. The list should be chronological, without any time overlap.

repeated .google.cloud.video.transcoder.v1.Overlay.Animation animations = 2;

Parameter
Name Description
index int
Returns
Type Description
Overlay.Animation.Builder

build()

public Overlay build()
Returns
Type Description
Overlay

buildPartial()

public Overlay buildPartial()
Returns
Type Description
Overlay

clear()

public Overlay.Builder clear()
Returns
Type Description
Overlay.Builder
Overrides

clearAnimations()

public Overlay.Builder clearAnimations()

List of animations. The list should be chronological, without any time overlap.

repeated .google.cloud.video.transcoder.v1.Overlay.Animation animations = 2;

Returns
Type Description
Overlay.Builder

clearImage()

public Overlay.Builder clearImage()

Image overlay.

.google.cloud.video.transcoder.v1.Overlay.Image image = 1;

Returns
Type Description
Overlay.Builder

getAnimations(int index)

public 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;

Parameter
Name Description
index int
Returns
Type Description
Overlay.Animation

getAnimationsBuilder(int index)

public Overlay.Animation.Builder getAnimationsBuilder(int index)

List of animations. The list should be chronological, without any time overlap.

repeated .google.cloud.video.transcoder.v1.Overlay.Animation animations = 2;

Parameter
Name Description
index int
Returns
Type Description
Overlay.Animation.Builder

getAnimationsBuilderList()

public List<Overlay.Animation.Builder> getAnimationsBuilderList()

List of animations. The list should be chronological, without any time overlap.

repeated .google.cloud.video.transcoder.v1.Overlay.Animation animations = 2;

Returns
Type Description
List<Builder>

getAnimationsCount()

public int getAnimationsCount()

List of animations. The list should be chronological, without any time overlap.

repeated .google.cloud.video.transcoder.v1.Overlay.Animation animations = 2;

Returns
Type Description
int

getAnimationsList()

public 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;

Returns
Type Description
List<Animation>

getAnimationsOrBuilder(int index)

public 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;

Parameter
Name Description
index int
Returns
Type Description
Overlay.AnimationOrBuilder

getAnimationsOrBuilderList()

public 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;

Returns
Type Description
List<? extends com.google.cloud.video.transcoder.v1.Overlay.AnimationOrBuilder>

getDefaultInstanceForType()

public Overlay getDefaultInstanceForType()
Returns
Type Description
Overlay

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getImage()

public Overlay.Image getImage()

Image overlay.

.google.cloud.video.transcoder.v1.Overlay.Image image = 1;

Returns
Type Description
Overlay.Image

The image.

getImageBuilder()

public Overlay.Image.Builder getImageBuilder()

Image overlay.

.google.cloud.video.transcoder.v1.Overlay.Image image = 1;

Returns
Type Description
Overlay.Image.Builder

getImageOrBuilder()

public Overlay.ImageOrBuilder getImageOrBuilder()

Image overlay.

.google.cloud.video.transcoder.v1.Overlay.Image image = 1;

Returns
Type Description
Overlay.ImageOrBuilder

hasImage()

public boolean hasImage()

Image overlay.

.google.cloud.video.transcoder.v1.Overlay.Image image = 1;

Returns
Type Description
boolean

Whether the image field is set.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Overlay other)

public Overlay.Builder mergeFrom(Overlay other)
Parameter
Name Description
other Overlay
Returns
Type Description
Overlay.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Overlay.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Overlay.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public Overlay.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Overlay.Builder
Overrides

mergeImage(Overlay.Image value)

public Overlay.Builder mergeImage(Overlay.Image value)

Image overlay.

.google.cloud.video.transcoder.v1.Overlay.Image image = 1;

Parameter
Name Description
value Overlay.Image
Returns
Type Description
Overlay.Builder

removeAnimations(int index)

public Overlay.Builder removeAnimations(int index)

List of animations. The list should be chronological, without any time overlap.

repeated .google.cloud.video.transcoder.v1.Overlay.Animation animations = 2;

Parameter
Name Description
index int
Returns
Type Description
Overlay.Builder

setAnimations(int index, Overlay.Animation value)

public Overlay.Builder setAnimations(int index, Overlay.Animation value)

List of animations. The list should be chronological, without any time overlap.

repeated .google.cloud.video.transcoder.v1.Overlay.Animation animations = 2;

Parameters
Name Description
index int
value Overlay.Animation
Returns
Type Description
Overlay.Builder

setAnimations(int index, Overlay.Animation.Builder builderForValue)

public Overlay.Builder setAnimations(int index, Overlay.Animation.Builder builderForValue)

List of animations. The list should be chronological, without any time overlap.

repeated .google.cloud.video.transcoder.v1.Overlay.Animation animations = 2;

Parameters
Name Description
index int
builderForValue Overlay.Animation.Builder
Returns
Type Description
Overlay.Builder

setImage(Overlay.Image value)

public Overlay.Builder setImage(Overlay.Image value)

Image overlay.

.google.cloud.video.transcoder.v1.Overlay.Image image = 1;

Parameter
Name Description
value Overlay.Image
Returns
Type Description
Overlay.Builder

setImage(Overlay.Image.Builder builderForValue)

public Overlay.Builder setImage(Overlay.Image.Builder builderForValue)

Image overlay.

.google.cloud.video.transcoder.v1.Overlay.Image image = 1;

Parameter
Name Description
builderForValue Overlay.Image.Builder
Returns
Type Description
Overlay.Builder