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

    Modifier and Type
    Method
    Description
    com.google.protobuf.Duration
    .google.protobuf.Duration interval = 1;
    com.google.protobuf.DurationOrBuilder
    .google.protobuf.Duration interval = 1;
    com.google.protobuf.Duration
    .google.protobuf.Duration phase = 2;
    com.google.protobuf.DurationOrBuilder
    .google.protobuf.Duration phase = 2;
    boolean
    .google.protobuf.Duration interval = 1;
    boolean
    .google.protobuf.Duration phase = 2;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasInterval

      boolean hasInterval()
      .google.protobuf.Duration interval = 1;
      Returns:
      Whether the interval field is set.
    • getInterval

      com.google.protobuf.Duration getInterval()
      .google.protobuf.Duration interval = 1;
      Returns:
      The interval.
    • getIntervalOrBuilder

      com.google.protobuf.DurationOrBuilder getIntervalOrBuilder()
      .google.protobuf.Duration interval = 1;
    • hasPhase

      boolean hasPhase()
      .google.protobuf.Duration phase = 2;
      Returns:
      Whether the phase field is set.
    • getPhase

      com.google.protobuf.Duration getPhase()
      .google.protobuf.Duration phase = 2;
      Returns:
      The phase.
    • getPhaseOrBuilder

      com.google.protobuf.DurationOrBuilder getPhaseOrBuilder()
      .google.protobuf.Duration phase = 2;