Ejemplo n.º 1
0
 def Args(cls, parser):
     flags.AddParentArgs(
         parser, 'The project which is the root asset.',
         'The ID of the organization which is the root asset.',
         'The ID of the folder which is the root asset.')
     flags.AddSnapshotTimeArgs(parser)
     flags.AddAssetTypesArgs(parser)
     flags.AddContentTypeArgs(parser, required=False)
     flags.AddDestinationArgs(parser)
Ejemplo n.º 2
0
 def Args(parser):
   AddCommonExportFlags(parser)
   # Supports both --output_path and --output_path_prefix flags for export
   # destination.
   flags.AddDestinationArgs(parser)
Ejemplo n.º 3
0
 def Args(parser):
     flags.AddParentArgs(parser)
     flags.AddSnapshotTimeArgs(parser)
     flags.AddAssetTypesArgs(parser)
     flags.AddContentTypeArgs(parser, required=False)
     flags.AddDestinationArgs(parser)