Class CompensationInfo.Builder

  • All Implemented Interfaces:
    CompensationInfoOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    CompensationInfo

    public static final class CompensationInfo.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<CompensationInfo.Builder>
    implements CompensationInfoOrBuilder
     Job compensation details.
     
    Protobuf type google.cloud.talent.v4beta1.CompensationInfo
    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<CompensationInfo.Builder>
      • clear

        public CompensationInfo.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<CompensationInfo.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<CompensationInfo.Builder>
      • getDefaultInstanceForType

        public CompensationInfo getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public CompensationInfo build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public CompensationInfo buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public CompensationInfo.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<CompensationInfo.Builder>
      • setField

        public CompensationInfo.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                 Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<CompensationInfo.Builder>
      • clearField

        public CompensationInfo.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<CompensationInfo.Builder>
      • clearOneof

        public CompensationInfo.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<CompensationInfo.Builder>
      • setRepeatedField

        public CompensationInfo.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                         int index,
                                                         Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CompensationInfo.Builder>
      • addRepeatedField

        public CompensationInfo.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                         Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CompensationInfo.Builder>
      • mergeFrom

        public CompensationInfo.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<CompensationInfo.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<CompensationInfo.Builder>
      • mergeFrom

        public CompensationInfo.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<CompensationInfo.Builder>
        Throws:
        IOException
      • getEntriesList

        public List<CompensationInfo.CompensationEntry> getEntriesList()
         Job compensation information.
        
         At most one entry can be of type
         [CompensationInfo.CompensationType.BASE][google.cloud.talent.v4beta1.CompensationInfo.CompensationType.BASE],
         which is referred as **base compensation entry** for the job.
         
        repeated .google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry entries = 1;
        Specified by:
        getEntriesList in interface CompensationInfoOrBuilder
      • getEntriesCount

        public int getEntriesCount()
         Job compensation information.
        
         At most one entry can be of type
         [CompensationInfo.CompensationType.BASE][google.cloud.talent.v4beta1.CompensationInfo.CompensationType.BASE],
         which is referred as **base compensation entry** for the job.
         
        repeated .google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry entries = 1;
        Specified by:
        getEntriesCount in interface CompensationInfoOrBuilder
      • getEntries

        public CompensationInfo.CompensationEntry getEntries​(int index)
         Job compensation information.
        
         At most one entry can be of type
         [CompensationInfo.CompensationType.BASE][google.cloud.talent.v4beta1.CompensationInfo.CompensationType.BASE],
         which is referred as **base compensation entry** for the job.
         
        repeated .google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry entries = 1;
        Specified by:
        getEntries in interface CompensationInfoOrBuilder
      • setEntries

        public CompensationInfo.Builder setEntries​(int index,
                                                   CompensationInfo.CompensationEntry value)
         Job compensation information.
        
         At most one entry can be of type
         [CompensationInfo.CompensationType.BASE][google.cloud.talent.v4beta1.CompensationInfo.CompensationType.BASE],
         which is referred as **base compensation entry** for the job.
         
        repeated .google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry entries = 1;
      • setEntries

        public CompensationInfo.Builder setEntries​(int index,
                                                   CompensationInfo.CompensationEntry.Builder builderForValue)
         Job compensation information.
        
         At most one entry can be of type
         [CompensationInfo.CompensationType.BASE][google.cloud.talent.v4beta1.CompensationInfo.CompensationType.BASE],
         which is referred as **base compensation entry** for the job.
         
        repeated .google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry entries = 1;
      • addEntries

        public CompensationInfo.Builder addEntries​(CompensationInfo.CompensationEntry value)
         Job compensation information.
        
         At most one entry can be of type
         [CompensationInfo.CompensationType.BASE][google.cloud.talent.v4beta1.CompensationInfo.CompensationType.BASE],
         which is referred as **base compensation entry** for the job.
         
        repeated .google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry entries = 1;
      • addEntries

        public CompensationInfo.Builder addEntries​(int index,
                                                   CompensationInfo.CompensationEntry value)
         Job compensation information.
        
         At most one entry can be of type
         [CompensationInfo.CompensationType.BASE][google.cloud.talent.v4beta1.CompensationInfo.CompensationType.BASE],
         which is referred as **base compensation entry** for the job.
         
        repeated .google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry entries = 1;
      • addEntries

        public CompensationInfo.Builder addEntries​(CompensationInfo.CompensationEntry.Builder builderForValue)
         Job compensation information.
        
         At most one entry can be of type
         [CompensationInfo.CompensationType.BASE][google.cloud.talent.v4beta1.CompensationInfo.CompensationType.BASE],
         which is referred as **base compensation entry** for the job.
         
        repeated .google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry entries = 1;
      • addEntries

        public CompensationInfo.Builder addEntries​(int index,
                                                   CompensationInfo.CompensationEntry.Builder builderForValue)
         Job compensation information.
        
         At most one entry can be of type
         [CompensationInfo.CompensationType.BASE][google.cloud.talent.v4beta1.CompensationInfo.CompensationType.BASE],
         which is referred as **base compensation entry** for the job.
         
        repeated .google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry entries = 1;
      • addAllEntries

        public CompensationInfo.Builder addAllEntries​(Iterable<? extends CompensationInfo.CompensationEntry> values)
         Job compensation information.
        
         At most one entry can be of type
         [CompensationInfo.CompensationType.BASE][google.cloud.talent.v4beta1.CompensationInfo.CompensationType.BASE],
         which is referred as **base compensation entry** for the job.
         
        repeated .google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry entries = 1;
      • clearEntries

        public CompensationInfo.Builder clearEntries()
         Job compensation information.
        
         At most one entry can be of type
         [CompensationInfo.CompensationType.BASE][google.cloud.talent.v4beta1.CompensationInfo.CompensationType.BASE],
         which is referred as **base compensation entry** for the job.
         
        repeated .google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry entries = 1;
      • removeEntries

        public CompensationInfo.Builder removeEntries​(int index)
         Job compensation information.
        
         At most one entry can be of type
         [CompensationInfo.CompensationType.BASE][google.cloud.talent.v4beta1.CompensationInfo.CompensationType.BASE],
         which is referred as **base compensation entry** for the job.
         
        repeated .google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry entries = 1;
      • getEntriesBuilder

        public CompensationInfo.CompensationEntry.Builder getEntriesBuilder​(int index)
         Job compensation information.
        
         At most one entry can be of type
         [CompensationInfo.CompensationType.BASE][google.cloud.talent.v4beta1.CompensationInfo.CompensationType.BASE],
         which is referred as **base compensation entry** for the job.
         
        repeated .google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry entries = 1;
      • getEntriesOrBuilder

        public CompensationInfo.CompensationEntryOrBuilder getEntriesOrBuilder​(int index)
         Job compensation information.
        
         At most one entry can be of type
         [CompensationInfo.CompensationType.BASE][google.cloud.talent.v4beta1.CompensationInfo.CompensationType.BASE],
         which is referred as **base compensation entry** for the job.
         
        repeated .google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry entries = 1;
        Specified by:
        getEntriesOrBuilder in interface CompensationInfoOrBuilder
      • getEntriesOrBuilderList

        public List<? extends CompensationInfo.CompensationEntryOrBuilder> getEntriesOrBuilderList()
         Job compensation information.
        
         At most one entry can be of type
         [CompensationInfo.CompensationType.BASE][google.cloud.talent.v4beta1.CompensationInfo.CompensationType.BASE],
         which is referred as **base compensation entry** for the job.
         
        repeated .google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry entries = 1;
        Specified by:
        getEntriesOrBuilderList in interface CompensationInfoOrBuilder
      • addEntriesBuilder

        public CompensationInfo.CompensationEntry.Builder addEntriesBuilder()
         Job compensation information.
        
         At most one entry can be of type
         [CompensationInfo.CompensationType.BASE][google.cloud.talent.v4beta1.CompensationInfo.CompensationType.BASE],
         which is referred as **base compensation entry** for the job.
         
        repeated .google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry entries = 1;
      • addEntriesBuilder

        public CompensationInfo.CompensationEntry.Builder addEntriesBuilder​(int index)
         Job compensation information.
        
         At most one entry can be of type
         [CompensationInfo.CompensationType.BASE][google.cloud.talent.v4beta1.CompensationInfo.CompensationType.BASE],
         which is referred as **base compensation entry** for the job.
         
        repeated .google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry entries = 1;
      • getEntriesBuilderList

        public List<CompensationInfo.CompensationEntry.Builder> getEntriesBuilderList()
         Job compensation information.
        
         At most one entry can be of type
         [CompensationInfo.CompensationType.BASE][google.cloud.talent.v4beta1.CompensationInfo.CompensationType.BASE],
         which is referred as **base compensation entry** for the job.
         
        repeated .google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry entries = 1;
      • hasAnnualizedBaseCompensationRange

        public boolean hasAnnualizedBaseCompensationRange()
         Output only. Annualized base compensation range. Computed as base
         compensation entry's
         [CompensationEntry.amount][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.amount]
         times
         [CompensationEntry.expected_units_per_year][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.expected_units_per_year].
        
         See
         [CompensationEntry][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry]
         for explanation on compensation annualization.
         
        .google.cloud.talent.v4beta1.CompensationInfo.CompensationRange annualized_base_compensation_range = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasAnnualizedBaseCompensationRange in interface CompensationInfoOrBuilder
        Returns:
        Whether the annualizedBaseCompensationRange field is set.
      • getAnnualizedBaseCompensationRange

        public CompensationInfo.CompensationRange getAnnualizedBaseCompensationRange()
         Output only. Annualized base compensation range. Computed as base
         compensation entry's
         [CompensationEntry.amount][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.amount]
         times
         [CompensationEntry.expected_units_per_year][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.expected_units_per_year].
        
         See
         [CompensationEntry][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry]
         for explanation on compensation annualization.
         
        .google.cloud.talent.v4beta1.CompensationInfo.CompensationRange annualized_base_compensation_range = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getAnnualizedBaseCompensationRange in interface CompensationInfoOrBuilder
        Returns:
        The annualizedBaseCompensationRange.
      • setAnnualizedBaseCompensationRange

        public CompensationInfo.Builder setAnnualizedBaseCompensationRange​(CompensationInfo.CompensationRange value)
         Output only. Annualized base compensation range. Computed as base
         compensation entry's
         [CompensationEntry.amount][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.amount]
         times
         [CompensationEntry.expected_units_per_year][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.expected_units_per_year].
        
         See
         [CompensationEntry][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry]
         for explanation on compensation annualization.
         
        .google.cloud.talent.v4beta1.CompensationInfo.CompensationRange annualized_base_compensation_range = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setAnnualizedBaseCompensationRange

        public CompensationInfo.Builder setAnnualizedBaseCompensationRange​(CompensationInfo.CompensationRange.Builder builderForValue)
         Output only. Annualized base compensation range. Computed as base
         compensation entry's
         [CompensationEntry.amount][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.amount]
         times
         [CompensationEntry.expected_units_per_year][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.expected_units_per_year].
        
         See
         [CompensationEntry][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry]
         for explanation on compensation annualization.
         
        .google.cloud.talent.v4beta1.CompensationInfo.CompensationRange annualized_base_compensation_range = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeAnnualizedBaseCompensationRange

        public CompensationInfo.Builder mergeAnnualizedBaseCompensationRange​(CompensationInfo.CompensationRange value)
         Output only. Annualized base compensation range. Computed as base
         compensation entry's
         [CompensationEntry.amount][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.amount]
         times
         [CompensationEntry.expected_units_per_year][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.expected_units_per_year].
        
         See
         [CompensationEntry][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry]
         for explanation on compensation annualization.
         
        .google.cloud.talent.v4beta1.CompensationInfo.CompensationRange annualized_base_compensation_range = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearAnnualizedBaseCompensationRange

        public CompensationInfo.Builder clearAnnualizedBaseCompensationRange()
         Output only. Annualized base compensation range. Computed as base
         compensation entry's
         [CompensationEntry.amount][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.amount]
         times
         [CompensationEntry.expected_units_per_year][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.expected_units_per_year].
        
         See
         [CompensationEntry][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry]
         for explanation on compensation annualization.
         
        .google.cloud.talent.v4beta1.CompensationInfo.CompensationRange annualized_base_compensation_range = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getAnnualizedBaseCompensationRangeBuilder

        public CompensationInfo.CompensationRange.Builder getAnnualizedBaseCompensationRangeBuilder()
         Output only. Annualized base compensation range. Computed as base
         compensation entry's
         [CompensationEntry.amount][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.amount]
         times
         [CompensationEntry.expected_units_per_year][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.expected_units_per_year].
        
         See
         [CompensationEntry][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry]
         for explanation on compensation annualization.
         
        .google.cloud.talent.v4beta1.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][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.amount]
         times
         [CompensationEntry.expected_units_per_year][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.expected_units_per_year].
        
         See
         [CompensationEntry][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry]
         for explanation on compensation annualization.
         
        .google.cloud.talent.v4beta1.CompensationInfo.CompensationRange annualized_base_compensation_range = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getAnnualizedBaseCompensationRangeOrBuilder in interface CompensationInfoOrBuilder
      • hasAnnualizedTotalCompensationRange

        public boolean hasAnnualizedTotalCompensationRange()
         Output only. Annualized total compensation range. Computed as all
         compensation entries'
         [CompensationEntry.amount][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.amount]
         times
         [CompensationEntry.expected_units_per_year][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.expected_units_per_year].
        
         See
         [CompensationEntry][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry]
         for explanation on compensation annualization.
         
        .google.cloud.talent.v4beta1.CompensationInfo.CompensationRange annualized_total_compensation_range = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasAnnualizedTotalCompensationRange in interface CompensationInfoOrBuilder
        Returns:
        Whether the annualizedTotalCompensationRange field is set.
      • getAnnualizedTotalCompensationRange

        public CompensationInfo.CompensationRange getAnnualizedTotalCompensationRange()
         Output only. Annualized total compensation range. Computed as all
         compensation entries'
         [CompensationEntry.amount][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.amount]
         times
         [CompensationEntry.expected_units_per_year][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.expected_units_per_year].
        
         See
         [CompensationEntry][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry]
         for explanation on compensation annualization.
         
        .google.cloud.talent.v4beta1.CompensationInfo.CompensationRange annualized_total_compensation_range = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getAnnualizedTotalCompensationRange in interface CompensationInfoOrBuilder
        Returns:
        The annualizedTotalCompensationRange.
      • setAnnualizedTotalCompensationRange

        public CompensationInfo.Builder setAnnualizedTotalCompensationRange​(CompensationInfo.CompensationRange value)
         Output only. Annualized total compensation range. Computed as all
         compensation entries'
         [CompensationEntry.amount][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.amount]
         times
         [CompensationEntry.expected_units_per_year][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.expected_units_per_year].
        
         See
         [CompensationEntry][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry]
         for explanation on compensation annualization.
         
        .google.cloud.talent.v4beta1.CompensationInfo.CompensationRange annualized_total_compensation_range = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setAnnualizedTotalCompensationRange

        public CompensationInfo.Builder setAnnualizedTotalCompensationRange​(CompensationInfo.CompensationRange.Builder builderForValue)
         Output only. Annualized total compensation range. Computed as all
         compensation entries'
         [CompensationEntry.amount][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.amount]
         times
         [CompensationEntry.expected_units_per_year][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.expected_units_per_year].
        
         See
         [CompensationEntry][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry]
         for explanation on compensation annualization.
         
        .google.cloud.talent.v4beta1.CompensationInfo.CompensationRange annualized_total_compensation_range = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeAnnualizedTotalCompensationRange

        public CompensationInfo.Builder mergeAnnualizedTotalCompensationRange​(CompensationInfo.CompensationRange value)
         Output only. Annualized total compensation range. Computed as all
         compensation entries'
         [CompensationEntry.amount][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.amount]
         times
         [CompensationEntry.expected_units_per_year][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.expected_units_per_year].
        
         See
         [CompensationEntry][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry]
         for explanation on compensation annualization.
         
        .google.cloud.talent.v4beta1.CompensationInfo.CompensationRange annualized_total_compensation_range = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearAnnualizedTotalCompensationRange

        public CompensationInfo.Builder clearAnnualizedTotalCompensationRange()
         Output only. Annualized total compensation range. Computed as all
         compensation entries'
         [CompensationEntry.amount][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.amount]
         times
         [CompensationEntry.expected_units_per_year][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.expected_units_per_year].
        
         See
         [CompensationEntry][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry]
         for explanation on compensation annualization.
         
        .google.cloud.talent.v4beta1.CompensationInfo.CompensationRange annualized_total_compensation_range = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getAnnualizedTotalCompensationRangeBuilder

        public CompensationInfo.CompensationRange.Builder getAnnualizedTotalCompensationRangeBuilder()
         Output only. Annualized total compensation range. Computed as all
         compensation entries'
         [CompensationEntry.amount][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.amount]
         times
         [CompensationEntry.expected_units_per_year][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.expected_units_per_year].
        
         See
         [CompensationEntry][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry]
         for explanation on compensation annualization.
         
        .google.cloud.talent.v4beta1.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][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.amount]
         times
         [CompensationEntry.expected_units_per_year][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.expected_units_per_year].
        
         See
         [CompensationEntry][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry]
         for explanation on compensation annualization.
         
        .google.cloud.talent.v4beta1.CompensationInfo.CompensationRange annualized_total_compensation_range = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getAnnualizedTotalCompensationRangeOrBuilder in interface CompensationInfoOrBuilder
      • setUnknownFields

        public final CompensationInfo.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CompensationInfo.Builder>
      • mergeUnknownFields

        public final CompensationInfo.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CompensationInfo.Builder>