Class TimeSpan (3.9.1)

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.

Inheritance

builtins.object > proto.message.Message > TimeSpan