TimeWindow(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Represents an arbitrary window of time.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
maintenance_exclusion_options |
google.cloud.container_v1beta1.types.MaintenanceExclusionOptions
MaintenanceExclusionOptions provides maintenance exclusion related options. This field is a member of oneof _ options .
|
start_time |
google.protobuf.timestamp_pb2.Timestamp
The time that the window first starts. |
end_time |
google.protobuf.timestamp_pb2.Timestamp
The time that the window ends. The end time should take place after the start time. |