Class Interview (2.2.9)

public final class Interview extends GeneratedMessageV3 implements InterviewOrBuilder

Details of an interview.

Protobuf type google.cloud.talent.v4beta1.Interview

Implements

InterviewOrBuilder

Static Fields

OUTCOME_FIELD_NUMBER

public static final int OUTCOME_FIELD_NUMBER
Field Value
TypeDescription
int

RATING_FIELD_NUMBER

public static final int RATING_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static Interview getDefaultInstance()
Returns
TypeDescription
Interview

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static Interview.Builder newBuilder()
Returns
TypeDescription
Interview.Builder

newBuilder(Interview prototype)

public static Interview.Builder newBuilder(Interview prototype)
Parameter
NameDescription
prototypeInterview
Returns
TypeDescription
Interview.Builder

parseDelimitedFrom(InputStream input)

public static Interview parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Interview
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Interview parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Interview
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static Interview parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
Interview
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Interview parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Interview
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Interview parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
Interview
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Interview parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Interview
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Interview parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
Interview
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Interview parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Interview
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static Interview parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Interview
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Interview parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Interview
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static Interview parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
Interview
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Interview parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Interview
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<Interview> parser()
Returns
TypeDescription
Parser<Interview>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public Interview getDefaultInstanceForType()
Returns
TypeDescription
Interview

getOutcome()

public 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 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.

getParserForType()

public Parser<Interview> getParserForType()
Returns
TypeDescription
Parser<Interview>
Overrides

getRating()

public Rating getRating()

The rating on this interview.

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

Returns
TypeDescription
Rating

The rating.

getRatingOrBuilder()

public RatingOrBuilder getRatingOrBuilder()

The rating on this interview.

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

Returns
TypeDescription
RatingOrBuilder

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hasRating()

public boolean hasRating()

The rating on this interview.

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

Returns
TypeDescription
boolean

Whether the rating field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public Interview.Builder newBuilderForType()
Returns
TypeDescription
Interview.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Interview.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
Interview.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public Interview.Builder toBuilder()
Returns
TypeDescription
Interview.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException