Interface JobTitleFilterOrBuilder

public interface JobTitleFilterOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getJobTitle()

public abstract String getJobTitle()

Required. The job title. For example, "Software engineer", or "Product manager".

string job_title = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The jobTitle.

getJobTitleBytes()

public abstract ByteString getJobTitleBytes()

Required. The job title. For example, "Software engineer", or "Product manager".

string job_title = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for jobTitle.

getNegated()

public abstract boolean getNegated()

Whether to apply negation to the filter so profiles matching the filter are excluded.

bool negated = 2;

Returns
TypeDescription
boolean

The negated.