Restore class

The details of a metadata restore operation.

Constructors

Restore({String? backup, String? backupLocation, String? details, String? endTime, String? startTime, String? state, String? type})
Restore.fromJson(Map json_)

Properties

backup String?
The relative resource name of the metastore service backup to restore from, in the following form:projects/{project_id}/locations/{location_id}/services/{service_id}/backups/{backup_id}.
getter/setter pair
backupLocation String?
A Cloud Storage URI specifying where the backup artifacts are stored, in the format gs:///.
getter/setter pair
details String?
The restore details containing the revision of the service to be restored to, in format of JSON.
getter/setter pair
endTime String?
The time when the restore ended.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime String?
The time when the restore started.
getter/setter pair
state String?
The current state of the restore.
getter/setter pair
type String?
The type of restore.
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