Class TimeSpan (2.0.1)

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

Start and end times for a build execution phase.

Attributes

NameDescription
start_time `.timestamp.Timestamp`
Start of time span.
end_time `.timestamp.Timestamp`
End of time span.

Inheritance

builtins.object > proto.message.Message > TimeSpan