public final class CompensationInfo extends GeneratedMessageV3 implements CompensationInfoOrBuilder
Job compensation details.
Protobuf type google.cloud.talent.v4beta1.CompensationInfo
Static Fields
ANNUALIZED_BASE_COMPENSATION_RANGE_FIELD_NUMBER
public static final int ANNUALIZED_BASE_COMPENSATION_RANGE_FIELD_NUMBER
Field Value
ANNUALIZED_TOTAL_COMPENSATION_RANGE_FIELD_NUMBER
public static final int ANNUALIZED_TOTAL_COMPENSATION_RANGE_FIELD_NUMBER
Field Value
ENTRIES_FIELD_NUMBER
public static final int ENTRIES_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static CompensationInfo getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static CompensationInfo.Builder newBuilder()
Returns
newBuilder(CompensationInfo prototype)
public static CompensationInfo.Builder newBuilder(CompensationInfo prototype)
Parameter
Returns
public static CompensationInfo parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static CompensationInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static CompensationInfo parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CompensationInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static CompensationInfo parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CompensationInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static CompensationInfo parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static CompensationInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static CompensationInfo parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static CompensationInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static CompensationInfo parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CompensationInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<CompensationInfo> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
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.v4beta1.CompensationInfo.CompensationRange annualized_base_compensation_range = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
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.v4beta1.CompensationInfo.CompensationRange annualized_base_compensation_range = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
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.v4beta1.CompensationInfo.CompensationRange annualized_total_compensation_range = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
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.v4beta1.CompensationInfo.CompensationRange annualized_total_compensation_range = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
getDefaultInstanceForType()
public CompensationInfo getDefaultInstanceForType()
Returns
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.v4beta1.CompensationInfo.CompensationEntry entries = 1;
Parameter
Returns
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.v4beta1.CompensationInfo.CompensationEntry entries = 1;
Returns
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.v4beta1.CompensationInfo.CompensationEntry entries = 1;
Returns
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.v4beta1.CompensationInfo.CompensationEntry entries = 1;
Parameter
Returns
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.v4beta1.CompensationInfo.CompensationEntry entries = 1;
Returns
Type | Description |
List<? extends com.google.cloud.talent.v4beta1.CompensationInfo.CompensationEntryOrBuilder> | |
getParserForType()
public Parser<CompensationInfo> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
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.v4beta1.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.v4beta1.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
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public CompensationInfo.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CompensationInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public CompensationInfo.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions