public interface StudyTimeConstraintOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getConstraintCase()
public abstract StudyTimeConstraint.ConstraintCase getConstraintCase()
Returns | |
---|---|
Type | Description |
StudyTimeConstraint.ConstraintCase |
getEndTime()
public abstract Timestamp getEndTime()
Compares the wallclock time to this time. Must use UTC timezone.
.google.protobuf.Timestamp end_time = 2;
Returns | |
---|---|
Type | Description |
Timestamp |
The endTime. |
getEndTimeOrBuilder()
public abstract TimestampOrBuilder getEndTimeOrBuilder()
Compares the wallclock time to this time. Must use UTC timezone.
.google.protobuf.Timestamp end_time = 2;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getMaxDuration()
public abstract Duration getMaxDuration()
Counts the wallclock time passed since the creation of this Study.
.google.protobuf.Duration max_duration = 1;
Returns | |
---|---|
Type | Description |
Duration |
The maxDuration. |
getMaxDurationOrBuilder()
public abstract DurationOrBuilder getMaxDurationOrBuilder()
Counts the wallclock time passed since the creation of this Study.
.google.protobuf.Duration max_duration = 1;
Returns | |
---|---|
Type | Description |
DurationOrBuilder |
hasEndTime()
public abstract boolean hasEndTime()
Compares the wallclock time to this time. Must use UTC timezone.
.google.protobuf.Timestamp end_time = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the endTime field is set. |
hasMaxDuration()
public abstract boolean hasMaxDuration()
Counts the wallclock time passed since the creation of this Study.
.google.protobuf.Duration max_duration = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the maxDuration field is set. |