Class TimeSpan (3.24.0)

TimeSpan(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Start and end times for a build execution phase.

Attributes

NameDescription
start_time google.protobuf.timestamp_pb2.Timestamp
Start of time span.
end_time google.protobuf.timestamp_pb2.Timestamp
End of time span.