
                         B   S r SSKJr  SSKJr  SSKJr  SSKJr  SSKJr  SSKJ	r	  Sr
\R                  " \R                  R                  \R                  R                  \R                  R                  5      \R                    " S	 S
\R"                  5      5       5       rg)z;List Artifact Registry and Container Registry repositories.    )absolute_import)division)unicode_literals)base)flags)utila!      table[title="ARTIFACT_REGISTRY"](
         name.basename():label=REPOSITORY,
         format:label=FORMAT,
         mode.basename(undefined=STANDARD_REPOSITORY):label=MODE,
         description:label=DESCRIPTION,
         name.segment(3):label=LOCATION,
         labels.list():label=LABELS,
         kmsKeyName.yesno(yes='Customer-managed key', no='Google-managed key'):label=ENCRYPTION,
         createTime.date(tz=LOCAL),
         updateTime.date(tz=LOCAL),
         sizeBytes.size(zero='0',precision=3,units_out=M):label="SIZE (MB)"
    )c                   8    \ rS rSrSrSSS.r\S 5       rS rSr	g	)
List(   zList repositories in the specified project.

List all Artifact Registry repositories in the specified project.

To specify the maximum number of repositories to list, use the --limit flag.
z{description}a      The following command lists a maximum of five repositories:

        $ {command} --limit=5

    To list repositories with name as `my_repo`:

        $ {command} --filter='name="projects/my-project/locations/us/repositories/my_repo"'

    To list repositories with a given partial name, use `*` to match any character in name:

        $ {command} --filter='name="projects/my-project/locations/us/repositories/*repo"'

        $ {command} --filter='name="projects/my-project/locations/us/repositories/my_*"'

    To list files that have annotations:

        $ {command} --filter=annotations:*

    To list repositories with annotations pair as [annotation_key: annotation_value]

        $ {command} --filter='annotations.annotation_key:annotation_value'

    To list repositories with annotations containing key as `my_key`:

        $ {command} --filter='annotations.my_key'

    If the key or value contains special characters, such as `my.key` or `my.value`, backtick("`") is required:

        $ {command} --filter='annotations.`my.key`'

        $ {command} --filter='annotations.`my.key`:`my.value`'

    To list repositories with given partial annotation key or value, use `*` to match any character:

        $ {command} --filter='annotations.*key:`*.value`'

    To list repositories ordered by create_time:

        $ {command} --sort-by=create_time

    To list repositories ordered by update_time reversely:

        $ {command}--sort-by=~update_time
    )DESCRIPTIONEXAMPLESc                     U R                   R                  [        5        [        R                  R                  U 5        [        R                  " 5       R                  U 5        g )N)	display_info	AddFormatDEFAULT_LIST_FORMATr   URI_FLAGRemoveFromParserr   GetOptionalLocationFlagAddToParser)parsers    *lib/surface/artifacts/repositories/list.pyArgs	List.Argsf   s@    
!!"56MM""6*	!!#//7    c                 .    [         R                  " U5      $ )zThis is what gets called when the user runs this command.

Args:
  args: an argparse namespace. All the arguments that were provided to this
    command invocation.

Returns:
  A list of Repositories.
)r   ListRepositories)selfargss     r   RunList.Runl   s       &&r    N)
__name__
__module____qualname____firstlineno____doc__detailed_helpstaticmethodr   r   __static_attributes__r!   r   r   r
   r
   (   s2     ,	1-f 8 8

'r   r
   N)r&   
__future__r   r   r   googlecloudsdk.callioper   $googlecloudsdk.command_lib.artifactsr   r   r   ReleaseTracksReleaseTrackALPHABETAGADefaultUniverseOnlyListCommandr
   r!   r   r   <module>r4      s    B &  ' ( 6 5	  D%%++T->->-C-C%%((*K'4 K' *K'r   