
    X	                     *   d Z ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddl	m
Z
 ddlmZ d	d
dZ ej                  ej                  j                   ej                  j"                        ej$                   G d dej&                                      Zy)z2Command to delete the specified Google API source.    )absolute_import)division)unicode_literals)google_api_sources)base)flags)
console_ioz{description}z         To delete the Google API source `my-google-api-source` in location `us-central1`, run:

          $ {command} my-google-api-source --location=us-central1
        )DESCRIPTIONEXAMPLESc                   *    e Zd ZdZeZed        Zd Zy)Deletez%Delete an Eventarc Google API source.c                 r    t        j                  |dd       t        j                  j	                  |       y )NzGoogle API source to delete.T)required)r   AddGoogleApiSourceResourceArgr   
ASYNC_FLAGAddToParser)clsparsers     1lib/surface/eventarc/google_api_sources/delete.pyArgszDelete.Args+   s,    	''. 	OO'    c                 P   t        j                         }|j                  j                  j	                         }t        j                  dj                  |j                  |j                        dd       |j                  |      }|j                  r|S |j                  |d|      S )zRun the delete command.zRThe following Google API source will be deleted.
[{name}] in location [{location}])namelocationT)messagethrow_if_unattendedcancel_on_noDeleting)r   GoogleApiSourceClientV1CONCEPTSgoogle_api_sourceParser	   PromptContinueformatgoogleApiSourcesIdlocationsIdr   async_WaitFor)selfargsclientgoogle_api_source_ref	operations        r   Runz
Delete.Run2   s    779F MM;;AAC006*==.:: 17 1
 !
 34I{{>>)Z1FGGr   N)	__name__
__module____qualname____doc___DETAILED_HELPdetailed_helpclassmethodr   r.    r   r   r   r   $   s$     . -( (Hr   r   N)r2   
__future__r   r   r   googlecloudsdk.api_lib.eventarcr   googlecloudsdk.callioper   #googlecloudsdk.command_lib.eventarcr   googlecloudsdk.core.consoler	   r3   ReleaseTracksReleaseTrackBETAGADefaultUniverseOnlyDeleteCommandr   r6   r   r   <module>rB      s    9 &  ' > ( 5 2 # D%%**D,=,=,@,@A HT  H  B Hr   