- 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 Rating.Builder extends GeneratedMessageV3.Builder<Rating.Builder> implements RatingOrBuilder
The details of the score received for an assessment or interview.
Protobuf type google.cloud.talent.v4beta1.Rating
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Rating.BuilderImplements
RatingOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Rating.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Rating.Builder |
build()
public Rating build()
Type | Description |
Rating |
buildPartial()
public Rating buildPartial()
Type | Description |
Rating |
clear()
public Rating.Builder clear()
Type | Description |
Rating.Builder |
clearField(Descriptors.FieldDescriptor field)
public Rating.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
Rating.Builder |
clearInterval()
public Rating.Builder clearInterval()
The steps within the score (for example, interval = 1 max = 5 min = 1 indicates that the score can be 1, 2, 3, 4, or 5)
double interval = 4;
Type | Description |
Rating.Builder | This builder for chaining. |
clearMax()
public Rating.Builder clearMax()
The maximum value for the score.
double max = 3;
Type | Description |
Rating.Builder | This builder for chaining. |
clearMin()
public Rating.Builder clearMin()
The minimum value for the score.
double min = 2;
Type | Description |
Rating.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Rating.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
Rating.Builder |
clearOverall()
public Rating.Builder clearOverall()
Overall score.
double overall = 1;
Type | Description |
Rating.Builder | This builder for chaining. |
clone()
public Rating.Builder clone()
Type | Description |
Rating.Builder |
getDefaultInstanceForType()
public Rating getDefaultInstanceForType()
Type | Description |
Rating |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getInterval()
public double getInterval()
The steps within the score (for example, interval = 1 max = 5 min = 1 indicates that the score can be 1, 2, 3, 4, or 5)
double interval = 4;
Type | Description |
double | The interval. |
getMax()
public double getMax()
The maximum value for the score.
double max = 3;
Type | Description |
double | The max. |
getMin()
public double getMin()
The minimum value for the score.
double min = 2;
Type | Description |
double | The min. |
getOverall()
public double getOverall()
Overall score.
double overall = 1;
Type | Description |
double | The overall. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(Rating other)
public Rating.Builder mergeFrom(Rating other)
Name | Description |
other | Rating |
Type | Description |
Rating.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Rating.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Rating.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public Rating.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
Rating.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Rating.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Rating.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public Rating.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Rating.Builder |
setInterval(double value)
public Rating.Builder setInterval(double value)
The steps within the score (for example, interval = 1 max = 5 min = 1 indicates that the score can be 1, 2, 3, 4, or 5)
double interval = 4;
Name | Description |
value | double The interval to set. |
Type | Description |
Rating.Builder | This builder for chaining. |
setMax(double value)
public Rating.Builder setMax(double value)
The maximum value for the score.
double max = 3;
Name | Description |
value | double The max to set. |
Type | Description |
Rating.Builder | This builder for chaining. |
setMin(double value)
public Rating.Builder setMin(double value)
The minimum value for the score.
double min = 2;
Name | Description |
value | double The min to set. |
Type | Description |
Rating.Builder | This builder for chaining. |
setOverall(double value)
public Rating.Builder setOverall(double value)
Overall score.
double overall = 1;
Name | Description |
value | double The overall to set. |
Type | Description |
Rating.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Rating.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
Rating.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final Rating.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Rating.Builder |