Interface InterviewOrBuilder

public interface InterviewOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getOutcome()

public abstract Outcome getOutcome()

Required. The overall decision resulting from this interview (positive, negative, nuetral).

.google.cloud.talent.v4beta1.Outcome outcome = 7 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Outcome

The outcome.

getOutcomeValue()

public abstract int getOutcomeValue()

Required. The overall decision resulting from this interview (positive, negative, nuetral).

.google.cloud.talent.v4beta1.Outcome outcome = 7 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

The enum numeric value on the wire for outcome.

getRating()

public abstract Rating getRating()

The rating on this interview.

.google.cloud.talent.v4beta1.Rating rating = 6;

Returns
TypeDescription
Rating

The rating.

getRatingOrBuilder()

public abstract RatingOrBuilder getRatingOrBuilder()

The rating on this interview.

.google.cloud.talent.v4beta1.Rating rating = 6;

Returns
TypeDescription
RatingOrBuilder

hasRating()

public abstract boolean hasRating()

The rating on this interview.

.google.cloud.talent.v4beta1.Rating rating = 6;

Returns
TypeDescription
boolean

Whether the rating field is set.