Interface Overlay.AnimationEndOrBuilder (1.12.0)

Stay organized with collections Save and categorize content based on your preferences.
public static interface Overlay.AnimationEndOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getStartTimeOffset()

public abstract Duration getStartTimeOffset()

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

.google.protobuf.Duration start_time_offset = 1;

Returns
TypeDescription
Duration

The startTimeOffset.

getStartTimeOffsetOrBuilder()

public abstract DurationOrBuilder getStartTimeOffsetOrBuilder()

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

.google.protobuf.Duration start_time_offset = 1;

Returns
TypeDescription
DurationOrBuilder

hasStartTimeOffset()

public abstract boolean hasStartTimeOffset()

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

.google.protobuf.Duration start_time_offset = 1;

Returns
TypeDescription
boolean

Whether the startTimeOffset field is set.