public interface InterviewOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Outcome |
getOutcome()
Required.
|
int |
getOutcomeValue()
Required.
|
Rating |
getRating()
Optional.
|
RatingOrBuilder |
getRatingOrBuilder()
Optional.
|
boolean |
hasRating()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRating()
Optional. The rating on this interview.
.google.cloud.talent.v4beta1.Rating rating = 6;Rating getRating()
Optional. The rating on this interview.
.google.cloud.talent.v4beta1.Rating rating = 6;RatingOrBuilder getRatingOrBuilder()
Optional. The rating on this interview.
.google.cloud.talent.v4beta1.Rating rating = 6;int getOutcomeValue()
Required. The overall decision resulting from this interview (positive, negative, nuetral).
.google.cloud.talent.v4beta1.Outcome outcome = 7;Outcome getOutcome()
Required. The overall decision resulting from this interview (positive, negative, nuetral).
.google.cloud.talent.v4beta1.Outcome outcome = 7;Copyright © 2019 Google LLC. All rights reserved.