
    	                         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  ej                  ej                  j                         G d dej                               Zy	)
z,Cloud Speech-to-text locations list command.    )absolute_import)division)unicode_literals)client)basec                   &    e Zd ZdZed        Zd Zy)CreatezList Speech-to-text locations.c                 <    | j                   j                  d        y )Nc                     | j                   S )N)name)locations    'lib/surface/ml/speech/locations/list.py<lambda>zCreate.Args.<locals>.<lambda>   s    HMM    )display_info
AddUriFunc)parsers    r   ArgszCreate.Args   s    
""#ABr   c                     t        j                         }|j                  |j                  |j                  |j
                        S )N)
filter_strlimit	page_size)r   SpeechV2ClientListLocationsfilterr   r   )selfargsspeech_clients      r   Runz
Create.Run!   s;    ))+M&&;;djjDNN '  r   N)__name__
__module____qualname____doc__staticmethodr   r    r   r   r	   r	      s    &C Cr   r	   N)r#   
__future__r   r   r    googlecloudsdk.api_lib.ml.speechr   googlecloudsdk.callioper   ReleaseTracksReleaseTrackALPHAListCommandr	   r%   r   r   <module>r-      sS    3 &  ' 3 ( D%%++,T  -r   