RestoreServiceRequest class
Request message for DataprocMetastore.Restore.
Constructors
- RestoreServiceRequest({String? backup, 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
- 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