Class TimeFilter (2.5.2)

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

Filter on create timestamp or update timestamp of profiles.

Attributes

NameDescription
start_time google.protobuf.timestamp_pb2.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 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.