Interface OrchestratorService.TimerCreatedEventOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OrchestratorService.TimerCreatedEvent,OrchestratorService.TimerCreatedEvent.Builder
- Enclosing class:
- OrchestratorService
public static interface OrchestratorService.TimerCreatedEventOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.TimestampgetFireAt().google.protobuf.Timestamp fireAt = 1;com.google.protobuf.TimestampOrBuildergetFireAtOrBuilder().google.protobuf.Timestamp fireAt = 1;booleanhasFireAt().google.protobuf.Timestamp fireAt = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasFireAt
boolean hasFireAt()
.google.protobuf.Timestamp fireAt = 1;- Returns:
- Whether the fireAt field is set.
-
getFireAt
com.google.protobuf.Timestamp getFireAt()
.google.protobuf.Timestamp fireAt = 1;- Returns:
- The fireAt.
-
getFireAtOrBuilder
com.google.protobuf.TimestampOrBuilder getFireAtOrBuilder()
.google.protobuf.Timestamp fireAt = 1;
-
-