Reference documentation and code samples for the Google Cloud BigQuery Migration V2 Client class TimeInterval.
A time interval extending just after a start time through an end time.
If the start time is the same as the end time, then the interval represents a single point in time.
Generated from protobuf message google.cloud.bigquery.migration.v2.TimeInterval
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ start_time
Google\Protobuf\Timestamp
Optional. The beginning of the time interval. The default value for the start time is the end time. The start time must not be later than the end time.
↳ end_time
getStartTime
Optional. The beginning of the time interval. The default value for the start time is the end time. The start time must not be later than the end time.
hasStartTime
clearStartTime
setStartTime
Optional. The beginning of the time interval. The default value for the start time is the end time. The start time must not be later than the end time.
$this
getEndTime
Required. The end of the time interval.
hasEndTime
clearEndTime
setEndTime
Required. The end of the time interval.
$this