Package com.google.cloud.aiplatform.v1
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 TypeMethodDescriptioncom.google.protobuf.TimestampCompares the wallclock time to this time.com.google.protobuf.TimestampOrBuilderCompares the wallclock time to this time.com.google.protobuf.DurationCounts the wallclock time passed since the creation of this Study.com.google.protobuf.DurationOrBuilderCounts the wallclock time passed since the creation of this Study.booleanCompares the wallclock time to this time.booleanCounts the wallclock time passed since the creation of this Study.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
StudyTimeConstraint.ConstraintCase getConstraintCase()
-