
    k                         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lmZ  G d	 d
ej                        Zy)z2Command to show details for a specified Batch job.    )absolute_import)division)unicode_literals)
exceptions)jobs)base)resource_argsc                   &    e Zd ZdZed        Zd Zy)Describeag  Show details of a job.

  This command can fail for the following reasons:
  * The job specified does not exist.
  * The active account does not have permission to access the given job.

  ## EXAMPLES

  To print details of the job with name
  `projects/foo/locations/us-central1/jobs/bar`, run:

    $ {command} projects/foo/locations/us-central1/jobs/bar
  c                 .    t        j                  |        y )N)r	   AddJobResourceArgs)parsers    "lib/surface/batch/jobs/describe.pyArgszDescribe.Args,   s    $$V,    c                    | j                         }t        j                  |      }|j                  j                  j                         }	 |j                  |      S # t        j                  $ r}t        j                  |d      d }~ww xY w)Nz+Could not fetch resource: {status_message}.)error_format)ReleaseTrackr   
JobsClientCONCEPTSjobParseGetapitools_exceptionsHttpNotFoundErrorr   HttpException)selfargsrelease_trackclientjob_refes         r   RunzDescribe.Run0   s~    %%'M__]+Fmm%%'GIZZ  00 I$$
GI IIs   A B/BBN)__name__
__module____qualname____doc__staticmethodr   r#    r   r   r   r      s!     - -	Ir   r   N)r'   
__future__r   r   r   apitools.base.pyr   r   googlecloudsdk.api_lib.batchr   googlecloudsdk.api_lib.utilgooglecloudsdk.callioper    googlecloudsdk.command_lib.batchr	   DescribeCommandr   r)   r   r   <module>r1      s6     9 &  ' > - 2 ( :It## Ir   