public sealed class TimeFilter : IMessage<TimeFilter>, IEquatable<TimeFilter>, IDeepCloneable<TimeFilter>, IBufferMessage, IMessage
Filter on create timestamp or update timestamp of profiles.
Implements
IMessage<TimeFilter>, IEquatable<TimeFilter>, IDeepCloneable<TimeFilter>, IBufferMessage, IMessageNamespace
Google.Cloud.Talent.V4Beta1Assembly
Google.Cloud.Talent.V4Beta1.dll
Constructors
TimeFilter()
public TimeFilter()
TimeFilter(TimeFilter)
public TimeFilter(TimeFilter other)
Name | Description |
other | TimeFilter |
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.
Type | Description |
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.
Type | Description |
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].
Type | Description |
TimeFilter.Types.TimeField |