
    E                     j    d Z ddlmZ ddlmZ ddlmZ ddlmZ  G d dej                        Zd
d	Z	y)z9Flags and helpers for the container builds command group.    )absolute_import)division)unicode_literals)
completersc                        e Zd Z fdZ xZS )BuildsCompleterc                 2    t        t        | 
  dddd| y )Nzcloudbuild.projects.buildszcontainer builds list --uri)
collectionlist_command )superr   __init__)selfkwargs	__class__s     8lib/googlecloudsdk/command_lib/container/builds/flags.pyr   zBuildsCompleter.__init__   s'    	/4) /2     )__name__
__module____qualname__r   __classcell__)r   s   @r   r   r      s     r   r   Nc                 R    |r|dz   }nd}|dz  }| j                  dt        |       y)zAdds a 'build' arg to the given parser.

  Args:
    parser: The argparse parser to add the arg to.
    intro: Introductory sentence.
    zsThe ID of the build is printed at the end of the build submission process, or in the ID column when listing builds.build)	completerhelpN)add_argumentr   )parserintro	help_texts      r   AddBuildArgr"   "   sB     II O P)  r   )N)
__doc__
__future__r   r   r   googlecloudsdk.command_lib.utilr   ListCommandCompleterr   r"   r   r   r   <module>r'      s.     @ &  ' 6j55 r   