RestoreServiceRequest class

Request message for DataprocMetastore.Restore.

Constructors

RestoreServiceRequest({String? backup, String? backupLocation, String? requestId, String? restoreType})
RestoreServiceRequest.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 the location of the backup artifacts, namely - backup avro files under "avro/", backup_metastore.json and service.json, in the following form:gs://.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
requestId String?
A request ID.
getter/setter pair
restoreType String?
The type of restore.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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