Class CompensationInfo.CompensationRange (2.44.0)

public static final class CompensationInfo.CompensationRange extends GeneratedMessageV3 implements CompensationInfo.CompensationRangeOrBuilder

Compensation range.

Protobuf type google.cloud.talent.v4.CompensationInfo.CompensationRange

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > CompensationInfo.CompensationRange

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()
Returns
Type Description
CompensationInfo.CompensationRange

getDescriptor()

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

newBuilder()

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

newBuilder(CompensationInfo.CompensationRange prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public CompensationInfo.CompensationRange getDefaultInstanceForType()
Returns
Type Description
CompensationInfo.CompensationRange

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
Type Description
Parser<CompensationRange>
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()

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.CompensationRange.Builder newBuilderForType()
Returns
Type Description
CompensationInfo.CompensationRange.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected CompensationInfo.CompensationRange.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
CompensationInfo.CompensationRange.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.CompensationRange.Builder toBuilder()
Returns
Type Description
CompensationInfo.CompensationRange.Builder

writeTo(CodedOutputStream output)

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