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()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static CompensationInfo.Builder newBuilder()
newBuilder(CompensationInfo prototype)
public static CompensationInfo.Builder newBuilder(CompensationInfo prototype)
public static CompensationInfo parseDelimitedFrom(InputStream input)
public static CompensationInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static CompensationInfo parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CompensationInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static CompensationInfo parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CompensationInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CompensationInfo parseFrom(CodedInputStream input)
public static CompensationInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static CompensationInfo parseFrom(InputStream input)
public static CompensationInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static CompensationInfo parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CompensationInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<CompensationInfo> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
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];
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];
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];
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];
getDefaultInstanceForType()
public CompensationInfo getDefaultInstanceForType()
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
|
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;
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
|
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()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
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()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public CompensationInfo.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CompensationInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public CompensationInfo.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides