restoreType property

String? restoreType
getter/setter pair

The type of restore.

If unspecified, defaults to METADATA_ONLY.

Optional. Possible string values are:

  • "RESTORE_TYPE_UNSPECIFIED" : The restore type is unknown.
  • "FULL" : The service's metadata and configuration are restored.
  • "METADATA_ONLY" : Only the service's metadata is restored.

Implementation

core.String? restoreType;