
                            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)zACommand to commit 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)Commitz9Commit a Database Migration Service conversion workspace.zI
        Commit a Database Migration Service conversion workspace.
      z        To commit a version of conversion workspace called
        my-conversion-workspace:

            $ {command} my-conversion-workspace --region=us-central1
            --commit-name=my-commit
        )DESCRIPTIONEXAMPLESparserreturnNc                     t        j                  | d       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 commitN)r   !AddConversionWorkspaceResourceArgcw_flagsAddNoAsyncFlagAddCommitNameFlag)r   s    >lib/surface/database_migration/conversion_workspaces/commit.pyArgszCommit.Args-   s0     33FKHF#v&    argsc                    |j                   j                  j                         }| j                  j                  j                  |j                         |j                        }| j                  ||d|j                  d            S )a.  Commit 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 commit
      operation if the commit was successful.
    )namecommit_name	Committedno_async)conversion_workspace_refresult_operationoperation_namesync)
CONCEPTSconversion_workspaceParseclient
operationsr
   RelativeNamer   HandleOperationResultIsKnownAndSpecified)selfr   r   r   s       r   Runz
Commit.Run9   s      $}}AAGGI{{--44%224$$ 5 
 %%!9)"%%j1	 &  r   )__name__
__module____qualname____doc__detailed_helpstaticmethodargparseArgumentParserr   	Namespacer   messages	Operationr*    r   r   r
   r
      se     B
	- 	'8** 	't 	' 	'h(( Xh6H6H-I r   r
   )r.   r1   typingr   )googlecloudsdk.api_lib.database_migrationr   googlecloudsdk.callioper   Cgooglecloudsdk.command_lib.database_migration.conversion_workspacesr   r   r   6googlecloudsdk.generated_clients.apis.datamigration.v1r   r4   ReleaseTracksReleaseTrackGADefaultUniverseOnly ConversionWorkspacesCommandMixinCommandr
   r6   r   r   <module>rB      sn    H   C ( ] a h D%%(()2];;T\\ 2  *2r   