Class CompensationInfo (2.44.0)

public final class CompensationInfo extends GeneratedMessageV3 implements CompensationInfoOrBuilder

Job compensation details.

Protobuf type google.cloud.talent.v4.CompensationInfo

Static Fields

ANNUALIZED_BASE_COMPENSATION_RANGE_FIELD_NUMBER

public static final int ANNUALIZED_BASE_COMPENSATION_RANGE_FIELD_NUMBER
Field Value
Type Description
int

ANNUALIZED_TOTAL_COMPENSATION_RANGE_FIELD_NUMBER

public static final int ANNUALIZED_TOTAL_COMPENSATION_RANGE_FIELD_NUMBER
Field Value
Type Description
int

ENTRIES_FIELD_NUMBER

public static final int ENTRIES_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static CompensationInfo getDefaultInstance()
Returns
Type Description
CompensationInfo

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static CompensationInfo.Builder newBuilder()
Returns
Type Description
CompensationInfo.Builder

newBuilder(CompensationInfo prototype)

public static CompensationInfo.Builder newBuilder(CompensationInfo prototype)
Parameter
Name Description
prototype CompensationInfo
Returns
Type Description
CompensationInfo.Builder

parseDelimitedFrom(InputStream input)

public static CompensationInfo parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
CompensationInfo
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static CompensationInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CompensationInfo
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static CompensationInfo parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
CompensationInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static CompensationInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CompensationInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static CompensationInfo parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
CompensationInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static CompensationInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CompensationInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static CompensationInfo parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
CompensationInfo
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static CompensationInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CompensationInfo
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static CompensationInfo parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
CompensationInfo
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static CompensationInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CompensationInfo
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static CompensationInfo parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
CompensationInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static CompensationInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CompensationInfo
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<CompensationInfo> parser()
Returns
Type Description
Parser<CompensationInfo>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getAnnualizedBaseCompensationRange()

public CompensationInfo.CompensationRange getAnnualizedBaseCompensationRange()

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.

.google.cloud.talent.v4.CompensationInfo.CompensationRange annualized_base_compensation_range = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
CompensationInfo.CompensationRange

The annualizedBaseCompensationRange.

getAnnualizedBaseCompensationRangeOrBuilder()

public CompensationInfo.CompensationRangeOrBuilder getAnnualizedBaseCompensationRangeOrBuilder()

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.

.google.cloud.talent.v4.CompensationInfo.CompensationRange annualized_base_compensation_range = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
CompensationInfo.CompensationRangeOrBuilder

getAnnualizedTotalCompensationRange()

public CompensationInfo.CompensationRange getAnnualizedTotalCompensationRange()

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.

.google.cloud.talent.v4.CompensationInfo.CompensationRange annualized_total_compensation_range = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
CompensationInfo.CompensationRange

The annualizedTotalCompensationRange.

getAnnualizedTotalCompensationRangeOrBuilder()

public CompensationInfo.CompensationRangeOrBuilder getAnnualizedTotalCompensationRangeOrBuilder()

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.

.google.cloud.talent.v4.CompensationInfo.CompensationRange annualized_total_compensation_range = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
CompensationInfo.CompensationRangeOrBuilder

getDefaultInstanceForType()

public CompensationInfo getDefaultInstanceForType()
Returns
Type Description
CompensationInfo

getEntries(int index)

public CompensationInfo.CompensationEntry getEntries(int index)

Job compensation information.

At most one entry can be of type CompensationInfo.CompensationType.BASE, which is referred as base compensation entry for the job.

repeated .google.cloud.talent.v4.CompensationInfo.CompensationEntry entries = 1;

Parameter
Name Description
index int
Returns
Type Description
CompensationInfo.CompensationEntry

getEntriesCount()

public int getEntriesCount()

Job compensation information.

At most one entry can be of type CompensationInfo.CompensationType.BASE, which is referred as base compensation entry for the job.

repeated .google.cloud.talent.v4.CompensationInfo.CompensationEntry entries = 1;

Returns
Type Description
int

getEntriesList()

public List<CompensationInfo.CompensationEntry> getEntriesList()

Job compensation information.

At most one entry can be of type CompensationInfo.CompensationType.BASE, which is referred as base compensation entry for the job.

repeated .google.cloud.talent.v4.CompensationInfo.CompensationEntry entries = 1;

Returns
Type Description
List<CompensationEntry>

getEntriesOrBuilder(int index)

public CompensationInfo.CompensationEntryOrBuilder getEntriesOrBuilder(int index)

Job compensation information.

At most one entry can be of type CompensationInfo.CompensationType.BASE, which is referred as base compensation entry for the job.

repeated .google.cloud.talent.v4.CompensationInfo.CompensationEntry entries = 1;

Parameter
Name Description
index int
Returns
Type Description
CompensationInfo.CompensationEntryOrBuilder

getEntriesOrBuilderList()

public List<? extends CompensationInfo.CompensationEntryOrBuilder> getEntriesOrBuilderList()

Job compensation information.

At most one entry can be of type CompensationInfo.CompensationType.BASE, which is referred as base compensation entry for the job.

repeated .google.cloud.talent.v4.CompensationInfo.CompensationEntry entries = 1;

Returns
Type Description
List<? extends com.google.cloud.talent.v4.CompensationInfo.CompensationEntryOrBuilder>

getParserForType()

public Parser<CompensationInfo> getParserForType()
Returns
Type Description
Parser<CompensationInfo>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasAnnualizedBaseCompensationRange()

public boolean hasAnnualizedBaseCompensationRange()

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.

.google.cloud.talent.v4.CompensationInfo.CompensationRange annualized_base_compensation_range = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the annualizedBaseCompensationRange field is set.

hasAnnualizedTotalCompensationRange()

public boolean hasAnnualizedTotalCompensationRange()

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.

.google.cloud.talent.v4.CompensationInfo.CompensationRange annualized_total_compensation_range = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the annualizedTotalCompensationRange field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public CompensationInfo.Builder newBuilderForType()
Returns
Type Description
CompensationInfo.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected CompensationInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
CompensationInfo.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public CompensationInfo.Builder toBuilder()
Returns
Type Description
CompensationInfo.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException