
                            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 update 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)Updatez9Update a Database Migration Service conversion workspace.zI
        Update a Database Migration Service conversion workspace.
      z        To update a conversion workspace:

            $ {command} my-conversion-workspace --region=us-central1
            --display-name=new-display-name
      )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 updateN)r   !AddConversionWorkspaceResourceArgcw_flagsAddNoAsyncFlagAddDisplayNameFlagAddGlobalFilterFlag)r   s    >lib/surface/database_migration/conversion_workspaces/update.pyArgszUpdate.Args,   s>     33FKHF#'  (    argsc                 &   |j                   j                  j                         }| j                  j                  j                  |j                         |j                  |j                        }| j                  ||d|j                  d            S )a.  Update 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 update
      operation if the update was successful.
    )namedisplay_nameglobal_filterUpdatedno_async)conversion_workspace_refresult_operationoperation_namesync)CONCEPTSconversion_workspaceParseclientcrudr
   RelativeNamer   r   HandleOperationResultIsKnownAndSpecified)selfr   r   r    s       r   Runz
Update.Run9   s      $}}AAGGI{{''..%224&&(( / 
 %%!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
   )r0   r3   typingr   )googlecloudsdk.api_lib.database_migrationr   googlecloudsdk.callioper   Cgooglecloudsdk.command_lib.database_migration.conversion_workspacesr   r   r   6googlecloudsdk.generated_clients.apis.datamigration.v1r   r6   ReleaseTracksReleaseTrackGADefaultUniverseOnly ConversionWorkspacesCommandMixinCommandr
   r8   r   r   <module>rD      sn    H   C ( ] a h D%%(()2];;T\\ 2  *2r   