public static final class CompensationInfo.CompensationRange extends GeneratedMessageV3 implements CompensationInfo.CompensationRangeOrBuilder
Compensation range.
Protobuf type google.cloud.talent.v4.CompensationInfo.CompensationRange
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
MAX_COMPENSATION_FIELD_NUMBER
public static final int MAX_COMPENSATION_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
MIN_COMPENSATION_FIELD_NUMBER
public static final int MIN_COMPENSATION_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static CompensationInfo.CompensationRange getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static CompensationInfo.CompensationRange.Builder newBuilder()
newBuilder(CompensationInfo.CompensationRange prototype)
public static CompensationInfo.CompensationRange.Builder newBuilder(CompensationInfo.CompensationRange prototype)
public static CompensationInfo.CompensationRange parseDelimitedFrom(InputStream input)
public static CompensationInfo.CompensationRange parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static CompensationInfo.CompensationRange parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CompensationInfo.CompensationRange parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static CompensationInfo.CompensationRange parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CompensationInfo.CompensationRange parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CompensationInfo.CompensationRange parseFrom(CodedInputStream input)
public static CompensationInfo.CompensationRange parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static CompensationInfo.CompensationRange parseFrom(InputStream input)
public static CompensationInfo.CompensationRange parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static CompensationInfo.CompensationRange parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CompensationInfo.CompensationRange parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<CompensationInfo.CompensationRange> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public CompensationInfo.CompensationRange getDefaultInstanceForType()
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()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
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 |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public CompensationInfo.CompensationRange.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CompensationInfo.CompensationRange.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public CompensationInfo.CompensationRange.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides