public static final class CompensationInfo.CompensationRange extends GeneratedMessageV3 implements CompensationInfo.CompensationRangeOrBuilder
Compensation range.
Protobuf type google.cloud.talent.v4.CompensationInfo.CompensationRange
Static Fields
MAX_COMPENSATION_FIELD_NUMBER
public static final int MAX_COMPENSATION_FIELD_NUMBER
Field Value
MIN_COMPENSATION_FIELD_NUMBER
public static final int MIN_COMPENSATION_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static CompensationInfo.CompensationRange getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static CompensationInfo.CompensationRange.Builder newBuilder()
Returns
newBuilder(CompensationInfo.CompensationRange prototype)
public static CompensationInfo.CompensationRange.Builder newBuilder(CompensationInfo.CompensationRange prototype)
Parameter
Returns
public static CompensationInfo.CompensationRange parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static CompensationInfo.CompensationRange parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static CompensationInfo.CompensationRange parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CompensationInfo.CompensationRange parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static CompensationInfo.CompensationRange parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CompensationInfo.CompensationRange parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static CompensationInfo.CompensationRange parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static CompensationInfo.CompensationRange parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static CompensationInfo.CompensationRange parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static CompensationInfo.CompensationRange parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static CompensationInfo.CompensationRange parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CompensationInfo.CompensationRange parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<CompensationInfo.CompensationRange> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public CompensationInfo.CompensationRange getDefaultInstanceForType()
Returns
getMaxCompensation()
public Money getMaxCompensation()
The maximum amount of compensation. If left empty, the value is set
to a maximal compensation value and the currency code is set to
match the currency code of
min_compensation.
.google.type.Money max_compensation = 2;
Returns
Type | Description |
com.google.type.Money | The maxCompensation.
|
getMaxCompensationOrBuilder()
public MoneyOrBuilder getMaxCompensationOrBuilder()
The maximum amount of compensation. If left empty, the value is set
to a maximal compensation value and the currency code is set to
match the currency code of
min_compensation.
.google.type.Money max_compensation = 2;
Returns
Type | Description |
com.google.type.MoneyOrBuilder | |
getMinCompensation()
public Money getMinCompensation()
The minimum amount of compensation. If left empty, the value is set
to zero and the currency code is set to match the
currency code of max_compensation.
.google.type.Money min_compensation = 1;
Returns
Type | Description |
com.google.type.Money | The minCompensation.
|
getMinCompensationOrBuilder()
public MoneyOrBuilder getMinCompensationOrBuilder()
The minimum amount of compensation. If left empty, the value is set
to zero and the currency code is set to match the
currency code of max_compensation.
.google.type.Money min_compensation = 1;
Returns
Type | Description |
com.google.type.MoneyOrBuilder | |
getParserForType()
public Parser<CompensationInfo.CompensationRange> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hasMaxCompensation()
public boolean hasMaxCompensation()
The maximum amount of compensation. If left empty, the value is set
to a maximal compensation value and the currency code is set to
match the currency code of
min_compensation.
.google.type.Money max_compensation = 2;
Returns
Type | Description |
boolean | Whether the maxCompensation field is set.
|
hasMinCompensation()
public boolean hasMinCompensation()
The minimum amount of compensation. If left empty, the value is set
to zero and the currency code is set to match the
currency code of max_compensation.
.google.type.Money min_compensation = 1;
Returns
Type | Description |
boolean | Whether the minCompensation field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public CompensationInfo.CompensationRange.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CompensationInfo.CompensationRange.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public CompensationInfo.CompensationRange.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions