Reference documentation and code samples for the Cloud Talent Solution V4beta1 API class Google::Cloud::Talent::V4beta1::WorkExperienceFilter.
Work experience filter.
This filter is used to search for profiles with working experience length between min_experience and max_experience.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#max_experience
def max_experience() -> ::Google::Protobuf::Duration
Returns
- (::Google::Protobuf::Duration) — The maximum duration of the work experience (exclusive).
#max_experience=
def max_experience=(value) -> ::Google::Protobuf::Duration
Parameter
- value (::Google::Protobuf::Duration) — The maximum duration of the work experience (exclusive).
Returns
- (::Google::Protobuf::Duration) — The maximum duration of the work experience (exclusive).
#min_experience
def min_experience() -> ::Google::Protobuf::Duration
Returns
- (::Google::Protobuf::Duration) — The minimum duration of the work experience (inclusive).
#min_experience=
def min_experience=(value) -> ::Google::Protobuf::Duration
Parameter
- value (::Google::Protobuf::Duration) — The minimum duration of the work experience (inclusive).
Returns
- (::Google::Protobuf::Duration) — The minimum duration of the work experience (inclusive).