public interface EmployerFilterOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEmployer()
public abstract String getEmployer()Required. The name of the employer, for example "Google", "Alphabet".
string employer = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The employer. |
getEmployerBytes()
public abstract ByteString getEmployerBytes()Required. The name of the employer, for example "Google", "Alphabet".
string employer = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for employer. |
getMode()
public abstract EmployerFilter.EmployerFilterMode getMode()Define set of EmploymentRecords to search against. Defaults to EmployerFilterMode.ALL_EMPLOYMENT_RECORDS.
.google.cloud.talent.v4beta1.EmployerFilter.EmployerFilterMode mode = 2;
| Type | Description |
| EmployerFilter.EmployerFilterMode | The mode. |
getModeValue()
public abstract int getModeValue()Define set of EmploymentRecords to search against. Defaults to EmployerFilterMode.ALL_EMPLOYMENT_RECORDS.
.google.cloud.talent.v4beta1.EmployerFilter.EmployerFilterMode mode = 2;
| Type | Description |
| int | The enum numeric value on the wire for mode. |
getNegated()
public abstract boolean getNegated()Whether to apply negation to the filter so profiles matching the filter is excluded.
bool negated = 3;
| Type | Description |
| boolean | The negated. |