Reference documentation and code samples for the Cloud Talent Solution V4beta1 API class Google::Cloud::Talent::V4beta1::TimeFilter.
Filter on create timestamp or update timestamp of profiles.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#end_time
def end_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::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.
#end_time=
def end_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::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.
Returns
- (::Google::Protobuf::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.
#start_time
def start_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::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.
#start_time=
def start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::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.
Returns
- (::Google::Protobuf::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.
#time_field
def time_field() -> ::Google::Cloud::Talent::V4beta1::TimeFilter::TimeField
Returns
-
(::Google::Cloud::Talent::V4beta1::TimeFilter::TimeField) — Specifies which time field to filter profiles.
Defaults to TimeField.CREATE_TIME.
#time_field=
def time_field=(value) -> ::Google::Cloud::Talent::V4beta1::TimeFilter::TimeField
Parameter
-
value (::Google::Cloud::Talent::V4beta1::TimeFilter::TimeField) — Specifies which time field to filter profiles.
Defaults to TimeField.CREATE_TIME.
Returns
-
(::Google::Cloud::Talent::V4beta1::TimeFilter::TimeField) — Specifies which time field to filter profiles.
Defaults to TimeField.CREATE_TIME.