public sealed class CompensationInfo : IMessage<CompensationInfo>, IEquatable<CompensationInfo>, IDeepCloneable<CompensationInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4 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.v4.CompensationInfo.CompensationEntry.amount]
times
[CompensationEntry.expected_units_per_year][google.cloud.talent.v4.CompensationInfo.CompensationEntry.expected_units_per_year].
See
[CompensationEntry][google.cloud.talent.v4.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.v4.CompensationInfo.CompensationEntry.amount]
times
[CompensationEntry.expected_units_per_year][google.cloud.talent.v4.CompensationInfo.CompensationEntry.expected_units_per_year].
See
[CompensationEntry][google.cloud.talent.v4.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.v4.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 within the Google Cloud Talent Solution v4 API provides detailed information about job compensation, including base and total compensation ranges.\u003c/p\u003e\n"],["\u003cp\u003eThis class is part of the \u003ccode\u003eGoogle.Cloud.Talent.V4\u003c/code\u003e namespace and is implemented in the \u003ccode\u003eGoogle.Cloud.Talent.V4.dll\u003c/code\u003e assembly, with various versions available, the latest being 2.7.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCompensationInfo\u003c/code\u003e offers properties such as \u003ccode\u003eAnnualizedBaseCompensationRange\u003c/code\u003e, \u003ccode\u003eAnnualizedTotalCompensationRange\u003c/code\u003e, and \u003ccode\u003eEntries\u003c/code\u003e, allowing users to access specific compensation details.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eEntries\u003c/code\u003e property allows for multiple entries, but only one can be defined as a base compensation entry using \u003ccode\u003eCompensationType.BASE\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe CompensationInfo class' inheritance and implementations include \u003ccode\u003eobject\u003c/code\u003e, \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Talent Solution v4 API - Class CompensationInfo (2.7.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.7.0 (latest)](/dotnet/docs/reference/Google.Cloud.Talent.V4/latest/Google.Cloud.Talent.V4.CompensationInfo)\n- [2.6.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/2.6.0/Google.Cloud.Talent.V4.CompensationInfo)\n- [2.5.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/2.5.0/Google.Cloud.Talent.V4.CompensationInfo)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/2.4.0/Google.Cloud.Talent.V4.CompensationInfo)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/2.3.0/Google.Cloud.Talent.V4.CompensationInfo)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/2.2.0/Google.Cloud.Talent.V4.CompensationInfo)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/2.1.0/Google.Cloud.Talent.V4.CompensationInfo)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/2.0.0/Google.Cloud.Talent.V4.CompensationInfo)\n- [1.4.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/1.4.0/Google.Cloud.Talent.V4.CompensationInfo)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/1.3.0/Google.Cloud.Talent.V4.CompensationInfo)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/1.2.0/Google.Cloud.Talent.V4.CompensationInfo)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/1.1.0/Google.Cloud.Talent.V4.CompensationInfo)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/1.0.0/Google.Cloud.Talent.V4.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 v4 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.V4/latest/Google.Cloud.Talent.V4.CompensationInfo), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[CompensationInfo](/dotnet/docs/reference/Google.Cloud.Talent.V4/latest/Google.Cloud.Talent.V4.CompensationInfo), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[CompensationInfo](/dotnet/docs/reference/Google.Cloud.Talent.V4/latest/Google.Cloud.Talent.V4.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.V4](/dotnet/docs/reference/Google.Cloud.Talent.V4/latest/Google.Cloud.Talent.V4)\n\nAssembly\n--------\n\nGoogle.Cloud.Talent.V4.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.v4.CompensationInfo.CompensationEntry.amount\\]\ntimes\n\\[CompensationEntry.expected_units_per_year\\]\\[google.cloud.talent.v4.CompensationInfo.CompensationEntry.expected_units_per_year\\].\n\nSee\n\\[CompensationEntry\\]\\[google.cloud.talent.v4.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.v4.CompensationInfo.CompensationEntry.amount\\]\ntimes\n\\[CompensationEntry.expected_units_per_year\\]\\[google.cloud.talent.v4.CompensationInfo.CompensationEntry.expected_units_per_year\\].\n\nSee\n\\[CompensationEntry\\]\\[google.cloud.talent.v4.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.v4.CompensationInfo.CompensationType.BASE\\],\nwhich is referred as **base compensation entry** for the job."]]