All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.directory.model.SchemaFieldSpec.NumericIndexingSpec.html Maven / Gradle / Ivy

There is a newer version: directory_v1-rev20240709-2.0.0
Show newest version






SchemaFieldSpec.NumericIndexingSpec (Admin SDK API directory_v1-rev20220125-1.32.1)












com.google.api.services.directory.model

Class SchemaFieldSpec.NumericIndexingSpec

  • All Implemented Interfaces:
    Cloneable, Map<String,Object>
    Enclosing class:
    SchemaFieldSpec


    public static final class SchemaFieldSpec.NumericIndexingSpec
    extends GenericJson
    Indexing spec for a numeric field. By default, only exact match queries will be supported for numeric fields. Setting the `numericIndexingSpec` allows range queries to be supported.
    • Constructor Detail

      • NumericIndexingSpec

        public NumericIndexingSpec()
    • Method Detail

      • getMaxValue

        public Double getMaxValue()
        Maximum value of this field. This is meant to be indicative rather than enforced. Values outside this range will still be indexed, but search may not be as performant.
        Returns:
        value or null for none
      • setMaxValue

        public SchemaFieldSpec.NumericIndexingSpec setMaxValue(Double maxValue)
        Maximum value of this field. This is meant to be indicative rather than enforced. Values outside this range will still be indexed, but search may not be as performant.
        Parameters:
        maxValue - maxValue or null for none
      • getMinValue

        public Double getMinValue()
        Minimum value of this field. This is meant to be indicative rather than enforced. Values outside this range will still be indexed, but search may not be as performant.
        Returns:
        value or null for none
      • setMinValue

        public SchemaFieldSpec.NumericIndexingSpec setMinValue(Double minValue)
        Minimum value of this field. This is meant to be indicative rather than enforced. Values outside this range will still be indexed, but search may not be as performant.
        Parameters:
        minValue - minValue or null for none

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy