- 2.54.0 (latest)
- 2.53.0
- 2.52.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.6
- 2.2.9
public static final class Interview.Builder extends GeneratedMessageV3.Builder<Interview.Builder> implements InterviewOrBuilder
Details of an interview.
Protobuf type google.cloud.talent.v4beta1.Interview
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Interview.BuilderImplements
InterviewOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Interview.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Interview.Builder |
build()
public Interview build()
Type | Description |
Interview |
buildPartial()
public Interview buildPartial()
Type | Description |
Interview |
clear()
public Interview.Builder clear()
Type | Description |
Interview.Builder |
clearField(Descriptors.FieldDescriptor field)
public Interview.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
Interview.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public Interview.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
Interview.Builder |
clearOutcome()
public Interview.Builder clearOutcome()
Required. The overall decision resulting from this interview (positive, negative, nuetral).
.google.cloud.talent.v4beta1.Outcome outcome = 7 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
Interview.Builder | This builder for chaining. |
clearRating()
public Interview.Builder clearRating()
The rating on this interview.
.google.cloud.talent.v4beta1.Rating rating = 6;
Type | Description |
Interview.Builder |
clone()
public Interview.Builder clone()
Type | Description |
Interview.Builder |
getDefaultInstanceForType()
public Interview getDefaultInstanceForType()
Type | Description |
Interview |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
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];
Type | Description |
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];
Type | Description |
int | The enum numeric value on the wire for outcome. |
getRating()
public Rating getRating()
The rating on this interview.
.google.cloud.talent.v4beta1.Rating rating = 6;
Type | Description |
Rating | The rating. |
getRatingBuilder()
public Rating.Builder getRatingBuilder()
The rating on this interview.
.google.cloud.talent.v4beta1.Rating rating = 6;
Type | Description |
Rating.Builder |
getRatingOrBuilder()
public RatingOrBuilder getRatingOrBuilder()
The rating on this interview.
.google.cloud.talent.v4beta1.Rating rating = 6;
Type | Description |
RatingOrBuilder |
hasRating()
public boolean hasRating()
The rating on this interview.
.google.cloud.talent.v4beta1.Rating rating = 6;
Type | Description |
boolean | Whether the rating field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(Interview other)
public Interview.Builder mergeFrom(Interview other)
Name | Description |
other | Interview |
Type | Description |
Interview.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Interview.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Interview.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public Interview.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
Interview.Builder |
mergeRating(Rating value)
public Interview.Builder mergeRating(Rating value)
The rating on this interview.
.google.cloud.talent.v4beta1.Rating rating = 6;
Name | Description |
value | Rating |
Type | Description |
Interview.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Interview.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Interview.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public Interview.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Interview.Builder |
setOutcome(Outcome value)
public Interview.Builder setOutcome(Outcome value)
Required. The overall decision resulting from this interview (positive, negative, nuetral).
.google.cloud.talent.v4beta1.Outcome outcome = 7 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
value | Outcome The outcome to set. |
Type | Description |
Interview.Builder | This builder for chaining. |
setOutcomeValue(int value)
public Interview.Builder setOutcomeValue(int value)
Required. The overall decision resulting from this interview (positive, negative, nuetral).
.google.cloud.talent.v4beta1.Outcome outcome = 7 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
value | int The enum numeric value on the wire for outcome to set. |
Type | Description |
Interview.Builder | This builder for chaining. |
setRating(Rating value)
public Interview.Builder setRating(Rating value)
The rating on this interview.
.google.cloud.talent.v4beta1.Rating rating = 6;
Name | Description |
value | Rating |
Type | Description |
Interview.Builder |
setRating(Rating.Builder builderForValue)
public Interview.Builder setRating(Rating.Builder builderForValue)
The rating on this interview.
.google.cloud.talent.v4beta1.Rating rating = 6;
Name | Description |
builderForValue | Rating.Builder |
Type | Description |
Interview.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Interview.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
Interview.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final Interview.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Interview.Builder |