jobs/play-store-export/play_store_export/cancel_transfers.py [32:50]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    parser.add_argument(
        "--project",
        type=str,
        required=True,
        help="Either the project that the source GCS project belongs to or "
             "the project that contains the transfer config"
    )
    parser.add_argument(
        "--transfer-config",
        type=str,
        required=True,
        help="ID of the transfer config. This should be a UUID."
    )
    parser.add_argument(
        "--transfer-location",
        type=str,
        default='us',
        help="Region of the transfer config (defaults to `us`)"
    )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



jobs/play-store-export/play_store_export/export.py [163:181]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    parser.add_argument(
        "--project",
        type=str,
        required=True,
        help="Either the project that the source GCS project belongs to or "
             "the project that contains the transfer config"
    )
    parser.add_argument(
        "--transfer-config",
        type=str,
        required=True,
        help="ID of the transfer config. This should be a UUID."
    )
    parser.add_argument(
        "--transfer-location",
        type=str,
        default='us',
        help="Region of the transfer config (defaults to `us`)"
    )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



