
    )                     z    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y	)
z"The command group for import jobs.    )absolute_import)division)unicode_literals)base)flagsc                   8    e Zd ZdZej
                  Zed        Zy)
ImportJobszCreate and manage import jobs.

  Import jobs can be used to create CryptoKeyVersions using
  pre-existing key material, generated outside of Cloud KMS.
  c                 |    |j                   j                  t        j                  t        j
                               y )N)display_info
AddUriFunccloudkms_baseMakeGetUriFuncr   IMPORT_JOB_COLLECTION)clsparsers     'lib/surface/kms/import_jobs/__init__.pyArgszImportJobs.Args#   s+    
""$$U%@%@AC    N)	__name__
__module____qualname____doc__r   IDENTITY_AND_SECURITY_CATEGORYcategoryclassmethodr    r   r   r	   r	      s(     00(C Cr   r	   N)r   
__future__r   r   r   googlecloudsdk.api_lib.cloudkmsr   r   googlecloudsdk.calliopegooglecloudsdk.command_lib.kmsr   Groupr	   r   r   r   <module>r"      s.    ) &  ' A ( 0C Cr   