Package dev.sigstore.proto.common.v1
Interface TimeRangeOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TimeRange,TimeRange.Builder
public interface TimeRangeOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.TimestampgetEnd()optional .google.protobuf.Timestamp end = 2;com.google.protobuf.TimestampOrBuildergetEndOrBuilder()optional .google.protobuf.Timestamp end = 2;com.google.protobuf.TimestampgetStart().google.protobuf.Timestamp start = 1;com.google.protobuf.TimestampOrBuildergetStartOrBuilder().google.protobuf.Timestamp start = 1;booleanhasEnd()optional .google.protobuf.Timestamp end = 2;booleanhasStart().google.protobuf.Timestamp start = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasStart
boolean hasStart()
.google.protobuf.Timestamp start = 1;- Returns:
- Whether the start field is set.
-
getStart
com.google.protobuf.Timestamp getStart()
.google.protobuf.Timestamp start = 1;- Returns:
- The start.
-
getStartOrBuilder
com.google.protobuf.TimestampOrBuilder getStartOrBuilder()
.google.protobuf.Timestamp start = 1;
-
hasEnd
boolean hasEnd()
optional .google.protobuf.Timestamp end = 2;- Returns:
- Whether the end field is set.
-
getEnd
com.google.protobuf.Timestamp getEnd()
optional .google.protobuf.Timestamp end = 2;- Returns:
- The end.
-
getEndOrBuilder
com.google.protobuf.TimestampOrBuilder getEndOrBuilder()
optional .google.protobuf.Timestamp end = 2;
-
-