public static interface Overlay.AnimationEndOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getStartTimeOffset()
public abstract 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. |
getStartTimeOffsetOrBuilder()
public abstract 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 abstract 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. |