Package-level declarations

Types

Link copied to clipboard
data class GetBackupSchedulePlainArgs(val backupScheduleId: String, val databaseId: String, val project: String? = null) : ConvertibleToJava<GetBackupSchedulePlainArgs>
Link copied to clipboard
data class GetDatabasePlainArgs(val databaseId: String, val project: String? = null) : ConvertibleToJava<GetDatabasePlainArgs>
Link copied to clipboard
data class GetIndexPlainArgs(val collectionGroupId: String, val databaseId: String, val indexId: String, val project: String? = null) : ConvertibleToJava<GetIndexPlainArgs>
Link copied to clipboard
class GoogleFirestoreAdminV1DailyRecurrenceArgs : ConvertibleToJava<GoogleFirestoreAdminV1DailyRecurrenceArgs>

Represent a recurring schedule that runs at a specific time every day. The time zone is UTC.

Link copied to clipboard
data class GoogleFirestoreAdminV1IndexFieldArgs(val arrayConfig: Output<GoogleFirestoreAdminV1IndexFieldArrayConfig>? = null, val fieldPath: Output<String>? = null, val order: Output<GoogleFirestoreAdminV1IndexFieldOrder>? = null) : ConvertibleToJava<GoogleFirestoreAdminV1IndexFieldArgs>

A field in an index. The field_path describes which field is indexed, the value_mode describes how the field value is indexed.

data class GoogleFirestoreAdminV1WeeklyRecurrenceArgs(val day: Output<GoogleFirestoreAdminV1WeeklyRecurrenceDay>? = null) : ConvertibleToJava<GoogleFirestoreAdminV1WeeklyRecurrenceArgs>

Represents a recurring schedule that runs on a specified day of the week. The time zone is UTC.