- 2.81.0 (latest)
- 2.79.0
- 2.77.0
- 2.76.0
- 2.75.0
- 2.74.0
- 2.73.0
- 2.71.0
- 2.69.0
- 2.68.0
- 2.65.0
- 2.64.0
- 2.63.0
- 2.61.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 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 CompensationInfo.CompensationEntry.Builder extends GeneratedMessageV3.Builder<CompensationInfo.CompensationEntry.Builder> implements CompensationInfo.CompensationEntryOrBuilderA compensation entry that represents one component of compensation, such as base pay, bonus, or other compensation type. Annualization: One compensation entry can be annualized if
- it contains valid amount or range.
- and its expected_units_per_year is set or can be derived. Its annualized range is determined as (amount or range) times expected_units_per_year.
Protobuf type google.cloud.talent.v4.CompensationInfo.CompensationEntry
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > CompensationInfo.CompensationEntry.BuilderImplements
CompensationInfo.CompensationEntryOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CompensationInfo.CompensationEntry.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| CompensationInfo.CompensationEntry.Builder |
build()
public CompensationInfo.CompensationEntry build()| Type | Description |
| CompensationInfo.CompensationEntry |
buildPartial()
public CompensationInfo.CompensationEntry buildPartial()| Type | Description |
| CompensationInfo.CompensationEntry |
clear()
public CompensationInfo.CompensationEntry.Builder clear()| Type | Description |
| CompensationInfo.CompensationEntry.Builder |
clearAmount()
public CompensationInfo.CompensationEntry.Builder clearAmount()Compensation amount.
.google.type.Money amount = 3;
| Type | Description |
| CompensationInfo.CompensationEntry.Builder |
clearCompensationAmount()
public CompensationInfo.CompensationEntry.Builder clearCompensationAmount()| Type | Description |
| CompensationInfo.CompensationEntry.Builder |
clearDescription()
public CompensationInfo.CompensationEntry.Builder clearDescription()Compensation description. For example, could indicate equity terms or provide additional context to an estimated bonus.
string description = 5;
| Type | Description |
| CompensationInfo.CompensationEntry.Builder | This builder for chaining. |
clearExpectedUnitsPerYear()
public CompensationInfo.CompensationEntry.Builder clearExpectedUnitsPerYear()Expected number of units paid each year. If not specified, when Job.employment_types is FULLTIME, a default value is inferred based on unit. Default values:
- HOURLY: 2080
- DAILY: 260
- WEEKLY: 52
- MONTHLY: 12
- ANNUAL: 1
.google.protobuf.DoubleValue expected_units_per_year = 6;
| Type | Description |
| CompensationInfo.CompensationEntry.Builder |
clearField(Descriptors.FieldDescriptor field)
public CompensationInfo.CompensationEntry.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| CompensationInfo.CompensationEntry.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public CompensationInfo.CompensationEntry.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| CompensationInfo.CompensationEntry.Builder |
clearRange()
public CompensationInfo.CompensationEntry.Builder clearRange()Compensation range.
.google.cloud.talent.v4.CompensationInfo.CompensationRange range = 4;
| Type | Description |
| CompensationInfo.CompensationEntry.Builder |
clearType()
public CompensationInfo.CompensationEntry.Builder clearType()Compensation type. Default is CompensationType.COMPENSATION_TYPE_UNSPECIFIED.
.google.cloud.talent.v4.CompensationInfo.CompensationType type = 1;
| Type | Description |
| CompensationInfo.CompensationEntry.Builder | This builder for chaining. |
clearUnit()
public CompensationInfo.CompensationEntry.Builder clearUnit()Frequency of the specified amount. Default is CompensationUnit.COMPENSATION_UNIT_UNSPECIFIED.
.google.cloud.talent.v4.CompensationInfo.CompensationUnit unit = 2;
| Type | Description |
| CompensationInfo.CompensationEntry.Builder | This builder for chaining. |
clone()
public CompensationInfo.CompensationEntry.Builder clone()| Type | Description |
| CompensationInfo.CompensationEntry.Builder |
getAmount()
public Money getAmount()Compensation amount.
.google.type.Money amount = 3;
| Type | Description |
| com.google.type.Money | The amount. |
getAmountBuilder()
public Money.Builder getAmountBuilder()Compensation amount.
.google.type.Money amount = 3;
| Type | Description |
| com.google.type.Money.Builder |
getAmountOrBuilder()
public MoneyOrBuilder getAmountOrBuilder()Compensation amount.
.google.type.Money amount = 3;
| Type | Description |
| com.google.type.MoneyOrBuilder |
getCompensationAmountCase()
public CompensationInfo.CompensationEntry.CompensationAmountCase getCompensationAmountCase()| Type | Description |
| CompensationInfo.CompensationEntry.CompensationAmountCase |
getDefaultInstanceForType()
public CompensationInfo.CompensationEntry getDefaultInstanceForType()| Type | Description |
| CompensationInfo.CompensationEntry |
getDescription()
public String getDescription()Compensation description. For example, could indicate equity terms or provide additional context to an estimated bonus.
string description = 5;
| Type | Description |
| String | The description. |
getDescriptionBytes()
public ByteString getDescriptionBytes()Compensation description. For example, could indicate equity terms or provide additional context to an estimated bonus.
string description = 5;
| Type | Description |
| ByteString | The bytes for description. |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getExpectedUnitsPerYear()
public DoubleValue getExpectedUnitsPerYear()Expected number of units paid each year. If not specified, when Job.employment_types is FULLTIME, a default value is inferred based on unit. Default values:
- HOURLY: 2080
- DAILY: 260
- WEEKLY: 52
- MONTHLY: 12
- ANNUAL: 1
.google.protobuf.DoubleValue expected_units_per_year = 6;
| Type | Description |
| DoubleValue | The expectedUnitsPerYear. |
getExpectedUnitsPerYearBuilder()
public DoubleValue.Builder getExpectedUnitsPerYearBuilder()Expected number of units paid each year. If not specified, when Job.employment_types is FULLTIME, a default value is inferred based on unit. Default values:
- HOURLY: 2080
- DAILY: 260
- WEEKLY: 52
- MONTHLY: 12
- ANNUAL: 1
.google.protobuf.DoubleValue expected_units_per_year = 6;
| Type | Description |
| Builder |
getExpectedUnitsPerYearOrBuilder()
public DoubleValueOrBuilder getExpectedUnitsPerYearOrBuilder()Expected number of units paid each year. If not specified, when Job.employment_types is FULLTIME, a default value is inferred based on unit. Default values:
- HOURLY: 2080
- DAILY: 260
- WEEKLY: 52
- MONTHLY: 12
- ANNUAL: 1
.google.protobuf.DoubleValue expected_units_per_year = 6;
| Type | Description |
| DoubleValueOrBuilder |
getRange()
public CompensationInfo.CompensationRange getRange()Compensation range.
.google.cloud.talent.v4.CompensationInfo.CompensationRange range = 4;
| Type | Description |
| CompensationInfo.CompensationRange | The range. |
getRangeBuilder()
public CompensationInfo.CompensationRange.Builder getRangeBuilder()Compensation range.
.google.cloud.talent.v4.CompensationInfo.CompensationRange range = 4;
| Type | Description |
| CompensationInfo.CompensationRange.Builder |
getRangeOrBuilder()
public CompensationInfo.CompensationRangeOrBuilder getRangeOrBuilder()Compensation range.
.google.cloud.talent.v4.CompensationInfo.CompensationRange range = 4;
| Type | Description |
| CompensationInfo.CompensationRangeOrBuilder |
getType()
public CompensationInfo.CompensationType getType()Compensation type. Default is CompensationType.COMPENSATION_TYPE_UNSPECIFIED.
.google.cloud.talent.v4.CompensationInfo.CompensationType type = 1;
| Type | Description |
| CompensationInfo.CompensationType | The type. |
getTypeValue()
public int getTypeValue()Compensation type. Default is CompensationType.COMPENSATION_TYPE_UNSPECIFIED.
.google.cloud.talent.v4.CompensationInfo.CompensationType type = 1;
| Type | Description |
| int | The enum numeric value on the wire for type. |
getUnit()
public CompensationInfo.CompensationUnit getUnit()Frequency of the specified amount. Default is CompensationUnit.COMPENSATION_UNIT_UNSPECIFIED.
.google.cloud.talent.v4.CompensationInfo.CompensationUnit unit = 2;
| Type | Description |
| CompensationInfo.CompensationUnit | The unit. |
getUnitValue()
public int getUnitValue()Frequency of the specified amount. Default is CompensationUnit.COMPENSATION_UNIT_UNSPECIFIED.
.google.cloud.talent.v4.CompensationInfo.CompensationUnit unit = 2;
| Type | Description |
| int | The enum numeric value on the wire for unit. |
hasAmount()
public boolean hasAmount()Compensation amount.
.google.type.Money amount = 3;
| Type | Description |
| boolean | Whether the amount field is set. |
hasExpectedUnitsPerYear()
public boolean hasExpectedUnitsPerYear()Expected number of units paid each year. If not specified, when Job.employment_types is FULLTIME, a default value is inferred based on unit. Default values:
- HOURLY: 2080
- DAILY: 260
- WEEKLY: 52
- MONTHLY: 12
- ANNUAL: 1
.google.protobuf.DoubleValue expected_units_per_year = 6;
| Type | Description |
| boolean | Whether the expectedUnitsPerYear field is set. |
hasRange()
public boolean hasRange()Compensation range.
.google.cloud.talent.v4.CompensationInfo.CompensationRange range = 4;
| Type | Description |
| boolean | Whether the range field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeAmount(Money value)
public CompensationInfo.CompensationEntry.Builder mergeAmount(Money value)Compensation amount.
.google.type.Money amount = 3;
| Name | Description |
| value | com.google.type.Money |
| Type | Description |
| CompensationInfo.CompensationEntry.Builder |
mergeExpectedUnitsPerYear(DoubleValue value)
public CompensationInfo.CompensationEntry.Builder mergeExpectedUnitsPerYear(DoubleValue value)Expected number of units paid each year. If not specified, when Job.employment_types is FULLTIME, a default value is inferred based on unit. Default values:
- HOURLY: 2080
- DAILY: 260
- WEEKLY: 52
- MONTHLY: 12
- ANNUAL: 1
.google.protobuf.DoubleValue expected_units_per_year = 6;
| Name | Description |
| value | DoubleValue |
| Type | Description |
| CompensationInfo.CompensationEntry.Builder |
mergeFrom(CompensationInfo.CompensationEntry other)
public CompensationInfo.CompensationEntry.Builder mergeFrom(CompensationInfo.CompensationEntry other)| Name | Description |
| other | CompensationInfo.CompensationEntry |
| Type | Description |
| CompensationInfo.CompensationEntry.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CompensationInfo.CompensationEntry.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| CompensationInfo.CompensationEntry.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public CompensationInfo.CompensationEntry.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| CompensationInfo.CompensationEntry.Builder |
mergeRange(CompensationInfo.CompensationRange value)
public CompensationInfo.CompensationEntry.Builder mergeRange(CompensationInfo.CompensationRange value)Compensation range.
.google.cloud.talent.v4.CompensationInfo.CompensationRange range = 4;
| Name | Description |
| value | CompensationInfo.CompensationRange |
| Type | Description |
| CompensationInfo.CompensationEntry.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CompensationInfo.CompensationEntry.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| CompensationInfo.CompensationEntry.Builder |
setAmount(Money value)
public CompensationInfo.CompensationEntry.Builder setAmount(Money value)Compensation amount.
.google.type.Money amount = 3;
| Name | Description |
| value | com.google.type.Money |
| Type | Description |
| CompensationInfo.CompensationEntry.Builder |
setAmount(Money.Builder builderForValue)
public CompensationInfo.CompensationEntry.Builder setAmount(Money.Builder builderForValue)Compensation amount.
.google.type.Money amount = 3;
| Name | Description |
| builderForValue | com.google.type.Money.Builder |
| Type | Description |
| CompensationInfo.CompensationEntry.Builder |
setDescription(String value)
public CompensationInfo.CompensationEntry.Builder setDescription(String value)Compensation description. For example, could indicate equity terms or provide additional context to an estimated bonus.
string description = 5;
| Name | Description |
| value | StringThe description to set. |
| Type | Description |
| CompensationInfo.CompensationEntry.Builder | This builder for chaining. |
setDescriptionBytes(ByteString value)
public CompensationInfo.CompensationEntry.Builder setDescriptionBytes(ByteString value)Compensation description. For example, could indicate equity terms or provide additional context to an estimated bonus.
string description = 5;
| Name | Description |
| value | ByteStringThe bytes for description to set. |
| Type | Description |
| CompensationInfo.CompensationEntry.Builder | This builder for chaining. |
setExpectedUnitsPerYear(DoubleValue value)
public CompensationInfo.CompensationEntry.Builder setExpectedUnitsPerYear(DoubleValue value)Expected number of units paid each year. If not specified, when Job.employment_types is FULLTIME, a default value is inferred based on unit. Default values:
- HOURLY: 2080
- DAILY: 260
- WEEKLY: 52
- MONTHLY: 12
- ANNUAL: 1
.google.protobuf.DoubleValue expected_units_per_year = 6;
| Name | Description |
| value | DoubleValue |
| Type | Description |
| CompensationInfo.CompensationEntry.Builder |
setExpectedUnitsPerYear(DoubleValue.Builder builderForValue)
public CompensationInfo.CompensationEntry.Builder setExpectedUnitsPerYear(DoubleValue.Builder builderForValue)Expected number of units paid each year. If not specified, when Job.employment_types is FULLTIME, a default value is inferred based on unit. Default values:
- HOURLY: 2080
- DAILY: 260
- WEEKLY: 52
- MONTHLY: 12
- ANNUAL: 1
.google.protobuf.DoubleValue expected_units_per_year = 6;
| Name | Description |
| builderForValue | Builder |
| Type | Description |
| CompensationInfo.CompensationEntry.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public CompensationInfo.CompensationEntry.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| CompensationInfo.CompensationEntry.Builder |
setRange(CompensationInfo.CompensationRange value)
public CompensationInfo.CompensationEntry.Builder setRange(CompensationInfo.CompensationRange value)Compensation range.
.google.cloud.talent.v4.CompensationInfo.CompensationRange range = 4;
| Name | Description |
| value | CompensationInfo.CompensationRange |
| Type | Description |
| CompensationInfo.CompensationEntry.Builder |
setRange(CompensationInfo.CompensationRange.Builder builderForValue)
public CompensationInfo.CompensationEntry.Builder setRange(CompensationInfo.CompensationRange.Builder builderForValue)Compensation range.
.google.cloud.talent.v4.CompensationInfo.CompensationRange range = 4;
| Name | Description |
| builderForValue | CompensationInfo.CompensationRange.Builder |
| Type | Description |
| CompensationInfo.CompensationEntry.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CompensationInfo.CompensationEntry.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| CompensationInfo.CompensationEntry.Builder |
setType(CompensationInfo.CompensationType value)
public CompensationInfo.CompensationEntry.Builder setType(CompensationInfo.CompensationType value)Compensation type. Default is CompensationType.COMPENSATION_TYPE_UNSPECIFIED.
.google.cloud.talent.v4.CompensationInfo.CompensationType type = 1;
| Name | Description |
| value | CompensationInfo.CompensationTypeThe type to set. |
| Type | Description |
| CompensationInfo.CompensationEntry.Builder | This builder for chaining. |
setTypeValue(int value)
public CompensationInfo.CompensationEntry.Builder setTypeValue(int value)Compensation type. Default is CompensationType.COMPENSATION_TYPE_UNSPECIFIED.
.google.cloud.talent.v4.CompensationInfo.CompensationType type = 1;
| Name | Description |
| value | intThe enum numeric value on the wire for type to set. |
| Type | Description |
| CompensationInfo.CompensationEntry.Builder | This builder for chaining. |
setUnit(CompensationInfo.CompensationUnit value)
public CompensationInfo.CompensationEntry.Builder setUnit(CompensationInfo.CompensationUnit value)Frequency of the specified amount. Default is CompensationUnit.COMPENSATION_UNIT_UNSPECIFIED.
.google.cloud.talent.v4.CompensationInfo.CompensationUnit unit = 2;
| Name | Description |
| value | CompensationInfo.CompensationUnitThe unit to set. |
| Type | Description |
| CompensationInfo.CompensationEntry.Builder | This builder for chaining. |
setUnitValue(int value)
public CompensationInfo.CompensationEntry.Builder setUnitValue(int value)Frequency of the specified amount. Default is CompensationUnit.COMPENSATION_UNIT_UNSPECIFIED.
.google.cloud.talent.v4.CompensationInfo.CompensationUnit unit = 2;
| Name | Description |
| value | intThe enum numeric value on the wire for unit to set. |
| Type | Description |
| CompensationInfo.CompensationEntry.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final CompensationInfo.CompensationEntry.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| CompensationInfo.CompensationEntry.Builder |