
                             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  G d d	e	j                        Zd
dde_        y)zCommand for describing images.    )absolute_import)division)unicode_literals)util)base)
propertiesc                   &    e Zd ZdZed        Zd Zy)DescribeNotezDescribe a Google note.c                 *    | j                  dd       y )N	note_namez(Name, relative name, or URL of the note.)help)add_argument)parsers    ;lib/surface/compute/images/vulnerabilities/describe_note.pyArgszDescribeNote.Args   s    
7      c                     t        j                  |j                  t        j                  j
                  j                  j                  d            S )NT)required)containeranalysis_utilMakeGetNoteRequestr   r   VALUEScoreprojectGet)selfargss     r   RunzDescribeNote.Run$   s@    !44
))..66::D:IK Kr   N)__name__
__module____qualname____doc__staticmethodr   r    r   r   r
   r
      s     Kr   r
   zDescribe a Compute Engine imagezl
        *{command}* displays all data associated with a Compute Engine
        image in a project.
        )briefDESCRIPTIONN)r!   
__future__r   r   r   (googlecloudsdk.api_lib.containeranalysisr   r   googlecloudsdk.callioper   googlecloudsdk.corer   DescribeCommandr
   detailed_helpr#   r   r   <module>r,      sD    % &  ' S ( *K4'' K  / r   