public interface ApplicationOutcomeNotesFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getNegated()
Optional.
|
String |
getOutcomeNotes()
Required.
|
com.google.protobuf.ByteString |
getOutcomeNotesBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getOutcomeNotes()
Required. User entered or selected outcome reason. The API does an exact match on the [Application.outcome_notes][google.cloud.talent.v4beta1.Application.outcome_notes] in profiles.
string outcome_notes = 1;com.google.protobuf.ByteString getOutcomeNotesBytes()
Required. User entered or selected outcome reason. The API does an exact match on the [Application.outcome_notes][google.cloud.talent.v4beta1.Application.outcome_notes] in profiles.
string outcome_notes = 1;boolean getNegated()
Optional. If true, The API excludes all candidates with any [Application.outcome_notes][google.cloud.talent.v4beta1.Application.outcome_notes] matching the outcome reason specified in the filter.
bool negated = 2;Copyright © 2019 Google LLC. All rights reserved.