Interface IntervalOrBuilder (2.9.0)

public interface IntervalOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEndTime()

public abstract Timestamp getEndTime()

Optional. Exclusive end of the interval. If specified, a Timestamp matching this interval will have to be before the end.

.google.protobuf.Timestamp end_time = 2;

Returns
TypeDescription
Timestamp

The endTime.

getEndTimeOrBuilder()

public abstract TimestampOrBuilder getEndTimeOrBuilder()

Optional. Exclusive end of the interval. If specified, a Timestamp matching this interval will have to be before the end.

.google.protobuf.Timestamp end_time = 2;

Returns
TypeDescription
TimestampOrBuilder

getStartTime()

public abstract Timestamp getStartTime()

Optional. Inclusive start of the interval. If specified, a Timestamp matching this interval will have to be the same or after the start.

.google.protobuf.Timestamp start_time = 1;

Returns
TypeDescription
Timestamp

The startTime.

getStartTimeOrBuilder()

public abstract TimestampOrBuilder getStartTimeOrBuilder()

Optional. Inclusive start of the interval. If specified, a Timestamp matching this interval will have to be the same or after the start.

.google.protobuf.Timestamp start_time = 1;

Returns
TypeDescription
TimestampOrBuilder

hasEndTime()

public abstract boolean hasEndTime()

Optional. Exclusive end of the interval. If specified, a Timestamp matching this interval will have to be before the end.

.google.protobuf.Timestamp end_time = 2;

Returns
TypeDescription
boolean

Whether the endTime field is set.

hasStartTime()

public abstract boolean hasStartTime()

Optional. Inclusive start of the interval. If specified, a Timestamp matching this interval will have to be the same or after the start.

.google.protobuf.Timestamp start_time = 1;

Returns
TypeDescription
boolean

Whether the startTime field is set.