| Server IP : 35.236.43.222 / Your IP : 216.73.216.143 Web Server : Apache System : Linux order-form-vm-001 5.10.0-37-cloud-amd64 #1 SMP Debian 5.10.247-1 (2025-12-11) x86_64 User : deploy ( 1002) PHP Version : 8.1.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /usr/lib/google-cloud-sdk/lib/surface/sql/databases/__pycache__/ |
Upload File : |
�
��� � � � d Z ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlm Z ddl
mZ dd lm
Z
dd
lmZ ddlmZ e j e j j e j j e j j � � G d� d
e j � � � � ZdS )z'Deletes a database in a given instance.� )�absolute_import)�division)�unicode_literals)�api_util)�
operations)�base)�flags)�log)�
properties)�
console_ioc �. � e Zd ZdZed� � � Zd� ZdS )�Deletez`Deletes a Cloud SQL database.
For MySQL, also deletes all files in the database directory.
c � � t j | � � t j | � � | j � t j � � dS )z�Args is called by calliope to gather arguments for this command.
Args:
parser: An argparse parser that you can use it to add arguments that go
on the command line after this command. Positional arguments are
allowed.
N)r �AddInstance�AddDatabaseName�display_info�AddCacheUpdater�DatabaseCompleter)�parsers �#lib/surface/sql/databases/delete.py�ArgszDelete.Args&