
                            d Z ddl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  ej                  ej                   j"                        ej$                   G d	 d
e	j&                  ej(                                      Zy)zBCommand to convert conversion workspaces for a database migration.    N)Optional)resource_args)base)command_mixin)flags)datamigration_v1_messagesc                       e Zd ZdZdddZedej                  ddfd       Zd	ej                  de
ej                     fd
Zy)Convertz:Convert a Database Migration Service conversion workspace.zJ
        Convert a Database Migration Service conversion workspace.
      zy        To convert a conversion workspace:

            $ {command} my-conversion-workspace --region=us-central1
        )DESCRIPTIONEXAMPLESparserreturnNc                     t        j                  | d       t        j                  |        t        j                  |        t        j
                  |        y)zArgs is called by calliope to gather arguments for this command.

    Args:
      parser: An argparse parser that you can use to add arguments that go on
        the command line after this command. Positional arguments are allowed.
    z
to convertN)r   !AddConversionWorkspaceResourceArgcw_flagsAddNoAsyncFlagAddAutoCommitFlagAddFilterFlag)r   s    ?lib/surface/database_migration/conversion_workspaces/convert.pyArgszConvert.Args+   s>     33FLIF#v&6"    argsc                 0   |j                   j                  j                         }| j                  j                  j                  |j                         | j                  |      |j                        }| j                  ||d|j                  d            S )a1  Convert a Database Migration Service conversion workspace.

    Args:
      args: argparse.Namespace, The arguments that this command was invoked
        with.

    Returns:
      A dict object representing the operations resource describing the convert
      operation if the convert was successful.
    )namefilter_exprauto_commit	Convertedno_async)conversion_workspace_refresult_operationoperation_namesync)CONCEPTSconversion_workspaceParseclient
operationsr
   RelativeNameExtractBackendFilterr   HandleOperationResultIsKnownAndSpecified)selfr   r   r    s       r   RunzConvert.Run8   s      $}}AAGGI{{--55%224--d3$$ 6  %%!9)"%%j1	 &  r   )__name__
__module____qualname____doc__detailed_helpstaticmethodargparseArgumentParserr   	Namespacer   messages	Operationr-    r   r   r
   r
      se     C
		- 
#8** 
#t 
# 
#h(( Xh6H6H-I r   r
   )r1   r4   typingr   )googlecloudsdk.api_lib.database_migrationr   googlecloudsdk.callioper   Cgooglecloudsdk.command_lib.database_migration.conversion_workspacesr   r   r   6googlecloudsdk.generated_clients.apis.datamigration.v1r   r7   ReleaseTracksReleaseTrackGADefaultUniverseOnly ConversionWorkspacesCommandMixinCommandr
   r9   r   r   <module>rE      sn    I   C ( ] a h D%%(()2m<<dll 2  *2r   