Class FirestoreFieldIndexConfigIndexes.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.firestore_field.FirestoreFieldIndexConfigIndexes.Jsii$Proxy
-
- All Implemented Interfaces:
FirestoreFieldIndexConfigIndexes,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- FirestoreFieldIndexConfigIndexes
@Stability(Stable) @Internal public static final class FirestoreFieldIndexConfigIndexes.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements FirestoreFieldIndexConfigIndexes
An implementation forFirestoreFieldIndexConfigIndexes
-
-
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_field.FirestoreFieldIndexConfigIndexes
FirestoreFieldIndexConfigIndexes.Builder, FirestoreFieldIndexConfigIndexes.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(FirestoreFieldIndexConfigIndexes.Builder builder)Constructor that initializes the object based on literal property values passed by theFirestoreFieldIndexConfigIndexes.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.StringgetOrder()Indicates that this field supports ordering by the specified order or comparing using =, <, <=, >, >=, !=.StringgetQueryScope()The scope at which a query is run.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(FirestoreFieldIndexConfigIndexes.Builder builder)
Constructor that initializes the object based on literal property values passed by theFirestoreFieldIndexConfigIndexes.Builder.
-
-
Method Detail
-
getArrayConfig
public final String getArrayConfig()
Description copied from interface:FirestoreFieldIndexConfigIndexesIndicates 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:
getArrayConfigin interfaceFirestoreFieldIndexConfigIndexes
-
getOrder
public final String getOrder()
Description copied from interface:FirestoreFieldIndexConfigIndexesIndicates 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:
getOrderin interfaceFirestoreFieldIndexConfigIndexes
-
getQueryScope
public final String getQueryScope()
Description copied from interface:FirestoreFieldIndexConfigIndexesThe 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:
getQueryScopein interfaceFirestoreFieldIndexConfigIndexes
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-