Interface StudyTimeConstraintOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
StudyTimeConstraint, StudyTimeConstraint.Builder

@Generated public interface StudyTimeConstraintOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
     
    com.google.protobuf.Timestamp
    Compares the wallclock time to this time.
    com.google.protobuf.TimestampOrBuilder
    Compares the wallclock time to this time.
    com.google.protobuf.Duration
    Counts the wallclock time passed since the creation of this Study.
    com.google.protobuf.DurationOrBuilder
    Counts the wallclock time passed since the creation of this Study.
    boolean
    Compares the wallclock time to this time.
    boolean
    Counts the wallclock time passed since the creation of this Study.

    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

    • hasMaxDuration

      boolean hasMaxDuration()
       Counts the wallclock time passed since the creation of this Study.
       
      .google.protobuf.Duration max_duration = 1;
      Returns:
      Whether the maxDuration field is set.
    • getMaxDuration

      com.google.protobuf.Duration getMaxDuration()
       Counts the wallclock time passed since the creation of this Study.
       
      .google.protobuf.Duration max_duration = 1;
      Returns:
      The maxDuration.
    • getMaxDurationOrBuilder

      com.google.protobuf.DurationOrBuilder getMaxDurationOrBuilder()
       Counts the wallclock time passed since the creation of this Study.
       
      .google.protobuf.Duration max_duration = 1;
    • hasEndTime

      boolean hasEndTime()
       Compares the wallclock time to this time. Must use UTC timezone.
       
      .google.protobuf.Timestamp end_time = 2;
      Returns:
      Whether the endTime field is set.
    • getEndTime

      com.google.protobuf.Timestamp getEndTime()
       Compares the wallclock time to this time. Must use UTC timezone.
       
      .google.protobuf.Timestamp end_time = 2;
      Returns:
      The endTime.
    • getEndTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
       Compares the wallclock time to this time. Must use UTC timezone.
       
      .google.protobuf.Timestamp end_time = 2;
    • getConstraintCase