Class TimeFilter (1.0.0)

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

Filter on create timestamp or update timestamp of profiles.

Attributes

NameDescription
start_time `.timestamp.Timestamp`
Start timestamp, matching profiles with the start time. If this field missing, The API matches profiles with create / update timestamp before the end timestamp.
end_time `.timestamp.Timestamp`
End timestamp, matching profiles with the end time. If this field missing, The API matches profiles with create / update timestamp after the start timestamp.
time_field `.filters.TimeFilter.TimeField`
Specifies which time field to filter profiles. Defaults to TimeField.CREATE_TIME.

Inheritance

builtins.object > proto.message.Message > TimeFilter

Classes

TimeField

TimeField(value)

Time fields can be used in TimeFilter.