
                         D   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
dZ e
j                  e
j                  j                   e
j                  j"                  e
j                  j$                         G d de
j&                               Zee_        y)z''notebooks instances register' command.    )absolute_import)division)unicode_literals)	instances)util)base)flagsz9
        Request for registering notebook instances.
    zo
    To register an old type instance, run:

        $ {command} example-instance --location=us-central1-b
    )DESCRIPTIONEXAMPLESc                   &    e Zd ZdZed        Zd Zy)Registerz"Request for registering instances.c                 v    t        j                  | j                               }t        j                  ||       y)z Register flags for this command.N)r   ApiVersionSelectorReleaseTrackr	   AddRegisterInstanceFlags)clsparserapi_versions      +lib/surface/notebooks/instances/register.pyArgszRegister.Args-   s-     ))#*:*:*<=K	"";7    c                 <   | j                         }t        j                  |      }t        j                  |      }|j                  }|j                  t        j                  ||            }t        j                  ||||t        j                  j                        S )N)operation_type)r   r   	GetClientGetMessagesprojects_locations_instancesr   instance_utilCreateInstanceRegisterRequest	HandleLROOperationTypeUPDATE)selfargsrelease_trackclientmessagesinstance_service	operations          r   RunzRegister.Run3   s    %%'M^^M*F.H:: ))33D(CEI""$2299; ;r   N)__name__
__module____qualname____doc__classmethodr   r)    r   r   r   r   (   s     +8 8
;r   r   N)r-   
__future__r   r   r    googlecloudsdk.api_lib.notebooksr   r   r   googlecloudsdk.callioper   $googlecloudsdk.command_lib.notebooksr	   DETAILED_HELPReleaseTracksr   ALPHABETAGACommandr   detailed_helpr/   r   r   <module>r;      s    . &  ' G 1 ( 6		 D%%++T->->-C-C%%((*;t|| ;*;0 ' r   