コード例 #1
0
 def Args(parser):
     flags.OperationIdArg('you want to describe.').AddToParser(parser)
     tag_arguments.AddLocationArgToParser(parser, (
         'Region or zone of the Operation to get. This field is not required if '
         'the Operation is on a global resource such as a Project or TagKey.'
     ))
コード例 #2
0
 def Args(parser):
     flags.OperationIdArg('you want to describe.').AddToParser(parser)
コード例 #3
0
 def Args(parser):
     # Format in json because ML API users are expected to prefer json.
     parser.display_info.AddFormat('json')
     flags.OperationIdArg('to describe').AddToParser(parser)