Package io.temporal.api.schedule.v1
Interface IntervalSpecOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IntervalSpec,IntervalSpec.Builder
@Generated(value="protoc", comments="annotations:IntervalSpecOrBuilder.java.pb.meta") public interface IntervalSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DurationgetInterval().google.protobuf.Duration interval = 1;DurationOrBuildergetIntervalOrBuilder().google.protobuf.Duration interval = 1;DurationgetPhase().google.protobuf.Duration phase = 2;DurationOrBuildergetPhaseOrBuilder().google.protobuf.Duration phase = 2;booleanhasInterval().google.protobuf.Duration interval = 1;booleanhasPhase().google.protobuf.Duration phase = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasInterval
boolean hasInterval()
.google.protobuf.Duration interval = 1;- Returns:
- Whether the interval field is set.
-
getInterval
Duration getInterval()
.google.protobuf.Duration interval = 1;- Returns:
- The interval.
-
getIntervalOrBuilder
DurationOrBuilder getIntervalOrBuilder()
.google.protobuf.Duration interval = 1;
-
hasPhase
boolean hasPhase()
.google.protobuf.Duration phase = 2;- Returns:
- Whether the phase field is set.
-
getPhase
Duration getPhase()
.google.protobuf.Duration phase = 2;- Returns:
- The phase.
-
getPhaseOrBuilder
DurationOrBuilder getPhaseOrBuilder()
.google.protobuf.Duration phase = 2;
-
-