SchedulingDuration(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A SchedulingDuration represents a fixed-length span of time represented as a count of seconds and fractions of seconds at nanosecond resolution. It is independent of any calendar and concepts like "day" or "month". Range is approximately 10,000 years.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
seconds |
int
Optional. Span of time at a resolution of a second. This field is a member of oneof _ _seconds .
|
nanos |
int
Optional. Span of time that's a fraction of a second at nanosecond resolution. This field is a member of oneof _ _nanos .
|