Package-level declarations

Types

Link copied to clipboard
data class GetBackupScheduleResult(val createTime: String, val dailyRecurrence: GoogleFirestoreAdminV1DailyRecurrenceResponse, val name: String, val retention: String, val updateTime: String, val weeklyRecurrence: GoogleFirestoreAdminV1WeeklyRecurrenceResponse)
Link copied to clipboard
data class GetDatabaseResult(val appEngineIntegrationMode: String, val concurrencyMode: String, val createTime: String, val deleteProtectionState: String, val etag: String, val keyPrefix: String, val location: String, val name: String, val type: String, val uid: String, val updateTime: String)
Link copied to clipboard
data class GetIndexResult(val apiScope: String, val fields: List<GoogleFirestoreAdminV1IndexFieldResponse>, val name: String, val queryScope: String, val state: String)

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

Link copied to clipboard
data class GoogleFirestoreAdminV1IndexFieldResponse(val arrayConfig: String, val fieldPath: String, val order: String)

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

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