| Modifier and Type | Method and Description |
|---|---|
Rating.Builder |
Rating.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Rating.Builder |
Rating.Builder.clear() |
Rating.Builder |
Rating.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Rating.Builder |
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)
|
Rating.Builder |
Rating.Builder.clearMax()
The maximum value for the score.
|
Rating.Builder |
Rating.Builder.clearMin()
The minimum value for the score.
|
Rating.Builder |
Rating.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Rating.Builder |
Rating.Builder.clearOverall()
Overall score.
|
Rating.Builder |
Rating.Builder.clone() |
Rating.Builder |
Interview.Builder.getRatingBuilder()
Optional.
|
Rating.Builder |
Rating.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Rating.Builder |
Rating.Builder.mergeFrom(com.google.protobuf.Message other) |
Rating.Builder |
Rating.Builder.mergeFrom(Rating other) |
Rating.Builder |
Rating.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Rating.Builder |
Rating.newBuilder() |
static Rating.Builder |
Rating.newBuilder(Rating prototype) |
Rating.Builder |
Rating.newBuilderForType() |
protected Rating.Builder |
Rating.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Rating.Builder |
Rating.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Rating.Builder |
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)
|
Rating.Builder |
Rating.Builder.setMax(double value)
The maximum value for the score.
|
Rating.Builder |
Rating.Builder.setMin(double value)
The minimum value for the score.
|
Rating.Builder |
Rating.Builder.setOverall(double value)
Overall score.
|
Rating.Builder |
Rating.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Rating.Builder |
Rating.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Rating.Builder |
Rating.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Interview.Builder |
Interview.Builder.setRating(Rating.Builder builderForValue)
Optional.
|
Copyright © 2019 Google LLC. All rights reserved.