Class Overlay.AnimationEnd.Builder (1.82.0)

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

End previous overlay animation from the video. Without AnimationEnd, the overlay object will keep the state of previous animation until the end of the video.

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

Static Methods

getDescriptor()

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

Methods

build()

public Overlay.AnimationEnd build()
Returns
Type Description
Overlay.AnimationEnd

buildPartial()

public Overlay.AnimationEnd buildPartial()
Returns
Type Description
Overlay.AnimationEnd

clear()

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

clearStartTimeOffset()

public Overlay.AnimationEnd.Builder clearStartTimeOffset()

The time to end overlay object, in seconds. Default: 0

.google.protobuf.Duration start_time_offset = 1;

Returns
Type Description
Overlay.AnimationEnd.Builder

getDefaultInstanceForType()

public Overlay.AnimationEnd getDefaultInstanceForType()
Returns
Type Description
Overlay.AnimationEnd

getDescriptorForType()

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

getStartTimeOffset()

public Duration getStartTimeOffset()

The time to end overlay object, in seconds. Default: 0

.google.protobuf.Duration start_time_offset = 1;

Returns
Type Description
Duration

The startTimeOffset.

getStartTimeOffsetBuilder()

public Duration.Builder getStartTimeOffsetBuilder()

The time to end overlay object, in seconds. Default: 0

.google.protobuf.Duration start_time_offset = 1;

Returns
Type Description
Builder

getStartTimeOffsetOrBuilder()

public DurationOrBuilder getStartTimeOffsetOrBuilder()

The time to end overlay object, in seconds. Default: 0

.google.protobuf.Duration start_time_offset = 1;

Returns
Type Description
DurationOrBuilder

hasStartTimeOffset()

public boolean hasStartTimeOffset()

The time to end overlay object, in seconds. Default: 0

.google.protobuf.Duration start_time_offset = 1;

Returns
Type Description
boolean

Whether the startTimeOffset 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.AnimationEnd other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeStartTimeOffset(Duration value)

public Overlay.AnimationEnd.Builder mergeStartTimeOffset(Duration value)

The time to end overlay object, in seconds. Default: 0

.google.protobuf.Duration start_time_offset = 1;

Parameter
Name Description
value Duration
Returns
Type Description
Overlay.AnimationEnd.Builder

setStartTimeOffset(Duration value)

public Overlay.AnimationEnd.Builder setStartTimeOffset(Duration value)

The time to end overlay object, in seconds. Default: 0

.google.protobuf.Duration start_time_offset = 1;

Parameter
Name Description
value Duration
Returns
Type Description
Overlay.AnimationEnd.Builder

setStartTimeOffset(Duration.Builder builderForValue)

public Overlay.AnimationEnd.Builder setStartTimeOffset(Duration.Builder builderForValue)

The time to end overlay object, in seconds. Default: 0

.google.protobuf.Duration start_time_offset = 1;

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