Reference documentation and code samples for the Cloud Talent Solution V4 API class Google::Cloud::Talent::V4::CompensationInfo.
Job compensation details.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#annualized_base_compensation_range
def annualized_base_compensation_range() -> ::Google::Cloud::Talent::V4::CompensationInfo::CompensationRange
-
(::Google::Cloud::Talent::V4::CompensationInfo::CompensationRange) — Output only. Annualized base compensation range. Computed as base
compensation entry's
CompensationEntry.amount
times
CompensationEntry.expected_units_per_year.
See CompensationEntry for explanation on compensation annualization.
#annualized_total_compensation_range
def annualized_total_compensation_range() -> ::Google::Cloud::Talent::V4::CompensationInfo::CompensationRange
-
(::Google::Cloud::Talent::V4::CompensationInfo::CompensationRange) — Output only. Annualized total compensation range. Computed as all
compensation entries'
CompensationEntry.amount
times
CompensationEntry.expected_units_per_year.
See CompensationEntry for explanation on compensation annualization.
#entries
def entries() -> ::Array<::Google::Cloud::Talent::V4::CompensationInfo::CompensationEntry>
-
(::Array<::Google::Cloud::Talent::V4::CompensationInfo::CompensationEntry>) — Job compensation information.
At most one entry can be of type CompensationInfo.CompensationType.BASE, which is referred as base compensation entry for the job.
#entries=
def entries=(value) -> ::Array<::Google::Cloud::Talent::V4::CompensationInfo::CompensationEntry>
-
value (::Array<::Google::Cloud::Talent::V4::CompensationInfo::CompensationEntry>) — Job compensation information.
At most one entry can be of type CompensationInfo.CompensationType.BASE, which is referred as base compensation entry for the job.
-
(::Array<::Google::Cloud::Talent::V4::CompensationInfo::CompensationEntry>) — Job compensation information.
At most one entry can be of type CompensationInfo.CompensationType.BASE, which is referred as base compensation entry for the job.