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 com.google.protobuf.DurationgetInterval().google.protobuf.Duration interval = 1 [(.gogoproto.stdduration) = true];com.google.protobuf.DurationOrBuildergetIntervalOrBuilder().google.protobuf.Duration interval = 1 [(.gogoproto.stdduration) = true];com.google.protobuf.DurationgetPhase().google.protobuf.Duration phase = 2 [(.gogoproto.stdduration) = true];com.google.protobuf.DurationOrBuildergetPhaseOrBuilder().google.protobuf.Duration phase = 2 [(.gogoproto.stdduration) = true];booleanhasInterval().google.protobuf.Duration interval = 1 [(.gogoproto.stdduration) = true];booleanhasPhase().google.protobuf.Duration phase = 2 [(.gogoproto.stdduration) = true];-
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 [(.gogoproto.stdduration) = true];- Returns:
- Whether the interval field is set.
-
getInterval
com.google.protobuf.Duration getInterval()
.google.protobuf.Duration interval = 1 [(.gogoproto.stdduration) = true];- Returns:
- The interval.
-
getIntervalOrBuilder
com.google.protobuf.DurationOrBuilder getIntervalOrBuilder()
.google.protobuf.Duration interval = 1 [(.gogoproto.stdduration) = true];
-
hasPhase
boolean hasPhase()
.google.protobuf.Duration phase = 2 [(.gogoproto.stdduration) = true];- Returns:
- Whether the phase field is set.
-
getPhase
com.google.protobuf.Duration getPhase()
.google.protobuf.Duration phase = 2 [(.gogoproto.stdduration) = true];- Returns:
- The phase.
-
getPhaseOrBuilder
com.google.protobuf.DurationOrBuilder getPhaseOrBuilder()
.google.protobuf.Duration phase = 2 [(.gogoproto.stdduration) = true];
-
-