File: //lib/google-cloud-sdk/lib/surface/components/__pycache__/restore.cpython-312.pyc
�
�� � �� � d Z ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ej ej dd� � ej G d
� dej � � � � Z
y)
zCThe command to restore a backup of a Google Cloud CLI installation.� )�absolute_import)�division)�unicode_literals)�base)�utilFa Starting with release 473.0.0, the Google Cloud CLI updates in place instead of making a backup copy of the installation directory when running `gcloud components update`, `install`, and `remove` commands (this reduces the time taken by those operations). Consequently, this command has no backup to restore in those cases. Instead, to restore your installation to a previous version, run `gcloud components update --version=<previous_version>`, or install the previous version directly from https://cloud.google.com/sdk/docs/install.)�
is_removed�warningc �&