GoogleFirestoreAdminV1BackupSchedule class
A backup schedule for a Cloud Firestore Database.
This resource is owned by the database it is backing up, and is deleted along with the database. The actual backups are not though.
Constructors
- GoogleFirestoreAdminV1BackupSchedule({String? createTime, GoogleFirestoreAdminV1DailyRecurrence? dailyRecurrence, String? name, String? retention, String? updateTime, GoogleFirestoreAdminV1WeeklyRecurrence? weeklyRecurrence})
- GoogleFirestoreAdminV1BackupSchedule.fromJson(Map json_)
Properties
- createTime ↔ String?
-
The timestamp at which this backup schedule was created and effective
since.
getter/setter pair
- dailyRecurrence ↔ GoogleFirestoreAdminV1DailyRecurrence?
-
For a schedule that runs daily.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
The unique backup schedule identifier across all locations and databases
for the given project.
getter/setter pair
- retention ↔ String?
-
At what relative time in the future, compared to its creation time, the
backup should be deleted, e.g. keep backups for 7 days.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updateTime ↔ String?
-
The timestamp at which this backup schedule was most recently updated.
getter/setter pair
- weeklyRecurrence ↔ GoogleFirestoreAdminV1WeeklyRecurrence?
-
For a schedule that runs weekly on a specific day.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited