public sealed class CompensationInfo : IMessage<CompensationInfo>, IEquatable<CompensationInfo>, IDeepCloneable<CompensationInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4beta1 API class CompensationInfo.
public CompensationInfo.Types.CompensationRange AnnualizedBaseCompensationRange { get; set; }
Output only. Annualized base compensation range. Computed as base
compensation entry's
[CompensationEntry.amount][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.amount]
times
[CompensationEntry.expected_units_per_year][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.expected_units_per_year].
See
[CompensationEntry][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry]
for explanation on compensation annualization.
public CompensationInfo.Types.CompensationRange AnnualizedTotalCompensationRange { get; set; }
Output only. Annualized total compensation range. Computed as all
compensation entries'
[CompensationEntry.amount][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.amount]
times
[CompensationEntry.expected_units_per_year][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.expected_units_per_year].
See
[CompensationEntry][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry]
for explanation on compensation annualization.
public RepeatedField<CompensationInfo.Types.CompensationEntry> Entries { get; }
Job compensation information.
At most one entry can be of type
[CompensationInfo.CompensationType.BASE][google.cloud.talent.v4beta1.CompensationInfo.CompensationType.BASE],
which is referred as base compensation entry for the job.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eCompensationInfo\u003c/code\u003e class in the Google Cloud Talent Solution v4beta1 API provides details about job compensation.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from the \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCompensationInfo\u003c/code\u003e has properties for annualized base compensation range and annualized total compensation range, both of which are calculated based on compensation entries.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eEntries\u003c/code\u003e property in \u003ccode\u003eCompensationInfo\u003c/code\u003e stores a list of \u003ccode\u003eCompensationEntry\u003c/code\u003e objects, which represent individual compensation details, with a maximum of one base compensation entry allowed.\u003c/p\u003e\n"],["\u003cp\u003eThe most recent version of this class is \u003ccode\u003e3.0.0-beta06\u003c/code\u003e, which is the latest version.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Talent Solution v4beta1 API - Class CompensationInfo (3.0.0-beta06)\n\nVersion latestkeyboard_arrow_down\n\n- [3.0.0-beta06 (latest)](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.CompensationInfo)\n- [3.0.0-beta05](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/3.0.0-beta05/Google.Cloud.Talent.V4Beta1.CompensationInfo)\n- [2.0.0-beta07](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/2.0.0-beta07/Google.Cloud.Talent.V4Beta1.CompensationInfo) \n\n public sealed class CompensationInfo : IMessage\u003cCompensationInfo\u003e, IEquatable\u003cCompensationInfo\u003e, IDeepCloneable\u003cCompensationInfo\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud Talent Solution v4beta1 API class CompensationInfo.\n\nJob compensation details. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e CompensationInfo \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[CompensationInfo](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.CompensationInfo), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[CompensationInfo](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.CompensationInfo), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[CompensationInfo](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.CompensationInfo), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Talent.V4Beta1](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.Talent.V4Beta1.dll\n\nConstructors\n------------\n\n### CompensationInfo()\n\n public CompensationInfo()\n\n### CompensationInfo(CompensationInfo)\n\n public CompensationInfo(CompensationInfo other)\n\nProperties\n----------\n\n### AnnualizedBaseCompensationRange\n\n public CompensationInfo.Types.CompensationRange AnnualizedBaseCompensationRange { get; set; }\n\nOutput only. Annualized base compensation range. Computed as base\ncompensation entry's\n\\[CompensationEntry.amount\\]\\[google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.amount\\]\ntimes\n\\[CompensationEntry.expected_units_per_year\\]\\[google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.expected_units_per_year\\].\n\nSee\n\\[CompensationEntry\\]\\[google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry\\]\nfor explanation on compensation annualization.\n\n### AnnualizedTotalCompensationRange\n\n public CompensationInfo.Types.CompensationRange AnnualizedTotalCompensationRange { get; set; }\n\nOutput only. Annualized total compensation range. Computed as all\ncompensation entries'\n\\[CompensationEntry.amount\\]\\[google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.amount\\]\ntimes\n\\[CompensationEntry.expected_units_per_year\\]\\[google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.expected_units_per_year\\].\n\nSee\n\\[CompensationEntry\\]\\[google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry\\]\nfor explanation on compensation annualization.\n\n### Entries\n\n public RepeatedField\u003cCompensationInfo.Types.CompensationEntry\u003e Entries { get; }\n\nJob compensation information.\n\nAt most one entry can be of type\n\\[CompensationInfo.CompensationType.BASE\\]\\[google.cloud.talent.v4beta1.CompensationInfo.CompensationType.BASE\\],\nwhich is referred as **base compensation entry** for the job."]]