public interface StudyTimeConstraintOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
StudyTimeConstraint.ConstraintCase |
getConstraintCase() |
com.google.protobuf.Timestamp |
getEndTime()
Compares the wallclock time to this time.
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
Compares the wallclock time to this time.
|
com.google.protobuf.Duration |
getMaxDuration()
Counts the wallclock time passed since the creation of this Study.
|
com.google.protobuf.DurationOrBuilder |
getMaxDurationOrBuilder()
Counts the wallclock time passed since the creation of this Study.
|
boolean |
hasEndTime()
Compares the wallclock time to this time.
|
boolean |
hasMaxDuration()
Counts the wallclock time passed since the creation of this Study.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMaxDuration()
Counts the wallclock time passed since the creation of this Study.
.google.protobuf.Duration max_duration = 1;com.google.protobuf.Duration getMaxDuration()
Counts the wallclock time passed since the creation of this Study.
.google.protobuf.Duration max_duration = 1;com.google.protobuf.DurationOrBuilder getMaxDurationOrBuilder()
Counts the wallclock time passed since the creation of this Study.
.google.protobuf.Duration max_duration = 1;boolean hasEndTime()
Compares the wallclock time to this time. Must use UTC timezone.
.google.protobuf.Timestamp end_time = 2;com.google.protobuf.Timestamp getEndTime()
Compares the wallclock time to this time. Must use UTC timezone.
.google.protobuf.Timestamp end_time = 2;com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
Compares the wallclock time to this time. Must use UTC timezone.
.google.protobuf.Timestamp end_time = 2;StudyTimeConstraint.ConstraintCase getConstraintCase()
Copyright © 2023 Google LLC. All rights reserved.