
                         &   d 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                  j                  ej                  j                        ej                   G d dej                                      Zy)	z-The command group for the PAM Operations CLI.    )absolute_import)division)unicode_literals)basec                       e Zd ZdZy)
Operationsa  Manage Privileged Access Manager (PAM) Long Running Operations.

  The `gcloud pam operations` command group lets you manage Privileged
  Access Manager (PAM) operations.

  ## EXAMPLES

  To describe an operation with the full name ``OPERATION_NAME'', run:

      $ {command} describe OPERATION_NAME

  To list all operations in a project named `sample-project` and in location
  `global`, run:

      $ {command} list --project=sample-project --location=global

  To list all operations in a folder with ID ``FOLDER_ID'' and in location
  `global`, run:

      $ {command} list --folder=FOLDER_ID --location=global

  To list all operations in an organization with ID ``ORGANIZATION_ID'' and in
  location `global`, run:

      $ {command} list --organization=ORGANIZATION_ID --location=global

  To delete an operation with the full name ``OPERATION_NAME'', run:

      $ {command} delete OPERATION_NAME

  To poll an operation with the full name ``OPERATION_NAME'', run:

      $ {command} wait OPERATION_NAME

  N)__name__
__module____qualname____doc__     &lib/surface/pam/operations/__init__.pyr   r      s    
"r   r   N)r   
__future__r   r   r   googlecloudsdk.callioper   ReleaseTracksReleaseTrackALPHABETAGAUniverseCompatibleGroupr   r   r   r   <module>r      s~     4 &  ' ( D%%++%%**%%((* # # *#r   