Class SearchJobsRequest.CustomRankingInfo.Builder

    • 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<SearchJobsRequest.CustomRankingInfo.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<SearchJobsRequest.CustomRankingInfo.Builder>
      • getDefaultInstanceForType

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

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

        public SearchJobsRequest.CustomRankingInfo buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

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

        public int getImportanceLevelValue()
         Required. Controls over how important the score of
         [CustomRankingInfo.ranking_expression][google.cloud.talent.v4.SearchJobsRequest.CustomRankingInfo.ranking_expression]
         gets applied to job's final ranking position.
        
         An error is thrown if not specified.
         
        .google.cloud.talent.v4.SearchJobsRequest.CustomRankingInfo.ImportanceLevel importance_level = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getImportanceLevelValue in interface SearchJobsRequest.CustomRankingInfoOrBuilder
        Returns:
        The enum numeric value on the wire for importanceLevel.
      • setImportanceLevelValue

        public SearchJobsRequest.CustomRankingInfo.Builder setImportanceLevelValue​(int value)
         Required. Controls over how important the score of
         [CustomRankingInfo.ranking_expression][google.cloud.talent.v4.SearchJobsRequest.CustomRankingInfo.ranking_expression]
         gets applied to job's final ranking position.
        
         An error is thrown if not specified.
         
        .google.cloud.talent.v4.SearchJobsRequest.CustomRankingInfo.ImportanceLevel importance_level = 1 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The enum numeric value on the wire for importanceLevel to set.
        Returns:
        This builder for chaining.
      • getImportanceLevel

        public SearchJobsRequest.CustomRankingInfo.ImportanceLevel getImportanceLevel()
         Required. Controls over how important the score of
         [CustomRankingInfo.ranking_expression][google.cloud.talent.v4.SearchJobsRequest.CustomRankingInfo.ranking_expression]
         gets applied to job's final ranking position.
        
         An error is thrown if not specified.
         
        .google.cloud.talent.v4.SearchJobsRequest.CustomRankingInfo.ImportanceLevel importance_level = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getImportanceLevel in interface SearchJobsRequest.CustomRankingInfoOrBuilder
        Returns:
        The importanceLevel.
      • setImportanceLevel

        public SearchJobsRequest.CustomRankingInfo.Builder setImportanceLevel​(SearchJobsRequest.CustomRankingInfo.ImportanceLevel value)
         Required. Controls over how important the score of
         [CustomRankingInfo.ranking_expression][google.cloud.talent.v4.SearchJobsRequest.CustomRankingInfo.ranking_expression]
         gets applied to job's final ranking position.
        
         An error is thrown if not specified.
         
        .google.cloud.talent.v4.SearchJobsRequest.CustomRankingInfo.ImportanceLevel importance_level = 1 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The importanceLevel to set.
        Returns:
        This builder for chaining.
      • clearImportanceLevel

        public SearchJobsRequest.CustomRankingInfo.Builder clearImportanceLevel()
         Required. Controls over how important the score of
         [CustomRankingInfo.ranking_expression][google.cloud.talent.v4.SearchJobsRequest.CustomRankingInfo.ranking_expression]
         gets applied to job's final ranking position.
        
         An error is thrown if not specified.
         
        .google.cloud.talent.v4.SearchJobsRequest.CustomRankingInfo.ImportanceLevel importance_level = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • getRankingExpression

        public String getRankingExpression()
         Required. Controls over how job documents get ranked on top of existing
         relevance score (determined by API algorithm). A combination of the
         ranking expression and relevance score is used to determine job's final
         ranking position.
        
         The syntax for this expression is a subset of Google SQL syntax.
        
         Supported operators are: +, -, *, /, where the left and right side of
         the operator is either a numeric
         [Job.custom_attributes][google.cloud.talent.v4.Job.custom_attributes]
         key, integer/double value or an expression that can be evaluated to a
         number.
        
         Parenthesis are supported to adjust calculation precedence. The
         expression must be < 200 characters in length.
        
         The expression is considered invalid for a job if the expression
         references custom attributes that are not populated on the job or if the
         expression results in a divide by zero. If an expression is invalid for a
         job, that job is demoted to the end of the results.
        
         Sample ranking expression
         (year + 25) * 0.25 - (freshness / 0.5)
         
        string ranking_expression = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getRankingExpression in interface SearchJobsRequest.CustomRankingInfoOrBuilder
        Returns:
        The rankingExpression.
      • getRankingExpressionBytes

        public com.google.protobuf.ByteString getRankingExpressionBytes()
         Required. Controls over how job documents get ranked on top of existing
         relevance score (determined by API algorithm). A combination of the
         ranking expression and relevance score is used to determine job's final
         ranking position.
        
         The syntax for this expression is a subset of Google SQL syntax.
        
         Supported operators are: +, -, *, /, where the left and right side of
         the operator is either a numeric
         [Job.custom_attributes][google.cloud.talent.v4.Job.custom_attributes]
         key, integer/double value or an expression that can be evaluated to a
         number.
        
         Parenthesis are supported to adjust calculation precedence. The
         expression must be < 200 characters in length.
        
         The expression is considered invalid for a job if the expression
         references custom attributes that are not populated on the job or if the
         expression results in a divide by zero. If an expression is invalid for a
         job, that job is demoted to the end of the results.
        
         Sample ranking expression
         (year + 25) * 0.25 - (freshness / 0.5)
         
        string ranking_expression = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getRankingExpressionBytes in interface SearchJobsRequest.CustomRankingInfoOrBuilder
        Returns:
        The bytes for rankingExpression.
      • setRankingExpression

        public SearchJobsRequest.CustomRankingInfo.Builder setRankingExpression​(String value)
         Required. Controls over how job documents get ranked on top of existing
         relevance score (determined by API algorithm). A combination of the
         ranking expression and relevance score is used to determine job's final
         ranking position.
        
         The syntax for this expression is a subset of Google SQL syntax.
        
         Supported operators are: +, -, *, /, where the left and right side of
         the operator is either a numeric
         [Job.custom_attributes][google.cloud.talent.v4.Job.custom_attributes]
         key, integer/double value or an expression that can be evaluated to a
         number.
        
         Parenthesis are supported to adjust calculation precedence. The
         expression must be < 200 characters in length.
        
         The expression is considered invalid for a job if the expression
         references custom attributes that are not populated on the job or if the
         expression results in a divide by zero. If an expression is invalid for a
         job, that job is demoted to the end of the results.
        
         Sample ranking expression
         (year + 25) * 0.25 - (freshness / 0.5)
         
        string ranking_expression = 2 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The rankingExpression to set.
        Returns:
        This builder for chaining.
      • clearRankingExpression

        public SearchJobsRequest.CustomRankingInfo.Builder clearRankingExpression()
         Required. Controls over how job documents get ranked on top of existing
         relevance score (determined by API algorithm). A combination of the
         ranking expression and relevance score is used to determine job's final
         ranking position.
        
         The syntax for this expression is a subset of Google SQL syntax.
        
         Supported operators are: +, -, *, /, where the left and right side of
         the operator is either a numeric
         [Job.custom_attributes][google.cloud.talent.v4.Job.custom_attributes]
         key, integer/double value or an expression that can be evaluated to a
         number.
        
         Parenthesis are supported to adjust calculation precedence. The
         expression must be < 200 characters in length.
        
         The expression is considered invalid for a job if the expression
         references custom attributes that are not populated on the job or if the
         expression results in a divide by zero. If an expression is invalid for a
         job, that job is demoted to the end of the results.
        
         Sample ranking expression
         (year + 25) * 0.25 - (freshness / 0.5)
         
        string ranking_expression = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setRankingExpressionBytes

        public SearchJobsRequest.CustomRankingInfo.Builder setRankingExpressionBytes​(com.google.protobuf.ByteString value)
         Required. Controls over how job documents get ranked on top of existing
         relevance score (determined by API algorithm). A combination of the
         ranking expression and relevance score is used to determine job's final
         ranking position.
        
         The syntax for this expression is a subset of Google SQL syntax.
        
         Supported operators are: +, -, *, /, where the left and right side of
         the operator is either a numeric
         [Job.custom_attributes][google.cloud.talent.v4.Job.custom_attributes]
         key, integer/double value or an expression that can be evaluated to a
         number.
        
         Parenthesis are supported to adjust calculation precedence. The
         expression must be < 200 characters in length.
        
         The expression is considered invalid for a job if the expression
         references custom attributes that are not populated on the job or if the
         expression results in a divide by zero. If an expression is invalid for a
         job, that job is demoted to the end of the results.
        
         Sample ranking expression
         (year + 25) * 0.25 - (freshness / 0.5)
         
        string ranking_expression = 2 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The bytes for rankingExpression to set.
        Returns:
        This builder for chaining.