Class TimeFilter (2.3.0)

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

Filter on create timestamp or update timestamp of profiles. .. attribute:: start_time

Start timestamp, matching profiles with the start time. If this field missing, The API matches profiles with create / update timestamp before the end timestamp.

:type: google.protobuf.timestamp_pb2.Timestamp

Attributes

NameDescription
end_time google.protobuf.timestamp_pb2.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 google.cloud.talent_v4beta1.types.TimeFilter.TimeField
Specifies which time field to filter profiles. Defaults to TimeField.CREATE_TIME.

Classes

TimeField

TimeField(value)

Time fields can be used in TimeFilter.