Interface FirestoreIndexTimeouts
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
FirestoreIndexTimeouts.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.242Z") @Stability(Stable) public interface FirestoreIndexTimeouts extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFirestoreIndexTimeouts.BuilderA builder forFirestoreIndexTimeoutsstatic classFirestoreIndexTimeouts.Jsii$ProxyAn implementation forFirestoreIndexTimeouts
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static FirestoreIndexTimeouts.Builderbuilder()default StringgetCreate()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/firestore_index#create FirestoreIndex#create}.default StringgetDelete()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/firestore_index#delete FirestoreIndex#delete}.
-
-
-
Method Detail
-
getCreate
@Stability(Stable) @Nullable default String getCreate()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/firestore_index#create FirestoreIndex#create}.
-
getDelete
@Stability(Stable) @Nullable default String getDelete()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/firestore_index#delete FirestoreIndex#delete}.
-
builder
@Stability(Stable) static FirestoreIndexTimeouts.Builder builder()
- Returns:
- a
FirestoreIndexTimeouts.BuilderofFirestoreIndexTimeouts
-
-