Class FirestoreIndexFields.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.firestore_index.FirestoreIndexFields.Jsii$Proxy
-
- All Implemented Interfaces:
FirestoreIndexFields,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- FirestoreIndexFields
@Stability(Stable) @Internal public static final class FirestoreIndexFields.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements FirestoreIndexFields
An implementation forFirestoreIndexFields
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.firestore_index.FirestoreIndexFields
FirestoreIndexFields.Builder, FirestoreIndexFields.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(FirestoreIndexFields.Builder builder)Constructor that initializes the object based on literal property values passed by theFirestoreIndexFields.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetArrayConfig()Indicates that this field supports operations on arrayValues.StringgetFieldPath()Name of the field.StringgetOrder()Indicates that this field supports ordering by the specified order or comparing using =, <, <=, >, >=.FirestoreIndexFieldsVectorConfiggetVectorConfig()vector_config block.inthashCode()
-
-
-
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.
-
Jsii$Proxy
protected Jsii$Proxy(FirestoreIndexFields.Builder builder)
Constructor that initializes the object based on literal property values passed by theFirestoreIndexFields.Builder.
-
-
Method Detail
-
getArrayConfig
public final String getArrayConfig()
Description copied from interface:FirestoreIndexFieldsIndicates 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:
getArrayConfigin interfaceFirestoreIndexFields
-
getFieldPath
public final String getFieldPath()
Description copied from interface:FirestoreIndexFieldsName 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:
getFieldPathin interfaceFirestoreIndexFields
-
getOrder
public final String getOrder()
Description copied from interface:FirestoreIndexFieldsIndicates 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:
getOrderin interfaceFirestoreIndexFields
-
getVectorConfig
public final FirestoreIndexFieldsVectorConfig getVectorConfig()
Description copied from interface:FirestoreIndexFieldsvector_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/firestore_index#vector_config FirestoreIndex#vector_config}
- Specified by:
getVectorConfigin interfaceFirestoreIndexFields
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-