Class TimeFilter

public sealed class TimeFilter : IMessage<TimeFilter>, IEquatable<TimeFilter>, IDeepCloneable<TimeFilter>, IBufferMessage, IMessage

Filter on create timestamp or update timestamp of profiles.

Inheritance

Object > TimeFilter

Namespace

Google.Cloud.Talent.V4Beta1

Assembly

Google.Cloud.Talent.V4Beta1.dll

Constructors

TimeFilter()

public TimeFilter()

TimeFilter(TimeFilter)

public TimeFilter(TimeFilter other)
Parameter
NameDescription
otherTimeFilter

Properties

EndTime

public Timestamp EndTime { get; set; }

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

Property Value
TypeDescription
Timestamp

StartTime

public Timestamp StartTime { get; set; }

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

Property Value
TypeDescription
Timestamp

TimeField

public TimeFilter.Types.TimeField TimeField { get; set; }

Specifies which time field to filter profiles.

Defaults to [TimeField.CREATE_TIME][google.cloud.talent.v4beta1.TimeFilter.TimeField.CREATE_TIME].

Property Value
TypeDescription
TimeFilter.Types.TimeField