
    M                        d Z ddlmZ ddlmZ ddlmZ ddlmZ ddiZ ej                  ej                  j                  ej                  j                  ej                  j                         G d d	ej                               Zy
)zThe super-group for the sql CLI.

The fact that this is a directory with
an __init__.py in it makes it a command group. The methods written below will
all be called by calliope (though they are all optional).
    )absolute_import)division)unicode_literals)baseDESCRIPTIONa          The gcloud sql command group lets you create and manage Google Cloud SQL
        databases.

        Cloud SQL is a fully-managed database service that makes it easy to set
        up, maintain, manage, and administer your relational databases in the
        cloud.

        More information on Cloud SQL can be found here:
        https://cloud.google.com/sql and detailed documentation can be found
        here: https://cloud.google.com/sql/docs/
        c                   2    e Zd ZdZej
                  ZeZd Z	y)SQLz-Create and manage Google Cloud SQL databases.c                 0    ~~t        j                          y )N)r   "EnableUserProjectQuotaWithFallback)selfcontextargss      lib/surface/sql/__init__.pyFilterz
SQL.Filter:   s    ++-    N)
__name__
__module____qualname____doc__r   DATABASES_CATEGORYcategoryDETAILED_HELPdetailed_helpr    r   r   r	   r	   .   s     6$$(-.r   r	   N)r   
__future__r   r   r   googlecloudsdk.callioper   r   ReleaseTracksReleaseTrackALPHABETAGAGroupr	   r   r   r   <module>r#      s     '  ' (    
	.$** 	.
	.r   