public interface DataIntervalOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Timestamp |
getEndTime()
Ending time (exclusive, ISO 8601 for REST).
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
Ending time (exclusive, ISO 8601 for REST).
|
com.google.protobuf.Timestamp |
getStartTime()
Starting time (inclusive, ISO 8601 for REST).
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
Starting time (inclusive, ISO 8601 for REST).
|
boolean |
hasEndTime()
Ending time (exclusive, ISO 8601 for REST).
|
boolean |
hasStartTime()
Starting time (inclusive, ISO 8601 for REST).
|
boolean hasStartTime()
Starting time (inclusive, ISO 8601 for REST).
.google.protobuf.Timestamp start_time = 1;
com.google.protobuf.Timestamp getStartTime()
Starting time (inclusive, ISO 8601 for REST).
.google.protobuf.Timestamp start_time = 1;
com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
Starting time (inclusive, ISO 8601 for REST).
.google.protobuf.Timestamp start_time = 1;
boolean hasEndTime()
Ending time (exclusive, ISO 8601 for REST).
.google.protobuf.Timestamp end_time = 2;
com.google.protobuf.Timestamp getEndTime()
Ending time (exclusive, ISO 8601 for REST).
.google.protobuf.Timestamp end_time = 2;
com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
Ending time (exclusive, ISO 8601 for REST).
.google.protobuf.Timestamp end_time = 2;