ProjectsDatabasesBackupSchedulesResource class
Constructors
- ProjectsDatabasesBackupSchedulesResource(ApiRequester client)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
create(
GoogleFirestoreAdminV1BackupSchedule request, String parent, {String? $fields}) → Future< GoogleFirestoreAdminV1BackupSchedule> - Creates a backup schedule on a database.
-
delete(
String name, {String? $fields}) → Future< Empty> - Deletes a backup schedule.
-
get(
String name, {String? $fields}) → Future< GoogleFirestoreAdminV1BackupSchedule> - Gets information about a backup schedule.
-
list(
String parent, {String? $fields}) → Future< GoogleFirestoreAdminV1ListBackupSchedulesResponse> - List backup schedules.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(
GoogleFirestoreAdminV1BackupSchedule request, String name, {String? updateMask, String? $fields}) → Future< GoogleFirestoreAdminV1BackupSchedule> - Updates a backup schedule.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited