Interface Overlay.AnimationEndOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Overlay.AnimationEnd
,Overlay.AnimationEnd.Builder
- Enclosing class:
- Overlay
public static interface Overlay.AnimationEndOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.Duration
getStartTimeOffset()
The time to end overlay object, in seconds.com.google.protobuf.DurationOrBuilder
getStartTimeOffsetOrBuilder()
The time to end overlay object, in seconds.boolean
hasStartTimeOffset()
The time to end overlay object, in seconds.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasStartTimeOffset
boolean hasStartTimeOffset()
The time to end overlay object, in seconds. Default: 0
.google.protobuf.Duration start_time_offset = 1;
- Returns:
- Whether the startTimeOffset field is set.
-
getStartTimeOffset
com.google.protobuf.Duration getStartTimeOffset()
The time to end overlay object, in seconds. Default: 0
.google.protobuf.Duration start_time_offset = 1;
- Returns:
- The startTimeOffset.
-
getStartTimeOffsetOrBuilder
com.google.protobuf.DurationOrBuilder getStartTimeOffsetOrBuilder()
The time to end overlay object, in seconds. Default: 0
.google.protobuf.Duration start_time_offset = 1;
-
-