Class FirestoreIndexFields.Jsii$Proxy

    • Constructor Detail

      • Jsii$Proxy

        protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
        Constructor that initializes the object based on values retrieved from the JsiiObject.
        Parameters:
        objRef - Reference to the JSII managed object.
    • Method Detail

      • getArrayConfig

        public final String getArrayConfig()
        Description copied from interface: FirestoreIndexFields
        Indicates that this field supports operations on arrayValues.

        Only one of 'order', 'arrayConfig', and 'vectorConfig' can be specified. Possible values: ["CONTAINS"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/firestore_index#array_config FirestoreIndex#array_config}

        Specified by:
        getArrayConfig in interface FirestoreIndexFields
      • getFieldPath

        public final String getFieldPath()
        Description copied from interface: FirestoreIndexFields
        Name of the field.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/firestore_index#field_path FirestoreIndex#field_path}

        Specified by:
        getFieldPath in interface FirestoreIndexFields
      • getOrder

        public final String getOrder()
        Description copied from interface: FirestoreIndexFields
        Indicates that this field supports ordering by the specified order or comparing using =, <, <=, >, >=.

        Only one of 'order', 'arrayConfig', and 'vectorConfig' can be specified. Possible values: ["ASCENDING", "DESCENDING"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/firestore_index#order FirestoreIndex#order}

        Specified by:
        getOrder in interface FirestoreIndexFields
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object