Reference documentation and code samples for the Cloud Talent Solution V4beta1 API class Google::Cloud::Talent::V4beta1::ApplicationJobFilter.
Filter on the job information of Application.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#job_requisition_id
def job_requisition_id() -> ::String
Returns
- (::String) — The job requisition id in the application. The API does an exact match on the Job.requisition_id of Application.job in profiles.
#job_requisition_id=
def job_requisition_id=(value) -> ::String
Parameter
- value (::String) — The job requisition id in the application. The API does an exact match on the Job.requisition_id of Application.job in profiles.
Returns
- (::String) — The job requisition id in the application. The API does an exact match on the Job.requisition_id of Application.job in profiles.
#job_title
def job_title() -> ::String
Returns
- (::String) — The job title in the application. The API does an exact match on the Job.title of Application.job in profiles.
#job_title=
def job_title=(value) -> ::String
Parameter
- value (::String) — The job title in the application. The API does an exact match on the Job.title of Application.job in profiles.
Returns
- (::String) — The job title in the application. The API does an exact match on the Job.title of Application.job in profiles.
#negated
def negated() -> ::Boolean
Returns
- (::Boolean) — If true, the API excludes all profiles with any Application.job matching the filters.
#negated=
def negated=(value) -> ::Boolean
Parameter
- value (::Boolean) — If true, the API excludes all profiles with any Application.job matching the filters.
Returns
- (::Boolean) — If true, the API excludes all profiles with any Application.job matching the filters.