
                             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"                   G d dej$                                      Zy)z-Command to delete the specified Kafka source.    )absolute_import)division)unicode_literals)kafka_sources)base)flags)
console_ioz{description}z         To delete the Kafka source `my-kafka-source` in location `us-central1`, run:

          $ {command} my-kafka-source --location=us-central1
        )DESCRIPTIONEXAMPLESc                   *    e Zd ZdZeZed        Zd Zy)Deletez Delete an Eventarc Kafka source.c                 r    t        j                  |dd       t        j                  j	                  |       y )NzKafka source to delete.T)required)r   AddKafkaSourceResourceArgr   
ASYNC_FLAGAddToParser)clsparsers     ,lib/surface/eventarc/kafka_sources/delete.pyArgszDelete.Args+   s,    	##)D 	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.zMThe following Kafka source will be deleted.
[{name}] in location [{location}])namelocationT)messagethrow_if_unattendedcancel_on_noDeleting)r   KafkaSourceClientV1CONCEPTSkafka_sourceParser	   PromptContinueformatkafkaSourcesIdlocationsIdr   async_WaitFor)selfargsclientkafka_source_ref	operations        r   Runz
Delete.Run2   s    ..0F}}11779006%44)55 17 1
 !
 ./I{{>>)Z1ABBr   N)	__name__
__module____qualname____doc___DETAILED_HELPdetailed_helpclassmethodr   r.    r   r   r   r   $   s$     ) -( (C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DefaultUniverseOnlyDeleteCommandr   r6   r   r   <module>rA      s{    4 &  ' 9 ( 5 2 # D%%**+ CT  C  , Cr   