Class FirestoreFieldIndexConfigIndexes.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: FirestoreFieldIndexConfigIndexes
        Indicates that this field supports operations on arrayValues. Only one of 'order' and 'arrayConfig' can be specified. Possible values: ["CONTAINS"].

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/firestore_field#array_config FirestoreField#array_config}

        Specified by:
        getArrayConfig in interface FirestoreFieldIndexConfigIndexes
      • getOrder

        public final String getOrder()
        Description copied from interface: FirestoreFieldIndexConfigIndexes
        Indicates that this field supports ordering by the specified order or comparing using =, <, <=, >, >=, !=. Only one of 'order' and 'arrayConfig' 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_field#order FirestoreField#order}

        Specified by:
        getOrder in interface FirestoreFieldIndexConfigIndexes
      • getQueryScope

        public final String getQueryScope()
        Description copied from interface: FirestoreFieldIndexConfigIndexes
        The scope at which a query is run.

        Collection scoped queries require you specify the collection at query time. Collection group scope allows queries across all collections with the same id. Default value: "COLLECTION" Possible values: ["COLLECTION", "COLLECTION_GROUP"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/firestore_field#query_scope FirestoreField#query_scope}

        Specified by:
        getQueryScope in interface FirestoreFieldIndexConfigIndexes
      • $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