
                             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	d
Z ej                  ej                  j                         G d dej                               Zy)z!'vmware operations list' command.    )absolute_import)division)unicode_literals)OperationsClient)base)flagsz@
          List VMware Engine operations in a location.
        a  
          To list VMware Engine operations in a location `us-west2-a`, run:

            $ {command} --location=us-west2-a

          Or:

            $ {command}

          In the second example, the location is taken from gcloud property compute/zone.
    )DESCRIPTIONEXAMPLESc                   *    e Zd ZdZeZed        Zd Zy)Listz+List Google Cloud VMware Engine operations.c                 d    t        j                  |        | j                  j                  d       y)z Register flags for this command.z            table(
          name.scope("operations"):label=ID,
          name.scope("locations").segment(0):label=LOCATION,
          metadata.target:label=TARGET,
          metadata.verb:label=NAME,
          done:label=DONE
      )N)r   AddLocationArgToParserdisplay_info	AddFormat)parsers    %lib/surface/vmware/operations/list.pyArgsz	List.Args3   s+     
  (
!! #     c                     |j                   j                  j                         }t               }|j	                  |      S )N)CONCEPTSlocationParser   r   )selfargsr   clients       r   RunzList.Run@   s1    }}%%++-HF;;x  r   N)	__name__
__module____qualname____doc__DETAILED_HELPdetailed_helpstaticmethodr   r    r   r   r   r   -   s!    3-
 
!r   r   N)r    
__future__r   r   r   (googlecloudsdk.api_lib.vmware.operationsr   googlecloudsdk.callioper   !googlecloudsdk.command_lib.vmwarer   r!   ReleaseTracksReleaseTrackGAListCommandr   r$   r   r   <module>r-      sg    ( &  ' E ( 3	
	( D%%(()!4 ! *!r   